Fstype list

Does anyone have a list of all the fstypes?

I don't know what fstype to use when mounting the cdrom...

Cheers;)

Hi,

it is the hsfs "high sierra file system".

mount -hsfs [otion] <block device> <mountpoint>

Greetings

Tom

thx, but I figured it out...

I used:

#mount -t iso9660 /dev/cdrom /mnt/cdrom

works perfect!

But I'm wondering one thing! Do I have tot type that string everytime I start the computer? Is there some way to make it mount by itself?

Cheers;)

Hi,

take a look at the file /etc/vfstab

Every time you boot, the System looks into this file.

Tom

um... yea... i've got freebsd on my laptop and everytime i try to mount the cdrom... it pops up with
"mount: exec mount_iso9660 not found in /sbin, /usr/sbin: No such file or directory"
This is the command i'm using:
mount -t iso9660 /dev/cdrom /mnt/cdrom

:stuck_out_tongue: This sux

oops.. now i feel stupid

i went into sbin and found out that the iso9660 format is called cd9660 by my system for some odd reason (stupid distro... heh)

ciao