도와주세요!!
글 수 15,339
2003.04.29 16:10:45 (*.74.144.176)
7051
Hard Disk같은 경우는 가끔씩 인식되고,
DOM의 경우는 fdisk에서 아래처럼 잡힙니다.
Command (m for help): p
Disk /dev/hda: 4 heads, 32 sectors, 978 cylinders
Units = cylinders of 128 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 978 62576 83 Linux
/dev/hda2 1 1 0 0 Empty
Partition 2 has different physical/logical beginnings (non-Linux?):
phys=(0, 0, 0) logical=(0, 0, 1)
Partition 2 has different physical/logical endings:
phys=(0, 0, 0) logical=(33554431, 3, 32)
Partition 2 does not end on cylinder boundary:
phys=(0, 0, 0) should be (0, 3, 32)
그런데 포맷하려고 하면,
root@192:/# mkfs.ext2 /dev/hda1
mke2fs 1.27 (8-Mar-2002)
mkfs.ext2: Device size reported to be zero. Invalid partition
specified, or
partition table wasn't reread after running fdisk, due to
a modified partition being busy and in use. You may need to
reboot
to re-read your partition table.
가 되고, 마운트 하려고 하면 아래와 같은 에러가 발생합니다.
root@192:/# mount /dev/hda1 /disk2 -t ext3
hda1: bad access: block=2, count=2
end_request: I/O error, dev 03:01 (hda), sector 2
EXT3-fs: unable to read superblock
mount: wrong fs type, bad option, bad superblock on /dev/hda1,
or too many mounted file systems
(could this be the IDE device where you in fact use
ide-scsi so that sr0 or sda or so is needed?)
root@192:/#
무슨일인지 모르겠습니다. 도와주세요.
DOM의 경우는 fdisk에서 아래처럼 잡힙니다.
Command (m for help): p
Disk /dev/hda: 4 heads, 32 sectors, 978 cylinders
Units = cylinders of 128 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 978 62576 83 Linux
/dev/hda2 1 1 0 0 Empty
Partition 2 has different physical/logical beginnings (non-Linux?):
phys=(0, 0, 0) logical=(0, 0, 1)
Partition 2 has different physical/logical endings:
phys=(0, 0, 0) logical=(33554431, 3, 32)
Partition 2 does not end on cylinder boundary:
phys=(0, 0, 0) should be (0, 3, 32)
그런데 포맷하려고 하면,
root@192:/# mkfs.ext2 /dev/hda1
mke2fs 1.27 (8-Mar-2002)
mkfs.ext2: Device size reported to be zero. Invalid partition
specified, or
partition table wasn't reread after running fdisk, due to
a modified partition being busy and in use. You may need to
reboot
to re-read your partition table.
가 되고, 마운트 하려고 하면 아래와 같은 에러가 발생합니다.
root@192:/# mount /dev/hda1 /disk2 -t ext3
hda1: bad access: block=2, count=2
end_request: I/O error, dev 03:01 (hda), sector 2
EXT3-fs: unable to read superblock
mount: wrong fs type, bad option, bad superblock on /dev/hda1,
or too many mounted file systems
(could this be the IDE device where you in fact use
ide-scsi so that sr0 or sda or so is needed?)
root@192:/#
무슨일인지 모르겠습니다. 도와주세요.