[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: "LUN appears to be stuck writing LBA=10h, retry in 0ms" kills my DVD+R...



On Tue, Jan 04, 2005 at 11:58:10PM +0100, Alessandro Suardi wrote:
> FC3 adds in fstab entries for CD/DVD drives with a syntax
>  I don't know but that quite clearly hints to automounting:
> 
> #/dev/hdd                /media/cdrecorder       auto    
> pamconsole,fscontext=system_u:object_r:removable_t,exec,noauto,managed 0 0
> #/dev/hdc                /media/cdrecorder1      auto    
> pamconsole,fscontext=system_u:object_r:removable_t,exec,noauto,managed 0 0

The first "auto" (field three) is the file system type; so it attempts
to detect the type of file system automatically.  The "noauto" in the
long string of options (field four) means it does *not* mount this file
system at system boot time; you'd have to ask for it specifically.

If either of these systems is to be automounted, then there would have
to be entries for them in a different file, usually /etc/auto.master
or something that's read in after that.  /etc/fstab doesn't control
automounting at all.



Reply to: