Date: Fri, 25 Apr 2003 19:51:20 +0200 From: crnholio <crnholio@gmx.ch> To: freebsd-questions@freebsd.org Subject: Re: mounting on KDE Message-ID: <20030425195120.444c0163.crnholio@gmx.ch> In-Reply-To: <200304251440.31983.fallenbr@uol.com.br> References: <200304251440.31983.fallenbr@uol.com.br>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 25 Apr 2003 14:40:31 -0300 Konrad Scorciapino <fallenbr@uol.com.br> wrote: > When I try to mount any filesystem with those KDE's shortcuts (at devices:/), > I get an "Operatiion not permited" error.How can I mount them? to mount a filesystem as user you need to change the permissions or the owner of the device and allow usermount: "sysctl vfs.usermount=1" to change the owner of the device do: "chown user:group /dev/acd0" -- greetings, crnholio
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030425195120.444c0163.crnholio>