Jump to content
1 post in this topic

Recommended Posts

After 3 hours of google and searching here, I cannot find a solution to fix this log file on my NTFS drive I need to mount. I've tried to force mount (will not work, syntax problem?) and ntfsfix, which was successful, but I still get the error.

 

larrys-mac-pro:~ larry$ sudo ntfsfix /dev/rdisk1s5
Mounting volume... FAILED
Attempting to correct errors... 
Processing $MFT and $MFTMirr...
Reading $MFT... OK
Reading $MFTMirr... OK
Comparing $MFTMirr to $MFT... OK
Processing of $MFT and $MFTMirr completed successfully.
Setting required flags on partition... OK
Going to empty the journal ($LogFile)... OK
NTFS volume version is 3.1.
NTFS partition /dev/rdisk1s5 was processed successfully.

 

 

 

larrys-mac-pro:~ larry$ sudo mount -t ntfs-3g /dev/rdisk1s5 /Volumes/Doggy -o force
usage: mount [-dfruvw] [-o options] [-t ufs | external_type] special node
   mount [-adfruvw] [-t ufs | external_type]
   mount [-dfruvw] special | node

 

Any ideas or help on the mount syntax would be appreciated. (Sorry, I've never been able to pick up the "usage" explanations given in *nix.

Link to comment
https://www.insanelymac.com/forum/topic/146997-ntfs-unclean-shutdown-mess/
Share on other sites

×
×
  • Create New...