![]() |
|
|||||||
| OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below. |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
Hello there !
I don't know why I still can't mount isos via vnconfig , unless by sudoing .. while I can mount devices as a user .. I own the file an folder and I mount them as described in the man : Code:
$ sudo vnconfig vnd0 ~/isos/isofile.iso $ sudo mount -t cd9660 /dev/vnd0c ~/isomounts do I have to "chown me vnd0c" ? (well I did in fact) .. I still have to sudo .. Help appreciated .. thanks .. |
|
||||
|
mount and vnconfig are separate functions. Only mount can be configured to be executed by a normal user. If you wish to have vnconfig run in a single command, consider using your shell's alias tool.
__________________
OpenBSD LiveCDs/LiveDVDs |
|
||||
|
I've just read your post again. You will be able to mount as a user if the user has r/w access to /dev/vnd* nodes.
From mount(8) --highlight mine: Code:
...Only the superuser may mount file systems unless kern.usermount is nonzero (see sysctl(8)), the special device is readable and writeable by the user attempting the mount, and the mount point node is owned by the user attempting the mount.
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
thanks Jgimmi ..
I've already chowned myself /dev/vnd0 and chmoded 770 the isofile .. |
|
|||
|
sorry .. I also have a similar question :
How can I mount .bin images under OpenBSD ? I have no clue .. no man page .. |
|
||||
|
There are many different uses for the ".bin" file type, so you will actually have to determine what program wrote it. If this is a Mac .bin, you will not be able to use it, if CDRwin .bin, you might be able to treat it as an .iso file.
Do some Googling.
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
I guess it was made on/for windows platform
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| OpenBSD PF users rejoice! | ocicat | News | 0 | 21st October 2010 01:31 PM |
| ssh key access non root users | carpman | FreeBSD Security | 7 | 12th August 2009 06:09 PM |
| TeX for troff users? | DrJ | Off-Topic | 0 | 2nd May 2008 09:29 PM |