分页: 1 / 1
关于移动硬盘!急
发表于 : 2007-01-03 12:02
由 Guo R.H
刚买的移动硬盘,插上用sudo fdisk -l都找不到呢?在windows下能找到的。
u盘插上就可以看到的。这个该怎么办呢 ?
发表于 : 2007-01-06 13:18
由 claude
用root登入
发表于 : 2007-01-06 14:35
由 eexpress
fdisk作什么。有问题,先看dmesg|tail -c 15信息。看usb插入的信息提示。
发表于 : 2007-01-20 17:24
由 ubuntu_amateur
我的能看到,但格式化不了移动硬盘。
用fdisk /dev/sda之后,提示:
WARNING: Re-reading the partition table failed with error 16: Device or resource busy.
The kernel still uses the old table.
The new table will be used at the next reboot.
Syncing disks.
用dmesg|tail 看到如下信息:
[17198000.220000] SCSI device sda: 39070080 512-byte hdwr sectors (20004 MB)
[17198000.220000] sda: assuming drive cache: write through
[17198000.220000] SCSI device sda: 39070080 512-byte hdwr sectors (20004 MB)
[17198000.220000] sda: assuming drive cache: write through
[17198000.220000] sda: sda1 sda2 sda3
[17198000.328000] sd 1:0:0:0: Attached scsi disk sda
[17198000.328000] sd 1:0:0:0: Attached scsi generic sg0 type 0
[17198000.340000] usb-storage: device scan complete
[17198000.964000] NTFS-fs warning (device sda1): parse_options(): Option iocharset is deprecated. Please use option nls=<charsetname> in the future.
[17198001.156000] NTFS volume version 3.1.
重新将移动硬盘插到USB口上,用fdisk -l已看到分区完毕。
不过,当用mke2fs格式化时,报:
mke2fs: invalid blocks count - /dev/sda1
如何解决啊!?
发表于 : 2007-01-20 19:13
由 eexpress
格式化,需要先卸载。推荐用gparted操作。