noob its ntfs not nffs@TI59 :ABey force command .. I don't lknow about that ? Help me learn itCode:shashwat@shashwat-desktop:~$ sudo mount -t nffs /dev/sdb5 /media/sdb5 -o defaults,force,umask=0 [sudo] password for shashwat: mount: unknown filesystem type 'nffs'
sudo mount /dev/sdb5 /media/sdb5 -o defaults,force,umask=0
try thisSame freaking error :!
I know its NTFS but since he has mentioned that in bold thats why I did the same
*ubuntuforums.org/showpost.php?p=4595973&postcount=16sudo -i
ntfsfix /dev/sdb5
ntfs-3g /dev/sdb5 /mnt/ntfs -o force
*www.lostechies.com/blogs/jason_mer...-ntfsfix-fixes-windows-xp-corrupted-ntfs.aspx"Anyways, a couple of days ago I had a major hard drive crash that corrupted
all my NTFS volumes. XP refused to boot, no safe mode, the recovery console
wouldn't start, nothing. I was able to boot with the CD and navigate to my
FAT32 volume (whoever said NTFS was more reliable than FAT32 was smokin'
something). But unfortunately GHOST would hang at the start up screen.
Apparently GHOST was just as unhappy with my corrupted NTFS vols as XP!
So, I whipped out my Knoppix LiveCD (which happily mounted all the "corrupt"
NTFS volumes. Sometimes I wonder why I still use Windows...) and did a
ntfsfix on all the drive volumes (except the FAT32 obviously). Miraculously,
that did the trick. XP booted up, performed all the chkdsk for each NTFS vol
and everything looks normal."
root@shashwat-desktop:~# ntfsfix /dev/sdb5
Mounting volume... FAILED
Attempting to correct errors...
Processing $MFT and $MFTMirr...
Reading $MFT... OK
Reading $MFTMirr... OK
Comparing $MFTMirr to $MFT... FAILED
Correcting differences in $MFTMirr record 0...OK
FAILED
$MFTMirr error: Invalid mft record for $MFTMirr.
root@shashwat-desktop:~# ntfs-3g /dev/sdb5 /mnt/ntfs -o force
$MFTMirr error: Invalid mft record for '$MFTMirr'.
Failed to mount '/dev/sdb5': Input/output error
NTFS is either inconsistent, or you have hardware faults, or you have a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows TWICE. The usage of the /f parameter is very
important! If you have SoftRAID/FakeRAID then first you must activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for the details.
root@shashwat-desktop:~#