From 22bb5ac98159142aab13839f2bc9405bbb37502b Mon Sep 17 00:00:00 2001 From: is Date: Sun, 25 Feb 2001 20:37:15 +0000 Subject: [PATCH] Note that the ados fs is read-only, and that mount_ados falls back to read-only mounts now. --- sbin/mount_ados/mount_ados.8 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/sbin/mount_ados/mount_ados.8 b/sbin/mount_ados/mount_ados.8 index 468ea48043f3..d1940cd7e5bb 100644 --- a/sbin/mount_ados/mount_ados.8 +++ b/sbin/mount_ados/mount_ados.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: mount_ados.8,v 1.9 2000/06/14 17:25:25 cgd Exp $ +.\" $NetBSD: mount_ados.8,v 1.10 2001/02/25 20:37:15 is Exp $ .\" .\" Copyright (c) 1993, 1994 Christopher G. Demetriou .\" All rights reserved. @@ -105,6 +105,16 @@ directory on which the file system is being mounted. The .Sq ados filesystem currently supports the Amiga fast file system. +.Pp +The +.Sq ados +filesystem implementation currently is read-only. The +.Nm +utility silently retries the mount read-only, as if the +.Ar ro +option was specified, when it encounters the +EROFS +error. .Sh HISTORY The .Nm