Guest affeee Posted November 22, 2002 Share Posted November 22, 2002 How can i get writepermission in mandrake to my hdb-drive? It´s a fat32-drive. Link to comment Share on other sites More sharing options...
Guest anon Posted November 22, 2002 Share Posted November 22, 2002 You need to edit your /etc/fstab file. There are many ways and variations on how to do this, here is one : /dev/hdb1 /mnt/win_c vfat uid=501,rw,exec,iocharset=iso8859-15,codepage=850,umask=0 0 0 Link to comment Share on other sites More sharing options...
MottS Posted November 22, 2002 Share Posted November 22, 2002 You can surely do what you want to do without modifications by doing it as root. OR umount your fat32 partition and modify your line related to fat32 in your /etc/fstab file according to mine /dev/hda6 /mnt/Datas vfat iocharset=iso8859-15,codepage=850,umask=0 0 0 I think that you'll have to add umask=0 .. not sure. Compare your fstab to this line Once done, save fstab and remount your partition. MottS Link to comment Share on other sites More sharing options...
MottS Posted November 22, 2002 Share Posted November 22, 2002 lol 2 min diff.. Link to comment Share on other sites More sharing options...
Guest affeee Posted November 23, 2002 Share Posted November 23, 2002 ok... this is how my fstab looks like now... but it still doesnt work /dev/hda5 / ext3 defaults 1 1 none /dev/pts devpts mode=0620 0 0 /dev/hda7 /home ext3 defaults 1 2 none /mnt/cdrom supermount dev=/dev/hdc,fs=auto,ro,--,iocharset=iso8859-1,codepage=850,umask=0 0 0 none /mnt/cdrom2 supermount dev=/dev/scd0,fs=auto,ro,--,iocharset=iso8859-1,codepage=850,umask=0 0 0 none /mnt/floppy supermount dev=/dev/fd0,fs=auto,--,iocharset=iso8859-1,sync,codepage=850,umask=0 0 0 /dev/hda1 /mnt/nt ntfs iocharset=iso8859-1,ro,umask=0 0 0 /dev/hda3 /mnt/nt2 ntfs iocharset=iso8859-1,ro,umask=0 0 0 /dev/hdb1 /mnt/nt3 vfat iocharset=iso8859-15,codepage=850,umask=0 0 0 /dev/hda6 swap swap defaults 0 0 i tried your suggestion to anon... Link to comment Share on other sites More sharing options...
Cannonfodder Posted November 23, 2002 Share Posted November 23, 2002 Did you reboot? You must reboot. /etc/fstab is processed on startup. Link to comment Share on other sites More sharing options...
Guest affeee Posted November 24, 2002 Share Posted November 24, 2002 ahh... now it works. Thanks cannonfodder. Link to comment Share on other sites More sharing options...
Cannonfodder Posted November 25, 2002 Share Posted November 25, 2002 :P Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now