Re: external USB hard drive mount permissions

2017-09-04 Thread James H. H. Lampert

On 9/2/17, 6:01 AM, Eduardo M KALINOWSKI wrote:

On 02-09-2017 09:29, Federico Beffa wrote:

I'm using Debian Stretch with Gnome. When I plug-in an external USB
hard drive (ext4) it gets automatically mounted at /media/beffa/label.


but the device is still only writable by root.

How can I tell the system to make it writable for the user owning the
Gnome session


You might also consider adding an FSTAB entry, using a "LABEL=" 
drive-ID, to map it to a mount point of your own choosing.


That's what I ended up doing.

--
JHHL



Re: external USB hard drive mount permissions

2017-09-02 Thread Federico Beffa
Federico Beffa  writes:

> Hi,
>
> I'm using Debian Stretch with Gnome. When I plug-in an external USB
> hard drive (ext4) it gets automatically mounted at /media/beffa/label.
> However, the drive is read-only for the user owning the Gnome shell
> (beffa). I've tried adding default ACL entries to /media/beffa as
> follows
>
> # file: .
> # owner: root
> # group: root
> user::rwx
> user:beffa:rwx
> group::r-x
> mask::rwx
> other::r-x
> default:user::rwx
> default:user:beffa:rwx
> default:group::r-x
> default:mask::rwx
> default:other::r-x
>
> but the device is still only writable by root.
>
> How can I tell the system to make it writable for the user owning the
> Gnome session or even everybody?

I'm just stupid! I just had to change permissions on the USB drive
filesystem :-)



Re: external USB hard drive mount permissions

2017-09-02 Thread Eduardo M KALINOWSKI
On 02-09-2017 09:29, Federico Beffa wrote:
> I'm using Debian Stretch with Gnome. When I plug-in an external USB
> hard drive (ext4) it gets automatically mounted at /media/beffa/label.
>
>
> but the device is still only writable by root.
>
> How can I tell the system to make it writable for the user owning the
> Gnome session

I don't think you can. The permissions are the permissions of the root
directory of the filesystem in the drive (which get mapped to
/media/beffa/label), and have nothing to do with the mount point.

>  or even everybody?

That's possible, just chmod 777 /media/beffa/label.

Or use a permission-less filesystem such as vfat.

-- 
Duct tape is like the force.  It has a light side, and a dark side, and
it holds the universe together ...
-- Carl Zwanzig

Eduardo M KALINOWSKI
edua...@kalinowski.com.br