huahuaxuwei 发表于 2004-6-14 02:10:44

usb的问题!

我也不知怎么搞的!前几分钟还好好的!后来就这样了!我不太懂!在论坛上好象没见过有这样问题的帖子!所以,我也不会了!

sunmoon1997 发表于 2004-6-14 03:06:40

mount /dev/sda1 /mnt/other -o iocharset=cp936

voodoomaster 发表于 2004-6-14 08:25:09

mount -t vfat -o iocharset=gb2312(cp936也一样) /dev/sda1 /mnt/other/
关键是你file system有问题,应该用vfat(fat32),不是msdos(fat16).

huahuaxuwei 发表于 2004-6-14 19:57:42

mount -t vfat -o iocharset=gb2312(cp936也一样) /dev/sda1 /mnt/other/
关键是你file system有问题,应该用vfat(fat32),不是msdos(fat16).
我试着用来的!
monut -t vfat /dev/sda /mnt/other
不好使!我在试试!
还是不好使,

樱家冢 发表于 2004-6-14 22:24:23

格式不对,你确定是fat32 or fat16的?不是ntfs?
fdisk -ls /dev/sda
看看结果。

另外,你为什么不把终端里面的文字复制出来而要截图?既不方便,也不容易看清楚,还消耗论坛资源。

huahuaxuwei 发表于 2004-6-14 23:10:06

还是这样! :-( 我就纳闷了,为啥开始还好好的!我就把机子关了一下,没把U盘取出,然后在别的机子(WindowsXP)上拷了些东西!帮帮我呀!
另外!那个sda和sda1有什么区别吗!?不是一样吗?

# fdisk -ls /dev/sda

Disk /dev/sda: 32 MB, 32555008 bytes
2 heads, 32 sectors/track, 993 cylinders
Units = cylinders of 64 * 512 = 32768 bytes

   Device Boot    Start       End    Blocks   IdSystem
/dev/sda1   *         1       994   31792    4FAT16 <32M
Partition 1 has different physical/logical beginnings (non-Linux?):
   phys=(0, 1, 1) logical=(0, 0, 18)
Partition 1 has different physical/logical endings:
   phys=(998, 1, 32) logical=(993, 1, 17)
# mount -t vfat -o iochardet=gb2312 /dev/sda /mnt/other/
mount: wrong fs type, bad option, bad superblock on /dev/sda,
       or too many mounted file systems
# fdisk -ls /dev/sda1

Disk /dev/sda1: 32 MB, 32555008 bytes
2 heads, 32 sectors/track, 993 cylinders
Units = cylinders of 64 * 512 = 32768 bytes

   Device Boot    Start       End    Blocks   IdSystem
/dev/sda1p1   ?1215837429994462 570754815+72Unknown
Partition 1 has different physical/logical beginnings (non-Linux?):
   phys=(357, 116, 40) logical=(12158373, 1, 5)
Partition 1 has different physical/logical endings:
   phys=(357, 32, 45) logical=(29994461, 1, 3)
Partition 1 does not end on cylinder boundary.
/dev/sda1p2   ?   263577432886216 968014120   65Novell Netware 386
Partition 2 has different physical/logical beginnings (non-Linux?):
   phys=(288, 115, 43) logical=(2635773, 1, 19)
Partition 2 has different physical/logical endings:
   phys=(367, 114, 50) logical=(32886215, 0, 2)
Partition 2 does not end on cylinder boundary.
/dev/sda1p3   ?2921689859467339 968014096   79Unknown
Partition 3 has different physical/logical beginnings (non-Linux?):
   phys=(366, 32, 33) logical=(29216897, 1, 26)
Partition 3 has different physical/logical endings:
   phys=(357, 32, 43) logical=(59467338, 0, 25)
Partition 3 does not end on cylinder boundary.
/dev/sda1p4   ?         156831664 1818613248    dUnknown
Partition 4 has different physical/logical beginnings (non-Linux?):
   phys=(372, 97, 50) logical=(0, 0, 1)
Partition 4 has different physical/logical endings:
   phys=(0, 10, 0) logical=(56831663, 1, 32)
Partition 4 does not end on cylinder boundary.

Partition table entries are not in disk order
#

另外,你为什么不把终端里面的文字复制出来而要截图?既不方便,也不容易看清楚,还消耗论坛资源。
不好意思!纯粹的虚荣心!开始来这论坛时,有不少地方不明白也不会表达,总想贴个图,可是就不会,谁也不告诉我,后来会了,可找的地方也不好,图丢了,这不刚找个能多存一会的地方,也没想到会给论坛添麻烦就贴了,纯属惯性!
你这一说我才感觉到!对不起了!以后,我一定能不贴的一定不贴!纯属惯性!纯属惯性!

sunmoon1997 发表于 2004-6-14 23:16:01

/dev/sda1 * 1 994 31792 4 FAT16 <32M
看到这里没有
用mount -t msdos /dev/sda1 /mnt/other -o iocharset=cp936再试试

huahuaxuwei 发表于 2004-6-14 23:26:29

谢谢!!搞定了,好象怪我没用sda1 !
我用mount -t vfat /dev/sda /mnt/other 和mount -t msdos /dev/sda /mnt/other都不行!
而用mount -t vfat /dev/sda1 /mnt/other 和mount -t msdos /dev/sda1 /mnt/other都可以!
:?::?::?:
页: [1]
查看完整版本: usb的问题!