Partion Revivde !

Status
Not open for further replies.
OP
Dark Star

Dark Star

Cyborg Agent
Code:
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'

@TI59 :ABey force command .. I don't lknow about that ?:p Help me learn it :p
 

Faun

Wahahaha~!
Staff member
Code:
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'
@TI59 :ABey force command .. I don't lknow about that ?:p Help me learn it :p
noob its ntfs not nffs :rolleyes:
and you dont even hav to use -t switch, the mount will automatically detect the filesystem type
use
sudo mount /dev/sdb5 /media/sdb5 -o defaults,force,umask=0

just came to say that, and yeah now the buttons are working.
 
OP
Dark Star

Dark Star

Cyborg Agent
Same freaking error :!

I know its NTFS but since he has mentioned that in bold thats why I did the same :p
 

Faun

Wahahaha~!
Staff member
Same freaking error :!

I know its NTFS but since he has mentioned that in bold thats why I did the same :p
try this

sudo -i
ntfsfix /dev/sdb5
ntfs-3g /dev/sdb5 /mnt/ntfs -o force
*ubuntuforums.org/showpost.php?p=4595973&postcount=16 :!:


always hav knoppix at your disposal
"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."
*www.lostechies.com/blogs/jason_mer...-ntfsfix-fixes-windows-xp-corrupted-ntfs.aspx
 
Last edited:
OP
Dark Star

Dark Star

Cyborg Agent
Code:
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:~#

Ok will download knoppix :)
 
Status
Not open for further replies.
Top Bottom