Article 5JAQT Drive Labels

Drive Labels

by
sorentoman
from LinuxQuestions.org on (#5JAQT)
Attachment 36471
Not sure if I did this right. I have attached a shot of my Linux Desktop. Under media you can see 7 entries. The ones labeled Nexstar and Nexstar 2 are NTFS partitions on 2 hard drives. The ones labeled 2.0 TB Volume and 3.0 TB Volume are EXT4 partitions on 2 hard drives. They are mapped accordingly in my fstab
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/nvme0n1p2 during installation
UUID=4fe3927d-5c75-4386-bffb-8d5b49c2bb7a / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=258E-F125 /boot/efi vfat umask=0077 0 1
# swap was on /dev/nvme0n1p3 during installation
UUID=3705fdc4-adc5-4783-85b9-eeb2d5f799ac none swap sw 0 0
# a swapfile is not a swap partition, no line here
# use dphys-swapfile swap[on|off] for that
UUID=e5ffb317-ffc3-480a-8632-c20c5b10015c /media/PNY250 ext4 errors=remount-ro 0 2
UUID=294d25ca-8272-413c-a906-1cb9a6902669 /media/Nexstar4 ext4 errors=remount-ro 0 3
UUID=d13a80b0-8da2-471c-8a60-186eff92cbe5 /media/Nexstar3 ext4 errors=remount-ro 0 4
UUID=E0B084A8B084872E /media/Nexstar2 ntfs-3g gid=pi,uid=pi,big_writes,noatime 0 5
UUID=A0E01C64E01C4348 /media/Nexstar ntfs-3g gid=pi,uid=pi,big_writes,noatime 0 6

Note that the 3.0 TB Volume is actually Nexstar3 and 2.0 TB Volume is Nexstar4. In the GUI I receive an error when trying to change the label from 3.0 TB Volume to Nexstar 3. Permissions thing no doubt. Simply want to change the labels to Nexstar 3 respectively. Tried e2label or something but the syntax eludes me. Any help would be appreciated.
Attached Thumbnailsattachment.php?attachmentid=36471&stc=1& latest?d=yIl2AUoC8zA latest?i=hJitK4OC7dk:GdaQX_1f_IU:F7zBnMy latest?i=hJitK4OC7dk:GdaQX_1f_IU:V_sGLiP latest?d=qj6IDK7rITs latest?i=hJitK4OC7dk:GdaQX_1f_IU:gIN9vFwhJitK4OC7dk
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments