Friends.. i am new to linux... n I need some help in mounting my ntfs partitions onto linux. I use Kubuntu 8.04 Live CD
I went to storage media and selected the partition, clicked on mount.
I get the following error:
$LogFile indicates unclean shutdown (0, 0) Failed to mount '/dev/sda6': 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/sda6 /media/Work & Files -o force Or add the option to the relevant row in the /etc/fstab file: /dev/sda6 /media/Work & Files ntfs-3g force 0 0
Since my Windows XP does not boot, i know that the first method will not work. So, i went to terminal window and typed in the following command:
mount -t ntfs-3g /dev/sda6 /media/Work & Files -o force
It gave an error that I need to log in as root to execute this command, so i typed in the command with a "sudo" prefixed to it. The result is as follows:
[1] 13485
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sda6': 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/sda6 /media/Work -o force
Or add the option to the relevant row in the /etc/fstab file:
/dev/sda6 /media/Work ntfs-3g force 0 0
bash: Files: command not found
[1]+ Exit 15 sudo mount -t ntfs-3g /dev/sda6 /media/Work
please help...
also i need to format the partition as NTFS again...
i cant do this with a windows XP live cd, or from Windows Setup disk because they are not booting...