myDSL Extensions (deprecated) :: etc./fstab etc/mtab



gretting linux gurus. i get error cdrom(my writter) not found in /etc/fstab or mtab
i hit the little h button ya''ll are so fond of found it looked at it but befor editing it I want to understand what "it(fstab and mtab)" function as.
donka
any links to configuring my linux to be able to actually write to my writter using d3b
would be greatly appreciated. but for now accessing files from cdrom would be pretty sweet

My guess is that the command you tried was "mount cdrom", which isn't going to work.  Try "mount /dev/cdrom" or "mount /mnt/cdrom".

fstab is a table of filesystems available for you to mount.  It's not necessarily the *only* filesystems you can mount, but they are the ones that DSL found.  You can edit the file to add, remove, or modify filesystems.  Its main purpose, as far as i can tell, is to provide an easy way to mount filesystems without having to specify a device, mountpoint, filesystem type, and options every time you want to mount a certain device.

mtab displays filesystems which are currently mounted.

http://www.die.net/doc/linux/man/man5/fstab.5.html


original here.