freebsd-dev/sbin/mdconfig
Christian S.J. Peron c313f09bfb When using files as backing stores for devices, and the user has requested the
device be created read+write, check to see if the backing store is read only
through the use of the access(2) system call. If this check fails returning
EACCES, EPERM or EROFS then gracefully downgrade the access to read only. Also
print a warning message to stderr, informing the user that the access mode
they requested is not available.

This behavior used to be handled by md(4) but was changed in revision 1.154

Discussed with:	pjd, phk, Dario Freni <saturnero at freesbie dot org>
Reviewed by:	phk
2005-08-30 16:45:32 +00:00
..
Makefile - Make md(4) 64-bit clean. 2004-09-16 21:32:13 +00:00
mdconfig.8 Allow to specify device size in bytes. 2005-01-22 20:02:01 +00:00
mdconfig.c When using files as backing stores for devices, and the user has requested the 2005-08-30 16:45:32 +00:00