I dual boot winXP and linux.I used to get this error " hal-staorage-fixed-mount-all-options refused uid 1000 " wen i opened the drives of windows of ntfs format.
I solved this issue by takin help 4m this source https://help.ubuntu.com/community/Au...ountPartitions
Situation before::
Wen i opened the drives(of ntfs format) i got that error mentioned .
Situation after i issued commands that were given in the source.
All the drives got opened.The problem is solved. But as the code said that it is mounted only in read only mode.(i hav mentioned a sequence of stars in the code, look at them)
How to make the mounted drives capable of read and write mode
?
I solved this issue by takin help 4m this source https://help.ubuntu.com/community/Au...ountPartitions
Situation before::
Wen i opened the drives(of ntfs format) i got that error mentioned .
Situation after i issued commands that were given in the source.
Code:
root@mYbaTTleMaChiNE:~# wget [url]http://media.ubuntu-nl.org/scripts/diskmounter[/url]
--18:24:54-- [url]http://media.ubuntu-nl.org/scripts/diskmounter[/url]
=> `diskmounter'
Resolving media.ubuntu-nl.org... 81.171.100.21
Connecting to media.ubuntu-nl.org|81.171.100.21|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4,864 (4.8K) [text/plain]
100%[====================================>] 4,864 25.45K/s
18:25:05 (25.35 KB/s) - `diskmounter' saved [4864/4864]
root@mYbaTTleMaChiNE:~# sudo bash diskmounter
By default the disks will be writable only by root and
Srikar (srikar)
Do you want to make the disk writable by all users instead? (y/n)
y
As of Ubuntu 6.04 (Dapper Drake) there is slightly more NTFS writing support
through a very experimental NTFS FUSE module. Using this seems to work but
is NOT recommended. Do you want to use this? [no] y
Not enabling experimental NTFS write support
Ignoring /dev/sda1 - already in /etc/fstab
Added /dev/sda5 as '/media/sda5'
Added /dev/sda6 as '/media/sda6'
NTFS drives will be mounted read-only!*****************************************************(a point to note.)
All windows and mac partitions will now be mounted every time you boot
You do not need to reboot, the partitions are mounted now too
root@mYbaTTleMaChiNE:~#
How to make the mounted drives capable of read and write mode
?






Comment