Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2014 12:28:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192851] New: sysutils/simple-mtpfs: allow use in fstab or autofs
Message-ID:  <bug-192851-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: jbeich@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192851-13>