Le 28/04/2016 16:07, Steve Litt a écrit :
> Didier Kryn<kryn@???> wrote:
>
>
>> > But there are tools on Linux to add a label to a filesystem;
>> >here is the first thing I do to a new usb stick:
>> >
>> > /sbin/dosfslabel /dev/sdb1 $my_name
>> >
>> > Very usefull when exchanging sticks.
>> >
>> > Didier
> Very, very nice!
>
> I've been looking for something like that for a long time.
>
> Do you happen to know a corresponding utility to read/write the label
> on an ext4 formatted thumb drive partition?
apt-get install e2fsprogs
Didier