I am aware of gvfs-mount -l and gvfs-mount -l -i, no thanks to their extensively non-existent man pages, but how would I query to determine the exact parameters the GNOME VFS uses to say, mount a Samba share. The info below is useful of course.

$ gvfs-mount -i -l
Drive(0): 80 GB Hard Disk
Type: GProxyDrive (GProxyVolumeMonitorGdu)
ids:
unix-device: '/dev/sda'
themed icons:  [drive-harddisk-ata]  [drive-harddisk]  [drive]
is_media_removable=0
has_media=1
is_media_check_automatic=0
can_poll_for_media=0
can_eject=0
can_start=0
can_stop=0
start_stop_type=unknown
Volume(0): 79 GB LVM2 Physical Volume
Type: GProxyVolume (GProxyVolumeMonitorGdu)
ids:
uuid: '7f432cfe-2db5-4c1b-9485-c7c1387cdecf'
unix-device: '/dev/dm-0'
themed icons:  [drive-harddisk]  [drive]
can_mount=1
can_eject=0
should_automount=0
Mount(0): WebDAV on webdav.office.company.tld -> davs://webdav.office.company.tld/
Type: GDaemonMount
default_location=davs://webdav.office.company.tld/
themed icons:  [folder-remote]  [folder]
can_unmount=1
can_eject=0
is_shadowed=0
Mount(1): usersupport$ on dept.office.company.tld -> smb://dept.office.company.tld/usersupport$/
Type: GDaemonMount
default_location=smb://dept.office.company.tld/usersupport$/
themed icons:  [folder-remote]  [folder]
can_unmount=1
can_eject=0
is_shadowed=0
$ exit

This info is nice, but how would I know the exact smbmount command it used, or the kind of webdavfs command it used, or am I oversimplifying it? My Googlefu has evaded me for the day.

link|improve this question

59% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.