Danny Braniss wrote:
> Michael Butler wrote:
>> I have no idea why but using ..
>>
>> sudo /sbin/mount vm01:/usr/local/exports/ /mnt
>> .. instead of ..
>>
>> sudo /sbin/mount -t nfs vm01:/usr/local/exports/ /mnt
>
> the not working is :
>         mount host:/path some-local-path
>
> which should default to -t nfs, and at least in 11.1 it works
> danny

My understanding of his post was the above worked and
         mount -t nfs host:/path some-local-path
did not work, when done via sudo. (Both seem to be fine when not
using "sudo".)

rick
_______________________________________________
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to