No I wanna use my other partitions i.e. C:\, D;\ in Linux without sudo ing not the removable drives.
--- In [email protected], Chad Martin <[EMAIL PROTECTED]> wrote: > > geniusvicks wrote: > > Have to always sudo to use other drives. What do I type in fstab to > > allow me to use /media/hda4, etc. without "sudo"ing? > > Assuming you don't want this drive to be mounted automatically on boot, > all you have to do is add "user" to the options for the drive in > question. Check out the part of my /etc/fstab that has to do with > removable media: > > /dev/floppy/0 /mnt/floppy auto noauto,rw,user > 0 0 > /dev/hdb4 /mnt/zip auto noauto,rw,user > 0 0 > /dev/cdroms/cdrom0 /mnt/dvdrom auto noauto,ro,user > 0 0 > /dev/cdroms/cdrom1 /mnt/cdrw auto noauto,ro,user > 0 0 > > Chad Martin > 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/
