Eu tenho o nome do dispositivo / dev / something e gostaria de mudar para / dev / anotherthing. Como fazer no sistema linux? por exemplo,
# fdisk -l
Device Boot Start End Blocks Id System
/dev/sda1 2048 52430847 26214400 1c Hidden W95 FAT32 (LBA)
/dev/sda2 * 52430848 666957823 307263488 7 HPFS/NTFS/exFAT
/dev/sda3 666959870 1465147391 399093761 5 Extended
Partition 3 does not start on physical sector boundary.
/dev/sda5 666959872 1465147391 399093760 83 Linux
Eu quero mudar o nome do dispositivo de / dev / sda1 para / dev / anothername
Você pode me ajudar?
Tags linux filesystems