Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Apr 2003 10:58:41 +0400
From:      Vladik Kozin <epbox@yandex.ru>
To:        freebsd-newbies@FreeBSD.org
Subject:   Re: /dev/...
Message-ID:  <200304151058.41895.epbox@yandex.ru>
In-Reply-To: <200304150900.59043.epbox@yandex.ru>
References:  <200304141536.05035.a.carter@intrasoft.lu> <200304141104.52180.DavidJohnson@Siemens.com> <200304150900.59043.epbox@yandex.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
> Hi! What if I'd like ordinary users to be able to mount /dev/fd0, for
> instance, onto a common dir located in /mnt (/mnt/floppy)?
> I made mkdir -m 755 /mnt/floppy as root. When I try to mount fd0 onto t=
his
> dir as an ordinary user I get "msdos: /dev/fd0: Operation not permitted=
"
> while when doing the same onto a dir that this user owns everything goe=
s
> fine. _______________________________________________

Of course I checked the FAQ & did everything as said there. Specifically:
#su
# sysctl -w vfs.usermount=3D1
# chmod 666 /dev/fd0
#mkdir -m 755 /mnt/floppy
bash$ mount -t msdos /dev/fd0 /mnt/floppy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304151058.41895.epbox>