Hi Lombardo,

On Tue, 19 Feb 2008, Lombardo Vito wrote:

> When I enter
> 
> ntfs-3g /dev/sda1 /windows -o remove_hiberfile
> 
> this is what i read
> 
> $LogFile indicates unclean shutdown (0, 0)
> Failed to mount '/dev/sda1': 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/sda1 /mnt/f -o force

This is an issue with the NTFS journal file (named $LogFile). You either 
need to use

        mount -t ntfs-3g /dev/sda1 /mnt/f -o force 

or if you also have a hibernated Windows then use both mount options like

        mount -t ntfs-3g /dev/sda1 /mnt/f -o force,remove_hiberfile

The only functionality of the 'force' mount option is to reset the NTFS 
journal file (which solves the above problem). It's going to be renamed 
to 'reset_journal' for clarity.

Regards,
           Szaka

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
ntfs-3g-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ntfs-3g-devel

Reply via email to