hi all.<br>
#mount -t /dev/cdrom1 /mnt/cdrom1 not works.<br>
<br>
Note that one does not really mount a device, one mounts<br>
a filesystem (of the given type) found on the device.<br>
One can also mount an already visible directory tree elsewhere:<br>
       mount --bind olddir newdir<br>
or move a subtree:<br>
       mount --move olddir newdir<br>
A device can be given by name, say /dev/hda1 or /dev/cdrom,<br>
or by label, using  -L label  or by uuid, using  -U uuid .<br>
Other options: [-nfFrsvw] [-o options].<br>
For many more details, say  man 8 mount .<br>
[root@localhost root]#<br>
<br>
do i miss something :p<br>
i am a newbie ...<br>
sorry for such an easy question ...<br>
i dont really understand man pages much. (they're for smarts not for dummies :p)<br>
Help please.<br>
Regards.<br>
Bye<br>