Skip to content

Mount a filesystem by UUID in Linux

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
Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  1. How to list all the UUID of my hard disks
  2. How to mount a NFS share?
  3. How to mount an MDF file in Linux
  4. Generate UUID in PHP
  5. How to mount an ISO file in Linux

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*