Date: Wed, 14 Oct 1998 15:51:41 -0600 From: "Justin T. Gibbs" <gibbs@plutotech.com> To: "Christopher R. Bowman" <crb@ChrisBowman.com> Cc: Julian Elischer <julian@whistle.com>, "Justin T. Gibbs" <gibbs@plutotech.com>, Terry Lambert <tlambert@primenet.com>, Don.Lewis@tsc.tdk.com, freebsd-fs@FreeBSD.ORG, freebsd-scsi@FreeBSD.ORG Subject: Re: filesystem safety and SCSI disk write caching Message-ID: <199810142158.PAA00513@pluto.plutotech.com> In-Reply-To: Your message of "Wed, 13 May 1998 17:54:00 EDT." <199810142313.SAA17170@quark.ChrisBowman.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>Could we make this a mount time option, say if -wc to turn write caching on, >-nowc to turn it off, and if neither flag is present use whatever the drive is >already set for. There is no facility to pass mount flags all the way down to a device driver. This also is not a per mount instance type of feature since several mountable partitions may reside on the same device. CAM currently lacks code to modify mode pages and maintain those modifications across bus reset and BDR events. This could be added, but it would be IMHO lots of complexity for limited gain. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810142158.PAA00513>