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
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)
or if it's fat32 can use mlabel mtools (you may need install this)
lower case letters replaced me there reports allowed people - give go on pi , find out.
code: select all
sudo e2label /dev/sdb1 newlabel
code: select all
sudo mlabel -i /dev/sdb1 ::newlabel
raspberrypi
Comments
Post a Comment