Rename A Usb Flash Drive Using Command Line. - Raspberry Pi Forums


hello,

have nas file sharing server , rename usb flash drive that's plugged machine. i'm running raspian (wheezy) process , use help. raspian puts unusual name on it, example: d02b-5ab9 i'd change using command line. appreciated. thanks, alec

what drive formatted as? if it's ext[something] can use e2label e2fstools (should installed)

code: select all

sudo e2label /dev/sdb1 newlabel
or if it's fat32 can use mlabel mtools (you may need install this)

code: select all

sudo mlabel -i /dev/sdb1 ::newlabel
lower case letters replaced me there reports allowed people - give go on pi , find out.


raspberrypi



Comments

Popular posts from this blog

Convierte tu Raspberry en un NAS. Firmware fvdw-sl 15.3 - Raspberry Pi Forums

How to format a Get Request

avrdude: verification error, first mismatch at byte 0x0000 0x0c != 0x62