Comments on: Episode 006 – pmount https://www.linuxintheshell.org/2012/05/08/episode-006-pmount/ An exploration of Linux commands in the Bash Shell Tue, 28 May 2013 18:44:05 +0000 hourly 1 http://wordpress.org/?v=3.6.1 By: Terry Cloth https://www.linuxintheshell.org/2012/05/08/episode-006-pmount/#comment-18375 Terry Cloth Tue, 29 Jan 2013 18:14:15 +0000 https://www.linuxintheshell.org/?p=208#comment-18375 Dear Moderator: I still flubbed it, as I thought `code’ would protect the angle brackets. Please kill the previous two attempts. :-( Hoping third time’s the charm:

A couple of Debian notes:
1) Only members of the plugdev group can use pmount.
# addgroup username plugdev
will make it work for those users you trust.
2) There’s also pmount-hal which makes it almost as nice as
GUI automounts of removable devices:
% pmount-hal /dev/sdb1
will read the volume label and create a mountpoint of that
name under /media, so you get a nice setup along the lines of
/media/mythumbdrive
Who could ask for anything more? :-)

Maybe these work with other distros, too?

]]>
By: dannSWashko https://www.linuxintheshell.org/2012/05/08/episode-006-pmount/#comment-4816 dannSWashko Mon, 10 Sep 2012 00:08:57 +0000 https://www.linuxintheshell.org/?p=208#comment-4816 Do you already have an option for /dev/sdb in /etc/fstab? If so I believe the options in there will override pmount.

]]>
By: Miggs https://www.linuxintheshell.org/2012/05/08/episode-006-pmount/#comment-4757 Miggs Fri, 07 Sep 2012 19:42:13 +0000 https://www.linuxintheshell.org/?p=208#comment-4757 Hello. Nice tutorial.

I try to use pmount with Debian Wheezy but whenever i issue ‘pmount -w /dev/sdb’ it returns ‘mount: warning: /media/sdb seems to be mounted read-only.’ and i get a read-only /media/sdb as such.

Do you have any idea of why is this happening?

]]>