Register FAQ SearchLogin
Tuxera Home
View unanswered posts | View active topics It is currently Thu Jun 20, 2013 07:04



Post new topic Reply to topic  [ 4 posts ] 
$LogFile indicates unclean shutdown (0,0) 
Author Message

Joined: Mon Oct 15, 2007 23:39
Posts: 2
Post $LogFile indicates unclean shutdown (0,0)
When I try to mount the drive, I get this:

cmu-234701:~ Justin$ ntfs-3g /dev/disk0s1 /Volumes/ntfs -ovolname="Music"
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/disk0s1': Operation not supported
Mount is denied because NTFS is marked to be in use. Choose one action:

Choice 1: If you have Windows then disconnect the external devices by
clicking on the 'Safely Remove Hardware' icon in the Windows
taskbar then shutdown Windows cleanly.

Choice 2: If you don't have Windows then you can use the 'force' option for
your own responsibility. For example type on the command line:

mount -t ntfs-3g /dev/disk0s1 /Volumes/ntfs -o force

Or add the option to the relevant row in the /etc/fstab file:

/dev/disk0s1 /Volumes/ntfs ntfs-3g defaults,force 0 0

And then, when I try to force mount, I get this:

cmu-234701:~ Justin$ mount -t ntfs-3g /dev/disk0s1 /Volumes/ntfs -o force
usage: mount [-dfruvw] [-o options] [-t ufs | external_type] special node
mount [-adfruvw] [-t ufs | external_type]
mount [-dfruvw] special | node
cmu-234701:~ Justin$

If anyone could tell me what I'm doing wrong, I'd greatly appreciate it.


Mon Oct 15, 2007 23:41
Profile
Tuxera CTO

Joined: Tue Nov 21, 2006 23:15
Posts: 1645
Post 
Apparently you're using FreeBSD mount which it seems doesn't support the Linux mount syntax. Please try the below and let me know if it works and I'll update the ntfs-3g advise:

Code:
mount -t ntfs-3g -o force /dev/disk0s1 /Volumes/ntfs

If it still doesn't work then try this one:

Code:
mount -o force -t ntfs-3g /dev/disk0s1 /Volumes/ntfs

Thanks, Szaka


Mon Oct 15, 2007 23:58
Profile

Joined: Mon Oct 15, 2007 23:39
Posts: 2
Post 
cmu-234701:~ Justin$ mount -o force -t ntfs-3g /dev/disk1s1 /Volumes/Windows
mount: exec /usr/sbin/mount_ntfs-3g for /Volumes/Windows: No such file or directory
cmu-234701:~ Justin$ mount -t ntfs-3g -o force /dev/disk1s1 /Volumes/Windowsmount: exec /usr/sbin/mount_ntfs-3g for /Volumes/Windows: No such file or directory

I'm on a MacBookPro if that helps any. Trying to mount a 300GB and 500GB external from my old PC.


Tue Oct 16, 2007 10:03
Profile
Tuxera CTO

Joined: Tue Nov 21, 2006 23:15
Posts: 1645
Post 
You mistyped the correct /Volumes/ntfs as /Volumes/Windows. Please type exactly, or even better copy-paste, what was suggested above.

Make also sure that you still have the /Volumes/ntfs directory.

You also must do this as the root user.


Tue Oct 16, 2007 10:30
Profile
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Original forum style by Vjacheslav Trushkin.