- 论坛徽章:
- 0
|
我用的是rhel5u2 已经对照内核打了NTFS插件
昨天用了一下的 正常来的
今天又不行了
[root@localhost ~]# fdisk -l
Disk /dev/hdc: 82.3 GB, 82348277760 bytes
255 heads, 63 sectors/track, 10011 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdc1 * 1 1306 10490413+ 7 HPFS/NTFS
/dev/hdc2 1307 10011 69922912+ f W95 Ext'd (LBA)
/dev/hdc5 1307 3917 20972826 7 HPFS/NTFS
/dev/hdc6 3918 6528 20972826 b W95 FAT32
/dev/hdc7 6529 10011 27977166 7 HPFS/NTFS
Disk /dev/hdd: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdd1 * 1 13 104391 83 Linux
/dev/hdd2 14 9729 78043770 8e Linux LVM
Disk /dev/sda: 80.0 GB, 80026361856 bytes
16 heads, 63 sectors/track, 155061 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Device Boot Start End Blocks Id System
/dev/sda2 * 2 155061 78150240 f W95 Ext'd (LBA)
/dev/sda5 2 155061 78150208+ 7 HPFS/NTFS
Disk /dev/sdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 1 2611 20972826 7 HPFS/NTFS
/dev/sdb2 * 2612 9729 57175335 f W95 Ext'd (LBA)
/dev/sdb5 2612 5222 20972826 7 HPFS/NTFS
/dev/sdb6 5223 9729 36202446 7 HPFS/NTFS
Disk /dev/sdc: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 1306 10490413+ 7 HPFS/NTFS
/dev/sdc2 1307 9729 67657747+ f W95 Ext'd (LBA)
/dev/sdc5 1307 9729 67657716 7 HPFS/NTFS
[root@localhost ~]# mount -t vfat /dev/hdc6 /windows/c
[root@localhost ~]# mount -t ntfs /dev/sdc5 /windows/d
mount: /dev/sdc5 already mounted or /windows/d busy
这个FAT32的分区就可以直接mount
但是NTFS的 不管哪个区挂载到哪里 都是提示最后这句 已经挂载或者是目标目录忙
但是我看mount
[root@localhost ~]# mount
/dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/hdd1 on /boot type ext3 (rw)
tmpfs on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
/dev/hdc6 on /windows/c type vfat (rw)
又根本没挂载阿
我的内核是
2.6.18-92.el5xen athlon |
|