--- In [email protected], "baron_von_gar" <[EMAIL PROTECTED]> wrote: > > > > > Hi. I'm using SUSE 10.0. What do I write in /ect/fstab to > automount > > > my Windows partition so that a non-root user can see the files > there? > > I have never heard before that my Linux partition is able to > mount my Windows partition (though it seems logical enough). > Can anyone give me some pointers on how to do it. To do so would > be abundantly useful. > > -Gar >
Hello Group! you need an extra option to mount a windows partition and access it with a normal user: defaults,umask=000 The umask changes file-permissions, so that you can access the mounted partition with any user on the system. example: # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 /dev/hda9 /mnt/share vfat defaults,umask=000 0 0 regards Maik --------- visit me @ http://www.chart4u.de ------------------------ Yahoo! Groups Sponsor --------------------~--> AIDS in India: A "lurking bomb." Click and help stop AIDS now. http://us.click.yahoo.com/9QUssC/lzNLAA/TtwFAA/0XFolB/TM --------------------------------------------------------------------~-> To unsubscribe from this list, please email [EMAIL PROTECTED] & you will be removed. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/LINUX_Newbies/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
