I have installed dapper on my system and it is working fine. The only problem I am having is trying to mount multiple vfat partitions. I have 3 that I would like to have access to but I can only get 1 to mount. I pretty sure that I am doing something wrong. I keep getting the message
warning: no final newline at the end of /etc/fstab
I have added these lines to fstab
/dev/hdb5 /media/windows vfat iocharset=utf8,umask=000 0 0
/dev/hdb6 /media/windows vfat iocharset=utf8,umask=000 0 0
/dev/hdb7 /media/windows vfat iocharset=utf8,umask=000 0 0
Is it possible to mount all 3 or can I only get access to 1? What do need to add?
Thnaks,
Corwin
warning: no final newline at the end of /etc/fstab
I have added these lines to fstab
/dev/hdb5 /media/windows vfat iocharset=utf8,umask=000 0 0
/dev/hdb6 /media/windows vfat iocharset=utf8,umask=000 0 0
/dev/hdb7 /media/windows vfat iocharset=utf8,umask=000 0 0
Is it possible to mount all 3 or can I only get access to 1? What do need to add?
Thnaks,
Corwin
Comment