Em 07-12-2009 17:44, Neal escreveu:
>
> Hey again folks.
>
> Using Debian Lenny Gnome
>
> I get a "Permissions Denied" or "Invalid mount option" when I try to
> access (mount?) other drive partitions. They happen to be NTFS.
>
> How can I enable myself to access/read/
> partitions, from Debian?
>
> If there is any terminal work, please go slow, baby steps. I am not
> too keen with the terminal yet.
>
> Thanks a bunch!
>
>
Firstly, install ntfs-3g:
apt-get install ntfs-3g
Create a mount point : sudo mkdir /media/ntfs
And, add read/write permitions on fstab:
echo /dev/sdb1 /media/ntfs ntfs-3g defaults,$(id| cut -d "(" -f 1),$(id|
cut -d " " -f 2|cut -d "(" -f 1) 0 0| sudo tee -a /etc/fstab
Just look at "/dev/sdb1". Probably it will be another device on you
machine. Check what is the drive/partition and change it...
[Non-text portions of this message have been removed]
Monday, December 7, 2009
Re: [LINUX_Newbies] NTFS, Permissions
__._,_.___
To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.
MARKETPLACE
.
__,_._,___
No comments:
Post a Comment