geniusvicks wrote:
> No I wanna use my other partitions i.e. C:\, D;\ in Linux without sudo
> ing not the removable drives.
>
>>/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
Well, this is the best for the removable drives. I've never really
gotten a Windows drive to work perfectly, but here's an email I saved
from this list about the subject. I have yet to try it.
========================================================================
in your fstab add user as one of the options.
ex. ( I have NTFS drives, if you have FAT32 the syntax is slightly
different.)
Change this:
/dev/hda6 /mnt/win_d ntfs iocharset=iso8859-1,ro,umask=0 0 0
to this:
/dev/hda6 /mnt/win_d ntfs iocharset=iso8859-1,user,ro,umask=0 0 0
A quick search on google says the following should work for you if
you're using FAT32: (note: it should be all on one line.)
/dev/hda3 /mnt/fat32drive2 vfat
user,showexec,umask=0,codepage=850,iocharset=iso8859-1 0 0
and also check/change the permissions on the /mnt/win_d dir to
dr-xr-xr-x 1 root root 4096 Jan 12 23:06 win_d/
with a chmod 555 /mnt/win_d
or if you have FAT32, then you can add write permissions. (chmod 755
/mnt/win_d)
note: change the /dev/hd??, as well as the directories under mnt, values
to match what your machine is using. If the directories don't exist
under /mnt, create them with the permissions mentioned above.
=========================================================================
Sorry, but it still mentions the "user" option, and not "auto".
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/