#8
帖子
由 kelvinhan » 2007-06-02 12:57
6. sudo fdisk -l /dev/mapper/isw_deibcjeaeh_system
Disk /dev/mapper/isw_deibcjeaeh_system: 320.0 GB, 320079134720 bytes
255 heads, 63 sectors/track, 38914 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/mapper/isw_deibcjeaeh_system1 * 1 2550 20482843+ 7 HPFS/NTFS
/dev/mapper/isw_deibcjeaeh_system2 2551 38913 292085797+ f W95 Ext'd (LBA)
/dev/mapper/isw_deibcjeaeh_system5 2551 8287 46082421 7 HPFS/NTFS
/dev/mapper/isw_deibcjeaeh_system6 8288 15299 56323858+ 7 HPFS/NTFS
/dev/mapper/isw_deibcjeaeh_system7 15300 23585 66557263+ 7 HPFS/NTFS
/dev/mapper/isw_deibcjeaeh_system8 23586 38913 123122128+ 7 HPFS/NTFS
At this time, you can mount these parttitials.
sudo mkdir /test
mount -t ntfs /dev/mapper/isw_deibcjeaeh_system1 /test
sudo ls /test
You can see contents on original disk C.
7. ls /dev/sd*
/dev/sda /dev/sda2 /dev/sdc /dev/sdc3 /dev/sdc5
/dev/sda1 /dev/sdb /dev/sdc2 /dev/sdc4
sudo fdisk -l /dev/sda
Warning: ignoring extra data in partition table 5
Warning: ignoring extra data in partition table 5
Warning: ignoring extra data in partition table 5
Warning: invalid flag 0xffff86dd of partition table 5 will be corrected by w(rite)
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 2550 20482843+ 7 HPFS/NTFS
/dev/sda2 2551 38913 292085797+ f W95 Ext'd (LBA)
/dev/sda5 ? 52338 248868 1578629799+ 7e Unknown
sudo fdisk -l /dev/sdb
Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/sdb doesn't contain a valid partition table
sudo fdisk -l /dev/sdc
Disk /dev/sdc: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdc1 2 20398 163838902+ f W95 Ext'd (LBA)
/dev/sdc2 20399 36363 128238862+ 7 HPFS/NTFS
/dev/sdc3 36364 36861 4000185 82 Linux swap / Solaris
/dev/sdc4 36862 38913 16482690 83 Linux
/dev/sdc5 2 20398 163838871 7 HPFS/NTFS