BK1
12-21-2000, 09:23 PM
I'm trying to edit /etc/fstab, with xemacs. The entries are look like this:
# /etc/fstab: static file system information.
#
#<file system><mountpoint><type><options>
/dev/hda1 / ext2 defaults
/dev/hda2 none swap sw
proc /proc proc defaults
I entered:
/mnt/cdrom /dev/cdrom
and saved, now if I type mount /dev/cdrom I get:
mount: fs type not supported by kernel.
But I can mount a cd with the command:
mount -t iso9660 -o ro /dev/hdc /cdrom
What can I do to fix this?
Any help would be appreciated.
------------------
The Hills of Defeat are covered with the bleached bones of those, who with victory in sight, paused to rest. Hurry up everytime you think about it.
# /etc/fstab: static file system information.
#
#<file system><mountpoint><type><options>
/dev/hda1 / ext2 defaults
/dev/hda2 none swap sw
proc /proc proc defaults
I entered:
/mnt/cdrom /dev/cdrom
and saved, now if I type mount /dev/cdrom I get:
mount: fs type not supported by kernel.
But I can mount a cd with the command:
mount -t iso9660 -o ro /dev/hdc /cdrom
What can I do to fix this?
Any help would be appreciated.
------------------
The Hills of Defeat are covered with the bleached bones of those, who with victory in sight, paused to rest. Hurry up everytime you think about it.