Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Auto-mount USB mass storage while booting

Actually I haven't succeeded to auto-mount USB mass storage while booting, but leaving what I tried for your information.

The first thing what I tried is to get UUID for the required disk partition by ls -al /dev/disk/by-uuid/  or you can check it by blkid as  as following

Code Block
# ls -al /dev/disk/by-uuid/

...

What I intended is to mount the partition having the UUID like above to /mnt/10T, but I caused a system error while booting, so I just discardedand it worked as I wanted.