| Quote (roberts @ Dec. 27 2007,11:46) |
| What is your source for such a format? |
| Code Sample |
| mount /dev/cdrom |
| Code Sample |
| /dev/cdrom udf ro,nosuid,user=dsl /mnt/mountpoint |
| Code Sample |
| mount -t udf /dev/cdrom |
| Quote (lucky13 @ Dec. 27 2007,14: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). |
| Code Sample |
sudo mount /dev/cdrom sudo mount -t udf /dev/cdrom /mnt/auto/cdrom |