OK here is my File:/etc/fstab --
/dev/hda1 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hda6 /home ext3 defaults 1 2
none /mnt/cdrom supermount dev=/dev/hdc,fs=udf:iso9660,ro,--,iocharset=iso8859-1 0 0
none /mnt/floppy supermount dev=/dev/fd0,fs=ext2:vfat,--,sync,codepage=850,iocharset=iso8859-1,umask=0 0 0
/dev/sda1 /mnt/removable vfat defaults 0 0
none /proc proc defaults 0 0
/dev/hda5 swap swap defaults 0 0
I want to give every user all permissions (ie 'chmod 777') and i want and icon to come up on the desktop when it is plugged in or atleast mounted from the command line. What do i have to add to the File or how can i do it so that it will do what i want?!
I use MDK9.2
|