- 论坛徽章:
- 0
|
系统:Red Hat Enterprise Linux AS 5
我的机子装了两个系统windows xp professional service pack 3 和Red Hat Enterprise Linux AS 5 .
现在我想把xp下的ntfs分区挂载到Red Hat下面。
[root@www ]# /sbin/fdisk -l
Disk /dev/sda: 80.0 GB, 80000000000 bytes
255 heads, 63 sectors/track, 9726 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1958 15727603+ 7 HPFS/NTFS
/dev/sda2 1959 9725 62388427+ f W95 Ext'd (LBA)
/dev/sda5 1959 4569 20972826 7 HPFS/NTFS
/dev/sda6 4570 5874 10482381 7 HPFS/NTFS
/dev/sda7 8422 9725 10474348+ 83 Linux
/dev/sda8 5876 6006 1052226 82 Linux swap / Solaris
/dev/sda9 6007 6273 2144646 83 Linux
/dev/sda10 6274 8421 17253778+ 83 Linux
Partition table entries are not in disk order
Disk /dev/sdb: 2068 MB, 2068054016 bytes
8 heads, 32 sectors/track, 15778 cylinders
Units = cylinders of 256 * 512 = 131072 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 15778 2019568 b W95 FAT32
Disk /dev/sdc: 1027 MB, 1027604480 bytes
32 heads, 62 sectors/track, 1011 cylinders
Units = cylinders of 1984 * 512 = 1015808 bytes
This doesn't look like a partition table
Probably you selected the wrong device.
Device Boot Start End Blocks Id System
/dev/sdc1 ? 392206 967564 570754815+ 72 Unknown
Partition 1 has different physical/logical beginnings (non-Linux?):
phys=(357, 116, 40) logical=(392205, 19, 11)
Partition 1 has different physical/logical endings:
phys=(357, 32, 45) logical=(967563, 8, 51)
Partition 1 does not end on cylinder boundary.
/dev/sdc2 ? 85025 1060846 968014120 65 Novell Netware 386
Partition 2 has different physical/logical beginnings (non-Linux?):
phys=(288, 115, 43) logical=(85024, 30, 47)
Partition 2 has different physical/logical endings:
phys=(367, 114, 50) logical=(1060845, 20, 42)
Partition 2 does not end on cylinder boundary.
/dev/sdc3 ? 942481 1918302 968014096 79 Unknown
Partition 3 has different physical/logical beginnings (non-Linux?):
phys=(366, 32, 33) logical=(942480, 18, 30)
Partition 3 has different physical/logical endings:
phys=(357, 32, 43) logical=(1918301, 7, 39)
Partition 3 does not end on cylinder boundary.
/dev/sdc4 ? 1454477 1454505 27749+ d Unknown
Partition 4 has different physical/logical beginnings (non-Linux?):
phys=(372, 97, 50) logical=(1454476, 12, 25)
Partition 4 has different physical/logical endings:
phys=(0, 10, 0) logical=(1454504, 11, 33)
Partition 4 does not end on cylinder boundary.
Partition table entries are not in disk order
[root@www ]# mount -t ntfs /dev/sda1 /WindowsC
mount: unknown filesystem type 'ntfs'
为什么它还说unknown filesystem type 'ntfs'
fdisk -l 出来的不是说:HPFS/NTFS 吗?
不明白? |
|