LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 913|回复: 4

为何我的debian挂不了U盘?

[复制链接]
发表于 2008-3-23 15:49:40 | 显示全部楼层 |阅读模式
都是按网上的教程做的,可是都不能成功挂载,但是debian已经认到了U盘。
debian:~# fdisk -l

Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hda1   *           1         973     7815591    b  W95 FAT32
/dev/hda2             974        9468    68236087+   f  W95 Ext'd (LBA)
/dev/hda3            9469        9729     2096482+  1c  Hidden W95 FAT32 (LBA)
/dev/hda5             974        3651    21511003+   c  W95 FAT32 (LBA)
/dev/hda6            3652        6083    19535008+   c  W95 FAT32 (LBA)
/dev/hda7            6084        8515    19535008+   c  W95 FAT32 (LBA)
/dev/hda8            8516        9468     7654941    c  W95 FAT32 (LBA)

Disk /dev/hdc: 2560 MB, 2560884736 bytes
255 heads, 63 sectors/track, 311 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hdc1   *           1         290     2329393+  83  Linux
/dev/hdc2             291         311      168682+   5  Extended
/dev/hdc5             291         311      168651   82  Linux swap / Solaris

Disk /dev/sda: 1044 MB, 1044381696 bytes
1 heads, 63 sectors/track, 32377 cylinders
Units = cylinders of 63 * 512 = 32256 bytes

This doesn't look like a partition table
Probably you selected the wrong device.

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   ?           1       32362     1019376    6  FAT16

debian:/mnt/usb# mount /dev/sda1 /mnt/usb
mount: you must specify the filesystem type

debain:/mnt/usb# mount -t vfat /dev/sda1 /mnt/usb
mount: special device /dev/sda1 does not exist

请大家帮忙解决一下,谢谢!
发表于 2008-3-23 16:10:01 | 显示全部楼层
U盘 没有分区?
回复 支持 反对

使用道具 举报

发表于 2008-3-23 16:25:49 | 显示全部楼层
嗯,是有这种情况。

到windows下面把你U盘里的东西都备份出来,然后重新分区,格式化,再把数据拷回去就可以了。
或者没数据的话直接在linux下分也行。

或者试试直接mount /dev/sda /mnt/usb
也许也能挂上去,不过不推荐
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-3-23 19:05:40 | 显示全部楼层
该U盘在windows下能被识别并能正常使用。
我在linux下执行下也格式化这个U盘,为何还是不能被挂载?
回复 支持 反对

使用道具 举报

发表于 2008-3-23 19:26:54 | 显示全部楼层
mount  -t vfat  /dev/sda  /mnt/usb
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表