ntfs problem

Asked by vinogans

I installed ubuntu 7.04 it can read ntfs but i cant write any thing i tried the tool ntfs -config and i got this error with it Mounting /media/hda5 failed.

$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/disk/by-uuid/7E70C05470C014B5': Operation not supported
Mount is denied because NTFS logfile is unclean. Choose one action:
   Boot Windows and shutdown it cleanly, or if you have a removable
   device then click the 'Safely Remove Hardware' icon in the Windows
   taskbar notification area before disconnecting it.
Or
   Run ntfsfix version 1.13.1 on Linux unless you have Vista.
Or
   Mount the NTFS volume with the 'ro' option in read-only mode.
=====
I dont got any operating system now exept ubuntu on my pc
any ideas , beside i tried to mount it manually through the force command didnt work also

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Gord Allott
Solved:
Last query:
Last reply:
Revision history for this message
Best Gord Allott (gordallott) said :
#1

this is because you did not shut down your windows partition properly. you either need to run ntfsfix on the partition or boot into windows and then do a clean shutdown before booting back into ubuntu.

Revision history for this message
vinogans (windss) said :
#2

yeah but the problem is I dont got windows on my pc any ideas

Revision history for this message
vinogans (windss) said :
#3

okay i solved the problem also Gord Allott comment helped me I will past what i did here go nothing i got bartpe live cd i think most of you know it incase http://www.nu2.nu/pebuilder/ it make windows live cd i already got one so no need to make it i put the cd and open it right click on my driver i uncompress it first then i checked it for error chkdsk in cmd or u can see tools check for error thats it i restarted and enter my ubuntu and used ntfs configuration tool and i can read and write on my ntfs with no problem

Revision history for this message
vinogans (windss) said :
#4

Thanks Gord Allott, that solved my question.

Revision history for this message
hermaf (felix-hermann) said :
#5

Hello, I had the same expirience. Or rather still have. I checked my NTFS partion with chdsk of Windows XP and found no errors. Still I cannot mount the drive.

Using Disk Manager 1.0.1, I still get the error message:

$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/hda1': 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/hda1 /media/hda1 -o force

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

            /dev/hda1 /media/hda1 ntfs-3g defaults,force 0 0

settings: defaults,nls=utf8,umask=0222

Any ideas?