blob: e72d64347307ccaeb0436cac5453526b12a8a491 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
################################################################################
In order to have automated ripping work right, enable usermount (sysctl
vfs.usermount=1), add a mountpoint for your dvd-drive to your home directory
(mkdir /home/foo/cdrom) and add a corresponding entry to /etc/fstab
(/dev/cd0c /usr/home/foo/cdrom cd9660 ro,noauto 0 0) and
specify this mountpoint in dvd::rip's preferences.
################################################################################
|