|
OpenBSD Installation and Upgrading Installing and upgrading OpenBSD. |
|
Thread Tools | Display Modes |
|
|||
Mounting devices on standard user account
How do you mount any device on an account that does not have access to the wheel group?
This works on the root account for cd0 and for sd2 <-flash drive. Code:
# mount /dev/cd0c /mnt # mount /dev/sd2i /mnt Code:
$ mount /dev/cd0c /home/user/cdrom $ mount /dev/sd2i /home/user/mnt |
|
|||
That is because of permissions:
Code:
$ ls -l /dev/cd0c brw-r----- 1 root operator 6, 2 Dec 26 2012 /dev/cd0c You also can also use sudo or doas(1).
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump Last edited by J65nko; 25th March 2016 at 01:19 AM. |
|
|||
I took a brief look at the how to. I will be going that route.
Thank-you. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
HOWTO: mounting an USB device as normal non-root user in OpenBSD | J65nko | Guides | 6 | 20th May 2017 12:03 PM |
Mounting USB as a normal user | rex | FreeBSD General | 23 | 5th March 2012 01:52 PM |
Cannot initialise Gnome with user account | Saint | OpenBSD Packages and Ports | 3 | 24th May 2011 09:26 PM |
Mounting samba share as normal user | rex | FreeBSD General | 4 | 27th October 2008 05:17 PM |