Answers for "why linux drive name isn't showing"

0

why linux drive name isn't showing

# To change the labels of drives use one of these commands:

$ sudo e2label /dev/sdc6 Data

#OR
$ sudo sudo tune2fs -L Data /dev/sdc6
Posted by: Guest on January-01-2021
0

why linux drive name isn't showing

# To change the labels of drives use one of these commands:

$ sudo e2label /dev/sdc6 Data

#OR
$ sudo sudo tune2fs -L Data /dev/sdc6
Posted by: Guest on January-01-2021

Code answers related to "why linux drive name isn't showing"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language