Charles <[EMAIL PROTECTED]> writes: > works wonderfully on my linux side. I added the line: > /dev/sda4 /zip msdos defaults 0 0 > to my /etc/fstab file and the line:
> /dev/sda4 /zip msdos rw 0 0 > to my /etc/mtab file. There is no use in altering the /etc/mtab file. When Linux mounts a device, it writes the relevant information to /etc/mtab. So cat /etc/mtab will show whats mounted currently. You can edit this file, but this won't change anything. Only cat /etc/mtab won't show the current situation any more. So editing this file is a Bad Thing(TM) as it doesn't do any good. Ciao, Martin -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .