NTFS mount problems in Debian!!!

Status
Not open for further replies.

bob maddy

Right off the assembly line
I run a XP-Debian(Testing) sytem! My XP-partitions are not accessible from Debian- I get a message that says-"cant mount media, u do not have proper permission!!" Any Help!!!!!
 

QwertyManiac

Commander in Chief
Use the ntfs-3g command to mount instead, and prepend sudo to your command :)

Code:
Example:

[B]sudo ntfs-3g /dev/sda1 /mnt/Windows/C[/B] # Optionally, add [B]-o force[/B] as an option
 

gary4gar

GaurishSharma.com
or install ntfs-config via
Code:
sudo apt-get install ntfs-config
now run it via, ntfs-config
 

j1n M@tt

Cyborg Agent
if XP is in hibernated state....u can't mount NTFS partitions, this can happen to dual booting, usually v will forget whether v hav hibernated XP or not before booting to linux
 
Status
Not open for further replies.
Top Bottom