|
|
都是按网上的教程做的,可是都不能成功挂载,但是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
请大家帮忙解决一下,谢谢! |
|