Re: can't find fstab entry ?

2016-09-11 Thread Tim Hoddy
On Saturday 10 Sep 2016 13:54:50 Theo de Raadt wrote: > Summary: The OP has a learning disability. He should probably stay in > Linux land, where the field is large, and his inability can remain > hidden. See, once again I am not insulting Linux. You sell OpenBSD short somewhat. I've vast

Re: can't find fstab entry ?

2016-09-11 Thread Raul Miller
like : >>>>>> >>>>>> 10.10.10.10:/srv/share /mnt/ops_test nfs >>>>>> defaults,noexec,nosuid,nodev,auto 0 0 >>>>>> >>>>>> However: >>>>>> >>>>>> $ doas mount /mnt/ops_test >>

Re: can't find fstab entry ?

2016-09-10 Thread Dag Richards
: $ doas mount /mnt/ops_test doas (m...@example.com) password: mount: can't find fstab entry for /mnt/ops_test Any ideas ? That style of fstab entry seems to work fine on my linux boxes (albeit with nfs4 instead of nfs, but that makes no difference on openbsd). Well, openbsd is not linux. Have

Re: can't find fstab entry ?

2016-09-10 Thread Eric Furman
i-Linux rant ?? > > > > > > > > > > On Monday, 5 September 2016, Theo de Raadt <dera...@openbsd.org > > <javascript:;> > > > > <javascript:;>> wrote: > > > > > > > > > >> > OpenBSD 6.0 GENERIC.MP#0 amd64 > > > >

Re: can't find fstab entry ?

2016-09-10 Thread Mihai Popescu
> Summary: The OP has a learning disability. He should probably stay in > Linux land, where the field is large, and his inability can remain > hidden. See, once again I am not insulting Linux. I can bet that if you take even a non-linux guy and show him /etc/fstab entries then ask him to do a

Re: can't find fstab entry ?

2016-09-10 Thread Theo de Raadt
v/share /mnt/ops_test nfs > > > > defaults,noexec,nosuid,nodev,auto 0 0 > > > > > > > > However: > > > > > > > > $ doas mount /mnt/ops_test > > > > doas (m...@example.com) password: > > > > mount: can't find fs

Re: can't find fstab entry ?

2016-09-10 Thread Otto Moerbeek
efaults,noexec,nosuid,nodev,auto 0 0 > > > > > > However: > > > > > > $ doas mount /mnt/ops_test > > > doas (m...@example.com) password: > > > mount: can't find fstab entry for /mnt/ops_test > > > > > > > >

Re: can't find fstab entry ?

2016-09-10 Thread Consus
oas mount /mnt/ops_test > > doas (m...@example.com) password: > > mount: can't find fstab entry for /mnt/ops_test > > > > > > Any ideas ? That style of fstab entry seems to work fine on my linux > > boxes (albeit with nfs4 instead of nfs, but that makes

Re: can't find fstab entry ?

2016-09-10 Thread Steve Shockley
On 9/10/2016 8:12 AM, Otto Moerbeek wrote: Run it through hexdump -C to see if there are funny chars in the file. There will come a day when I'll stop learning about simple, obvious, useful Unix commands. Today is not that day.

Re: can't find fstab entry ?

2016-09-10 Thread Theo de Raadt
> Well Theo ... Perhaps you ought to learn the old saying "if you've got > nothing constructive to say, keep your trap shut" Well perhaps you should just leave if you don't like the truth? > I don't give a toss who you are or how awesome you think your little pet > project is. I originally

Re: can't find fstab entry ?

2016-09-10 Thread Brent Cook
t; > > > > My fstab entry looks like : > > > > > > > > > > 10.10.10.10:/srv/share /mnt/ops_test nfs > > defaults,noexec,nosuid,nodev,auto > > > > 0 0 > > > > > > > > > > However: > > > > > > > >

Re: can't find fstab entry ?

2016-09-10 Thread Bob Jones
; >> > > > > >> > My fstab entry looks like : > > > >> > > > > >> > 10.10.10.10:/srv/share /mnt/ops_test nfs > > > defaults,noexec,nosuid,nodev,auto > > > >> 0 0 > > > >> > > > > &g

Re: can't find fstab entry ?

2016-09-10 Thread Don Allen
c,nosuid,nodev,auto 0 0 However: $ doas mount /mnt/ops_test doas (m...@example.com <javascript:;> <javascript:;>) password: mount: can't find fstab entry for /mnt/ops_test Any ideas ? That style of fstab entry seems to work fine on my linux boxes (albeit with nfs4 instead of nfs, but tha

Re: can't find fstab entry ?

2016-09-10 Thread Edgar Pettijohn
t;> >>>>> 10.10.10.10:/srv/share /mnt/ops_test nfs >> defaults,noexec,nosuid,nodev,auto >>>> 0 0 >>>>> I don't think auto belongs there either. Perhaps you meant noauto. >>>>> However: >>>>> >>>>>

Re: can't find fstab entry ?

2016-09-10 Thread Theo de Raadt
> On Sat, Sep 10, 2016 at 01:05:13PM +0100, Bob Jones wrote: > > > And as I said in my reply to him and the list, I removed those options and > > it's still broken. > > Show the line you have now. Some questions: Does it end with a > newline? Is there some malformed line before your problem

Re: can't find fstab entry ?

2016-09-10 Thread Otto Moerbeek
srv/share /mnt/ops_test nfs > > defaults,noexec,nosuid,nodev,auto > > > > 0 0 > > > > > > > > > > However: > > > > > > > > > > $ doas mount /mnt/ops_test > > > > > doas (m...@example.com <javascript:;>

Re: can't find fstab entry ?

2016-09-10 Thread Theo de Raadt
> > > > > >> > OpenBSD 6.0 GENERIC.MP#0 amd64 > > >> > > > >> > My fstab entry looks like : > > >> > > > >> > 10.10.10.10:/srv/share /mnt/ops_test nfs > > defaults,noexec,nosuid,nodev,auto > > >> 0 0 >

Re: can't find fstab entry ?

2016-09-10 Thread Bob Jones
t;javascript:;>> wrote: > > > > > > OpenBSD 6.0 GENERIC.MP#0 amd64 > > > > > > > > My fstab entry looks like : > > > > > > > > 10.10.10.10:/srv/share /mnt/ops_test nfs > defaults,noexec,nosuid,nodev,auto > > > 0 0 > > >

Re: can't find fstab entry ?

2016-09-10 Thread Bob Jones
; > >> > My fstab entry looks like : > >> > > >> > 10.10.10.10:/srv/share /mnt/ops_test nfs > defaults,noexec,nosuid,nodev,auto > >> 0 0 > >> > > >> > However: > >> > > >> > $ doas mount /mnt/ops

Re: can't find fstab entry ?

2016-09-08 Thread Edgar Pettijohn
;dera...@openbsd.org> wrote: > >>> OpenBSD 6.0 GENERIC.MP#0 amd64 >>> >>> My fstab entry looks like : >>> >>> 10.10.10.10:/srv/share /mnt/ops_test nfs defaults,noexec,nosuid,nodev,auto >> 0 0 >>> >>> However: >>> >&g

Re: can't find fstab entry ?

2016-09-08 Thread Josh Grosse
enBSD 6.0 GENERIC.MP#0 amd64 > > My fstab entry looks like : > > 10.10.10.10:/srv/share /mnt/ops_test nfs defaults,noexec,nosuid,nodev,auto 0 0 > > However: > > $ doas mount /mnt/ops_test > doas (m...@example.com <javascript:;>) password: > mount: can't find

Re: can't find fstab entry ?

2016-09-08 Thread Otto Moerbeek
gt; > > > > > However: > > > > > > $ doas mount /mnt/ops_test > > > doas (m...@example.com <javascript:;>) password: > > > mount: can't find fstab entry for /mnt/ops_test > > > > > > > > > Any ideas ? That style of

Re: can't find fstab entry ?

2016-09-08 Thread Raul Miller
defaults,noexec,nosuid,nodev,auto >> 0 0 >> > >> > However: >> > >> > $ doas mount /mnt/ops_test >> > doas (m...@example.com <javascript:;>) password: >> > mount: can't find fstab entry for /mnt/ops_test >> > >> >

Re: can't find fstab entry ?

2016-09-08 Thread Bob Jones
0.10.10:/srv/share /mnt/ops_test nfs defaults,noexec,nosuid,nodev,auto > 0 0 > > > > However: > > > > $ doas mount /mnt/ops_test > > doas (m...@example.com <javascript:;>) password: > > mount: can't find fstab entry for /mnt/ops_test > > > > > >

Re: can't find fstab entry ?

2016-09-05 Thread Theo de Raadt
> OpenBSD 6.0 GENERIC.MP#0 amd64 > > My fstab entry looks like : > > 10.10.10.10:/srv/share /mnt/ops_test nfs defaults,noexec,nosuid,nodev,auto 0 0 > > However: > > $ doas mount /mnt/ops_test > doas (m...@example.com) password: > mount: can't find fstab en

can't find fstab entry ?

2016-09-05 Thread Bob Jones
OpenBSD 6.0 GENERIC.MP#0 amd64 My fstab entry looks like : 10.10.10.10:/srv/share /mnt/ops_test nfs defaults,noexec,nosuid,nodev,auto 0 0 However: $ doas mount /mnt/ops_test doas (m...@example.com) password: mount: can't find fstab entry for /mnt/ops_test Any ideas ? That style of fstab

mount can't find fstab entry

2011-05-24 Thread Luca Corti
Hello, $ grep sd0k /etc/fstab /dev/sd0k /home/luca/ext2fs ext2fs rdonly,nodev,nosuid 0 0 $ sudo mount /dev/sd0k mount: can't find fstab entry for /dev/sd0k. but $ sudo mount_ext2fs -o rdonly,nodev,nosuid /dev/sd0k /home/luca/ext2fs/ $ mount|grep sd0k /dev/sd0k on /home/luca/ext2fs type ext2fs

Re: mount can't find fstab entry

2011-05-24 Thread Theo de Raadt
$ grep sd0k /etc/fstab /dev/sd0k /home/luca/ext2fs ext2fs rdonly,nodev,nosuid 0 0 ^^ There is no such keyword in a fstab file. $ sudo mount /dev/sd0k mount: can't find fstab entry for /dev/sd0k.

Re: mount can't find fstab entry

2011-05-24 Thread Luca Corti
On Tue, 24 May 2011 18:26:43 -0600, Theo de Raadt wrote: $ grep sd0k /etc/fstab /dev/sd0k /home/luca/ext2fs ext2fs rdonly,nodev,nosuid 0 0 ^^ There is no such keyword in a fstab file. Obvious PEBKAC here, blindly putting mount(1) options into