刚买的移动硬盘,插上用sudo fdisk -l都找不到呢?在windows下能找到的。
u盘插上就可以看到的。这个该怎么办呢 ?
关于移动硬盘!急
- ubuntu_amateur
- 帖子: 79
- 注册时间: 2006-06-10 14:58
- 来自: China
我的能看到,但格式化不了移动硬盘。
用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
如何解决啊!?
用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
如何解决啊!?