lucky13
Group: Members
Posts: 1478
Joined: Feb. 2007 |
|
Posted: Dec. 27 2007,19:05 |
|
You didn't mount that dvd like that in 3.3, either, because your command is incomplete. You need a mount point (directory/file) where you can mount the device (/dev is device, not mount point). Copy your fstab here and see if and where it configured a mount point.
Edit: If you already have the "/mnt/mountpoint" entry in fstab, you could mount it at: mount /mnt/mountpoint
If not, then the manual mount command would be: mount -t udf /dev/cdrom /mnt/mountpoint
Where mount point is whichever mountpoint you set up there (if one wasn't made by script).
-------------- "It felt kind of like having a pitbull terrier on my rear end." -- meo (copyright(c)2008, all rights reserved)
|