Date: Tue, 12 May 1998 11:40:12 +0300 (EET DST) From: Evren Yurtesen <yurtesen@ispro.net.tr> To: kf7nn@kf7nn.com Cc: questions@FreeBSD.ORG Subject: Re: cdrom mounting at boot Message-ID: <Pine.LNX.3.96.980512113819.22202A-100000@avrasya.ispro.net.tr> In-Reply-To: <XFMail.980511181952.kf7nn@kf7nn.com>
next in thread | previous in thread | raw e-mail | index | archive | help
do you need to put your cdrom drive's mount place into fstab? for example I added this command into rc.local file and it works fine :) /sbin/mount -t cd9660 /dev/wcd0a /usr/local/ftp/pub/cdrom +--------------------------------------------------------+ | Name : Evren Yurtesen - yurtesen@ispro.net.tr | | S-mail: Mithatpasa Cad. No:1079/13 35290 Guzelyali | | Home:+90-232-2857604 Work:+90-232-2463992 Izmir/TURKEY | +--------------------------------------------------------+ On Mon, 11 May 1998 kf7nn@kf7nn.com wrote: > finally broke down and bought a new cd-rom and now i want to mount it at boot > time but i dont want the system to hang if there is no disk in the drive or > an error occurs mounting it (like before the new one). > > previously i would get the famous "enter path for sh" and be in single user > mode if the cd-rom didnt mount. > > so what can i do to my fstab file that would allow this, after taking > out the noauto option of course. > > /etc/fstab > > # Device Mountpoint FStype Options Dump Pass# > /dev/wd0s1b none swap sw 0 0 > /dev/wd0s1a / ufs rw 1 1 > /dev/wd0s1f /usr ufs rw 2 2 > /dev/wd0s1e /var ufs rw 2 2 > /dev/wcd0c /cdrom cd9660 ro,noauto 0 0 > /dev/wd2 /drive2 ufs rw 1 1 > proc /proc procfs rw > ---------------------------------- > E-Mail: kf7nn@kf7nn.com > Date: 11-May-98 > Time: 18:13:43 > > This message was sent by XFMail > ---------------------------------- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.3.96.980512113819.22202A-100000>