how to mount DVD under fedora core
mkdir /mnt/dvd
mount /dev/dvd /mnt/dvd
The simple things that I do every couple of weeks I keep forgetting.
(added slash, thanks Bernard!)
mkdir /mnt/dvd
mount /dev/dvd /mnt/dvd
The simple things that I do every couple of weeks I keep forgetting.
(added slash, thanks Bernard!)
May 31st, 2007 at 11:25 pm
Thanks and it should be
mkdir /mnt/dvd
mount /dev/dvd /mnt/dvd