Answers for "drive not showing up linux"

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 "drive not showing up linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language