Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

Debian 4.0

(Etch)

pumount(1)


pumount

pumount

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
POLICY
SEE ALSO
AUTHOR

NAME

pumount − umount arbitrary hotpluggable devices as normal user

SYNOPSIS

pumount [ options ] device

DESCRIPTION

pumount is a wrapper around the standard umount program which permits normal users to umount removable devices without a matching /etc/fstab entry.

pumount also supports encrypted devices which use dm-crypt and have LUKS metadata. If a LUKS-capable cryptsetup is installed, pumount will umount the mapped device instead and call cryptsetup to close the decrypted device afterwards.

pumount expects the device as its only argument. This will umount device from a directory below /media if policy is met (see below).

Important note for Debian: The permission to execute pumount is restricted to members of the system group plugdev. Please add all desktop users who shall be able to use pmount to this group by executing

adduser user plugdev

(as root).

OPTIONS

−l, −−lazy

Lazy unmount. Detach the filesystem from the filesystem hierarchy now, and cleanup all references to the filesystem as soon as it is not busy anymore. (Requires kernel 2.4.11 or later.)

−h, −−help

Print a help message and exit successfully.

−d, −−debug

Enable verbose debug messages.

−−version

Print the current version number and exit successfully.

POLICY

The umount will succeed if all of the following conditions are met:

device is a block device in /dev/ (it does not need to exist if −l is supplied)

device is not in /etc/fstab (if it is, pmount executes umount device as the calling user to handle this transparently)

device is mounted according to /etc/mtab and /proc/mounts with the calling user’s uid

mount point is in /media

SEE ALSO

pmount(1), umount(8)

AUTHOR

pmount is developed by Martin Pitt <martin.pitt@canonical.com>.



pumount(1)