Hi there.<br>
I'm not in a position to reformat my drive at this stage to be FAT,<br>
as I am in the middle of a job. <br>
I would love to be able to pull across files from my storage partition but the standard stuff doesn't seem to be working for me.<br>
If you could have a look over this and tell me what is up it would be appreciated.<br>
<br>
<span style="color: rgb(255, 0, 0);">Firstly I did the</span><br>
<br>
yum install 
                                        kernel-module-ntfs-$(uname -r)<br>
<br>
<span style="color: rgb(255, 0, 0);">Which successfully installed the matching kernel for my kernel.</span><br style="color: rgb(255, 0, 0);">
<span style="color: rgb(255, 0, 0);">I should now be able to read my ntfs drive although it is not listed in:</span><br>
<br>
[root@localhost /]# cat /proc/filesystems<br>
nodev   sysfs<br>
nodev   rootfs<br>
nodev   bdev<br>
nodev   proc<br>
nodev   sockfs<br>
nodev   binfmt_misc<br>
nodev   debugfs<br>
nodev   usbfs<br>
nodev   pipefs<br>
nodev   futexfs<br>
nodev   tmpfs<br>
nodev   inotifyfs<br>
nodev   eventpollfs<br>
nodev   devpts<br>
        ext2<br>
nodev   ramfs<br>
nodev   hugetlbfs<br>
        iso9660<br>
nodev   mqueue<br>
nodev   selinuxfs<br>
        ext3<br>
nodev   rpc_pipefs<br>
nodev   autofs<br>
<br>
<span style="color: rgb(255, 0, 0);">so I do this anyway:</span><br>
<br>
[root@localhost /]# /sbin/fdisk -l<br>
<br>
Disk /dev/sda: 100.0 GB, 100030242816 bytes<br>
255 heads, 63 sectors/track, 12161 cylinders<br>
Units = cylinders of 16065 * 512 = 8225280 bytes<br>
<br>
   Device Boot     
Start        
End      Blocks   Id  System<br>
/dev/sda1              
1          
6       48163+  de  Dell Utility<br>
/dev/sda2  
*          
7        1281   
10241437+   7  HPFS/NTFS<br>
/dev/sda3           
1282       12160   
87385567+   f  W95 Ext'd (LBA)<br>
/dev/sda5           
1282       
1663     3068383+   7  HPFS/NTFS<br>
/dev/sda6           
1664        2938   
10241406   83  Linux<br>
/dev/sda7           
2939       
3448     4096543+  82  Linux swap /
Solaris<br>
/dev/sda8           
3449       12160   
69979108+   7  HPFS/NTFS<br>
<br style="color: rgb(255, 0, 0);">
<span style="color: rgb(255, 0, 0);">and attempt to mount and get:</span><br>
<br>
[root@localhost /]# mount /dev/sda3 /mnt/windows_disk -t ntfs<br>
mount: mount point /mnt/windows_disk does not exist<br>
[root@localhost /]# mnt/windows/<br>
mnt/windows/: Permission denied.<br>
[root@localhost /]# mount /dev/sda3 /mnt/windows -t ntfs<br>
mount: wrong fs type, bad option, bad superblock on /dev/sda3,<br>
       missing codepage or other error<br>
       (aren't you trying to mount an extended partition,<br>
       instead of some logical partition inside?)<br>
       In some cases useful info is found in syslog - try<br>
       dmesg | tail  or so:<br>
<br>
<span style="color: rgb(255, 0, 0);">o.k so......</span><br>
<br>
[root@localhost /dev]# dmesg | tail<br>
SELinux: initialized (dev sda5, type ntfs), uses genfs_contexts<br>
NTFS-fs error (device sda1): read_ntfs_boot_sector(): Primary boot sector is invalid.<br>
NTFS-fs error (device sda1): read_ntfs_boot_sector(): Mount option errors=recover not used. Aborting without trying to recover.<br>
NTFS-fs error (device sda1): ntfs_fill_super(): Not an NTFS volume.<br>
NTFS-fs error (device sda1): read_ntfs_boot_sector(): Primary boot sector is invalid.<br>
NTFS-fs error (device sda1): read_ntfs_boot_sector(): Mount option errors=recover not used. Aborting without trying to recover.<br>
NTFS-fs error (device sda1): ntfs_fill_super(): Not an NTFS volume.<br>
NTFS-fs error (device sda1): read_ntfs_boot_sector(): Primary boot sector is invalid.<br>
NTFS-fs error (device sda1): read_ntfs_boot_sector(): Mount option errors=recover not used. Aborting without trying to recover.<br>
NTFS-fs error (device sda1): ntfs_fill_super(): Not an NTFS volume.<br>
<br>
<span style="color: rgb(255, 0, 0);">Humph.....</span><br style="color: rgb(255, 0, 0);">
<span style="color: rgb(255, 0, 0);">What's with that..?</span><br style="color: rgb(255, 0, 0);">
<br style="color: rgb(255, 0, 0);">
<span style="color: rgb(255, 0, 0);">Is there a way around this?</span><br style="color: rgb(255, 0, 0);">
<br>
<br>