Date: Sat, 17 Nov 2007 14:13:19 -0800 From: Gary Kline <kline@tao.thought.org> To: Giorgos Keramidas <keramida@ceid.upatras.gr> Cc: Gary Kline <kline@tao.thought.org>, Yeef <yeef.cn@gmail.com>, Joshua Isom <jrisom@gmail.com>, freebsd-questions Questions <freebsd-questions@freebsd.org> Subject: Re: What do I put in fstab to get my DVD/CDROM burner to work? Message-ID: <20071117221318.GA32536@thought.org> In-Reply-To: <20071117180325.GB2834@kobe.laptop> References: <20071117022321.GA92031@thought.org> <200711162121.25252.freysman@comcast.net> <20071116222207.X84300@tripel.monochrome.org> <20071117045033.GB93143@thought.org> <197f543d0711162056g6ddaf54y16a3c2e9c789a500@mail.gmail.com> <f51a49e0e8c4d389561ac22218d10d30@gmail.com> <20071117180325.GB2834@kobe.laptop>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Nov 17, 2007 at 08:03:25PM +0200, Giorgos Keramidas wrote:
> On 2007-11-17 02:55, Joshua Isom <jrisom@gmail.com> wrote:
> > On Nov 16, 2007, at 10:56 PM, Yeef wrote:
> >> this is work for me freebsd 6.2-RELEASE
> >>
> >> /dev/acd0 /cdrom cd9660 ro,noauto 0 0
> >>
> >> you should use root mount it.
> >
> > Or set vfs.usermount to 1, if I remember right. I can't recall what's
> > the proper method for setting it at boot, rc.conf or loader.conf. The
> > default is 0, which is what I have it set to, more to annoy me than
> > security (personal server behind a buggy router/firewall).
>
> man sysctl.conf
>
> That's the proper place to put `vfs.usermount=1'.
>
Okay, I've set vfs.usermount=1, but both totem and kmplayer
refuse to play my audio-CD. Using #mount alone (as root)
doesn't say anything about /dev/acd0. I have tried to mount
the CD ::
root@tao2:/dev# mount_cd9660 /dev/acd0 /media/cdroms/0
mount_cd9660: /dev/acd0: Invalid argument
and
root@tao2:/dev# mount_cd9660 /media/cdroms/0 /dev/acd0
mount_cd9660: /dev/acd0: not a directory
In /, media and its subdirectories are mode 777, and in
/dev, acd[01] are all 0666 char devices.
Any more places to mouse-click on or files/directories to
chown/chmod??
Oh: FWIW:
root@tao2:/dev# mount
/dev/ad0s1a on / (ufs, local)
devfs on /dev (devfs, local)
/dev/ad1s1d on /var (ufs, local)
/dev/ad1s1f on /usr (ufs, local, soft-updates)
/dev/ad1s1e on /home (ufs, local)
/dev/ad1s1g on /store (ufs, local, soft-updates)
gary
--
Gary Kline kline@thought.org www.thought.org Public Service Unix
http://jottings.thought.org http://transfinite.thought.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071117221318.GA32536>
