View Single Post

   
  #4 (permalink)  
Old 02-20-2008, 07:30 AM
Giovanni
 
Posts: n/a
Default Re: About mounted partitions

On 04/07/05 15:49, h4ndr3s wrote:
> I want to be able to read fat32 and NTFS partitions that slack mount at
> boot time with other user than root. How can i do??
> Excuse my English but its not my language :-P
> Thanks.
>


Change the enties in /etc/fstab to something simila to these:

/dev/hdxx /win/c ntfs ro,noexec,gid=users,umask=0002 1 0
/dev/hdxx /win/d vfat noexec,gid=users,umask=0002 1 0

gid=users,umask=0002 are for RW to group 'users'

Ciao
Giovanni
--
A computer is like an air conditioner,
it stops working when you open Windows.
Registered Linux user #337974 <http://counter.li.org/>
Reply With Quote