Mount-gtk 1.0.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Mount-gtk 1.0.1 (Default branch)
# 1  
Old 01-30-2009
Mount-gtk 1.0.1 (Default branch)

Mount-gtk is a front end for pmount. It provides a means of mounting devices with pmount through a graphical interface. It is intended for use whenever automounting facilities are not desired or are not effective. It is built as a single-instance program: if the user attempts to start it when another instance of it is already running, the existing instance will be brought up on the current desktop. It will therefore not usually be necessary to mark it as displayable on all desktops. License: GNU General Public License (GPL) Changes:
This release corrects the mounting of a device in /media so that it is mounted with its label name rather than its device name. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
GVFS-MOUNT(1)							   User Commands						     GVFS-MOUNT(1)

NAME
gvfs-mount - Mounts the locations SYNOPSIS
gvfs-mount [OPTION...] [LOCATION...] gvfs-mount --unmount-scheme=SCHEME gvfs-mount --list [OPTION...] gvfs-mount --monitor [OPTION...] DESCRIPTION
gvfs-mount provides commandline access to various aspects of GIOs mounting functionality. Mounting refers to the traditional concept of arranging multiple file systems and devices in a single tree, rooted at /. Classical mounting happens in the kernel and is controlled by the mount utility. GIO expands this concept by introducing mount daemons that can make file systems available to GIO applications without kernel involvement. OPTIONS
The following options are understood: -h, --help Prints a short help text and exits. -m, --mountable Mount as a mountable. -d, --device=DEVICE Mount the volume with the given device file. -u, --unmount Unmount the locations. -e, --eject Eject the locations. -s, --unmount-scheme=SCHEME Unmount all mounts with the given scheme. -l, --list List all known mounts. -o, --monitor Monitor mount and unmount events. -i, --detail Show extra information for --list and --monitor. EXIT STATUS
On success 0 is returned, a non-zero failure code otherwise. SEE ALSO
ls(1), gvfs-info(1) gvfs GVFS-MOUNT(1)