|
|

楼主 |
发表于 2008-2-28 17:24:09
|
显示全部楼层
[root@lxd ~]# fdisk -l
Disk /dev/sda: 160.0 GB, 160000000000 bytes
255 heads, 63 sectors/track, 19452 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000080
Device Boot Start End Blocks Id System
/dev/sda1 * 1 2550 20482843+ 7 HPFS/NTFS
/dev/sda2 2551 10199 61440592+ 7 HPFS/NTFS
/dev/sda3 10200 10224 200812+ 83 Linux
/dev/sda4 10225 19452 74123910 5 Extended
/dev/sda5 10225 19452 74123878+ 8e Linux LVM
Disk /dev/dm-0: 72.7 GB, 72712454144 bytes
255 heads, 63 sectors/track, 8840 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Disk /dev/dm-0 doesn't contain a valid partition table
Disk /dev/dm-1: 3154 MB, 3154116608 bytes
255 heads, 63 sectors/track, 383 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x30307800
Disk /dev/dm-1 doesn't contain a valid partition table
Disk /dev/sdb: 2041 MB, 2041577472 bytes
61 heads, 60 sectors/track, 1089 cylinders
Units = cylinders of 3660 * 512 = 1873920 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 1090 1993604+ 6 FAT16
Disk /dev/sdc: 2021 MB, 2021654528 bytes
64 heads, 63 sectors/track, 979 cylinders
Units = cylinders of 4032 * 512 = 2064384 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 979 1973537+ 6 FAT16
[root@lxd ~]# df
文件系统 1K-块 已用 可用 已用% 挂载点
/dev/mapper/VolGroup00-LogVol00
68783576 6753548 58479616 11% /
/dev/sda3 194449 18822 165587 11% /boot
tmpfs 512056 12 512044 1% /dev/shm
/dev/sda1 20482840 6604712 13878128 33% /media/disk
/dev/sdb1 1993344 318208 1675136 16% /media/disk-1
/dev/sdc1 1973280 228256 1745024 12% /media/KODAK
/dev/sda2 61440592 33666944 27773648 55% /media/disk-2
[root@lxd ~]#
然后我 dd if=/dev/sda3 bs=512 count=1 of=/home/root/sda3.lnx
把sda3.linx拷贝入windows,用uedit32看,里面全部是00。
然后我 dd if=/dev/sda1 bs=512 count=1 of=/home/root/sda1.lnx
把sda1.linx拷贝入windows,用uedit32看,有数据,放boot.ini里启动自己。
其他sda2.lnx,sda4.lnx等等我都dd出来了,都没用啊!请高手指点! |
|