新加的硬盘 Unable to seek on 错误
发表于 : 2009-04-16 0:07
Ubuntu 服务器, 新加了一块硬盘
Fdisk -l
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0007f180
Device Boot Start End Blocks Id System
/dev/sda1 * 1 29164 234259798+ 83 Linux
/dev/sda2 29165 30401 9936202+ 5 Extended
/dev/sda5 29165 30401 9936171 82 Linux swap / Solaris
Disk /dev/sdc: 1500.3 GB, 1500301910016 bytes
255 heads, 63 sectors/track, 182401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x3ede425b
Device Boot Start End Blocks Id System
/dev/sdc1 1 182401 1465136001 5 Extended
/dev/sdc5 1 182401 1465135969+ 83 Linux
Unable to seek on /dev/sdd
无法 seek on /dev/sdd
用 dd if=/dev/zero of=/dev/sdd bs=1 count=510 命令 出现
dd: writing `/dev/sdd': No space left on device
1+0 records in
0+0 records out
0 bytes (0 B) copied, 0.000334448 seconds, 0.0 kB/s
Fdisk -l
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0007f180
Device Boot Start End Blocks Id System
/dev/sda1 * 1 29164 234259798+ 83 Linux
/dev/sda2 29165 30401 9936202+ 5 Extended
/dev/sda5 29165 30401 9936171 82 Linux swap / Solaris
Disk /dev/sdc: 1500.3 GB, 1500301910016 bytes
255 heads, 63 sectors/track, 182401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x3ede425b
Device Boot Start End Blocks Id System
/dev/sdc1 1 182401 1465136001 5 Extended
/dev/sdc5 1 182401 1465135969+ 83 Linux
Unable to seek on /dev/sdd
无法 seek on /dev/sdd
用 dd if=/dev/zero of=/dev/sdd bs=1 count=510 命令 出现
dd: writing `/dev/sdd': No space left on device
1+0 records in
0+0 records out
0 bytes (0 B) copied, 0.000334448 seconds, 0.0 kB/s