blob: 07f77ceef1a1d1008f37587763fe7fb42756eec7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
################################################################################
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.
Please note that this program has not even reached release 0.5 and deals with
bleeding edge software and formats. You will very probably find bugs.
################################################################################
|