vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| 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?? <http://wombat.san-francisco.ca.us/cgi-bin/fom?file=82> the AOLS FAQ[1], the Good Book[2] and Google[3] are great resources that will answer many of your questions. don't hesitate to use them. ;-) see also 'man mount' for mount options for fat and ntfs. [1] <http://wombat.san-francisco.ca.us/faqomatic/cache/1.html> [2] <http://slackbook.org> [3] <http://www.google.com/linux>, <http://groups.google.com> -- Joost Kremers joostkremers@yahoo.com Selbst in die Unterwelt dringt durch Spalten Licht EN:SiS(9 |
| |||
| 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/> |
| ||||
| Giovanni wrote: > 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 Ok, something similar im reading right now. Thanks for the help. Anything you need boys just tell me :-) h4ndr3s |