Mount a filesystem by UUID in Linux
Anwser:
Assumed you know the UUID of your harddisks, you want to mount it for use, try the following method:
# mount -U 9f95f559-9986-4dfc-8661-849bb54ed5a5 /mnt/data1
Mount a filesystem by UUID in Linux
Anwser:
Assumed you know the UUID of your harddisks, you want to mount it for use, try the following method:
# mount -U 9f95f559-9986-4dfc-8661-849bb54ed5a5 /mnt/data1
Post a Comment