모두 아실지 모르겠지만 모르시는 분들께
도움이 됐으면 해서 씁니다
제가 실수로 파티션을 날렸었습니다
원래 리눅스가 /dev/hda9에 깔려 있었는데
어찌어찌해서 다시 파티션 밀고 다시 깔려고 하다
실수로 날렸습니다 -_-
아무튼 gpart란 프로그램이 있더군요
이미 kldp에 미니메뉴얼도 번역돼있고요
gpart : http://www.stud.uni-hannover.de/user/76201/gpart/ 미니메뉴얼 : http://gnome.kldp.org/HOWTO/mini/html/Parti
tion-Rescue-mini-HOWTO/Partition-Rescue-mini-HOWTO-8.html 미리 gpart를 다운받아 하드나 플로피에 저장합
니다 다음 리눅스 씨디로 복구모드(linux rescue)로 부팅후 gpart가 있는 드라이버를 마운트후
실행을 ./gpart /dev/hda
와 같이 실행하면
기존 파티션 정보가 아래와 같이 나옵니다
Begin scan...
Possible partition(DOS FAT), size(3999mb), offset(0mb)
Possible extended partition at offset(4000mb)
Possible partition(Windows NTFS), size(3999mb), offset(4000mb)
Possible partition(Linux ext2), size(3072mb), offset(8000mb)
Possible partition(Linux ext2), size(3072mb), offset(11072mb)
Possible partition(Linux ext2), size(3072mb), offset(14144mb)
Possible partition(Linux ext2), size(2353mb), offset(17216mb)
End scan.
Checking partitions...
Partition(DOS or Windows 95 with 32 bit FAT): primary
Partition(OS/2 HPFS, NTFS, QNX or Advanced UNIX): logical
Partition(Linux ext2 filesystem): logical
Partition(Linux ext2 filesystem): logical
Partition(Linux ext2 filesystem): primary
Partition(Linux ext2 filesystem): primary
Ok.
Guessed primary partition table:
Primary partition(1)
type: 011(0x0B)(DOS or Windows 95 with 32 bit FAT)
size: 3999mb #s(8191953) s(63-8192015)
chs: (0/1/1)-(1023/15/63)d (0/1/1)-(8126/15/63)r
Primary partition(2)
type: 005(0x05)(Extended DOS)
size: 10144mb #s(20775888) s(8192016-28967903)
chs: (1023/15/63)-(1023/15/63)d (8127/0/1)-(28737/15/63)r
Primary partition(3)
type: 131(0x83)(Linux ext2 filesystem)
size: 3072mb #s(6291456) s(28967904-35259359)
chs: (1023/15/63)-(1023/15/63)d (28738/0/1)-(34979/8/24)r
Primary partition(4)
type: 131(0x83)(Linux ext2 filesystem)
size: 2353mb #s(4819248) s(35259840-40079087)
chs: (1023/15/63)-(1023/15/63)d (34980/0/1)-(39760/15/63)r
Now if after the check-phase it says Ok, you should check the proposed partition table
제가 해보니 기존것과 일치해서
바로 ./gpart -W /dev/hda /dev/hda
로 파티션 생성후
다른 하드로 부팅하니 c드라이브 빼고
모두 액세스가 가능했습니다 ^^;
이렇게 기쁠수가...
c드라이브는 제가 살려보겠다고 윈98로 부팅후
fdisk/mbr 한게 완전 날린거 같습니다
여러분도 파티션 날리면 절대 손대지 마시고
우선 이걸로 복구해보시 바랍니다
그럼..--delta force mania