Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2002 08:20:12 +0200
From:      Roman Neuhauser <neuhauser@bellavista.cz>
To:        wolfgang <GeneralP.Fault@gmx.net>
Cc:        FreeBSD-Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: mount issues
Message-ID:  <20021015062012.GT364@freepuppy.bellavista.cz>
In-Reply-To: <200210141818.50394.GeneralP.Fault@gmx.net>
References:  <200210141818.50394.GeneralP.Fault@gmx.net>

next in thread | previous in thread | raw e-mail | index | archive | help
# GeneralP.Fault@gmx.net / 2002-10-14 18:18:50 +0200:
> i would like to mount an ext2fs partition writable for at least one
> user, same with a few msdos partitions.

    # might be "ext2" below, not sure
    /dev/foo    /lunix    ext2fs   rw  0   0
    /dev/bar    /windoze  msdos    rw  0   0
 
> FreeBSD's /etc/fstab apparently does not support a "user" option to
> allow users to mount file systems - neither does the mount command
> setting the user id to someone else than root as far as i can tell.

    http://www.freebsd.org/doc/faq/disks.html#USER-FLOPPYMOUNT
 
> how can i achieve write permissions for a non-privileged user there?

    see mount_msdos(8) for FAT filesystems, no idea about ext2fs

-- 
If you cc me or take the list(s) out completely I'll most likely
ignore your message.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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