[Bug 192851] New: sysutils/simple-mtpfs: allow use in fstab or autofs

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Aug 20 12:28:01 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192851

            Bug ID: 192851
           Summary: sysutils/simple-mtpfs: allow use in fstab or autofs
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: jbeich at vfemail.net
        Depends on: 192552

Created attachment 146066
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=146066&action=edit
ignore device_file argument on fail

Pseudo filesystems like tmpfs, fdescfs, procfs, etc. ignore "from" option
passed by nmount(2) but unfortunately mount(8) requires it to ease fstab
parsing.

$ cat /etc/fstab
# Device    Mountpoint    FStype        Options
virtual        /media/android    mtpfs       
rw,noauto,allow_other,mountprog=/usr/local/bin/simple-mtpfs

$ mount -o -v /media/android
2014/07/20 12:10:43: Error: Can not open such device 'virtual'.
zsh: exit 1

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list