Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 2000 09:31:19 -0400
From:      "Andresen,Jason R." <jandrese@mitre.org>
To:        abovone@mindspring.com
Cc:        FreeBSD-questions@FreeBSD.ORG
Subject:   Re: noauto
Message-ID:  <397D96A7.45B60BD6@mitre.org>
References:  <3.0.1.32.20000725093452.008a4880@pop.mindspring.com>

next in thread | previous in thread | raw e-mail | index | archive | help
abovone@mindspring.com wrote:
> 
> Tring to mount my CD I think I've done it correctly, I see noauto
> In the fstab file
> 
> Device         Mountpoint     FStype     Options      Dump     Pass#
> /dev/acd0c     /cdrom         cd9660     ro,noauto    0        0
> 
> Does this mean that my cdrom(there is only one cdrom)is mounted but on boot
> up it skips over it?
> 
> How do i get ride of the noauto if this is the case???

Yep, it means that you have to mount your CDROM manually (with just
mount /cdrom).  If you want to turn off the noauto option, simply change
the flags field from 'ro,noauto' to just 'ro'.   With that said, I don't
think you want to take the noauto field out of the fstab for your
removeable device (CDROM), otherwise you will need to have a CDROM in
the drive everytime you boot the machine, or FreeBSD will complain about
"some filesystems failed to mount" and drop you into single user mode. 

-- 
   _  _    _  ___  ____  ___   ______________________________________
  / \/ \  | ||_ _||  _ \|___| | Jason Andresen -- jandrese@mitre.org
 / /\/\ \ | | | | | |/ /|_|_  | Views expressed may not reflect those 
/_/    \_\|_| |_| |_|\_\|___| | of the Mitre corperation.


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?397D96A7.45B60BD6>