Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # drive1
  2. storage -fstype=auto UUID="xxx-xxx-xxx-xxx"
  3.  
  4. # drive2
  5. # This works (new mountpoint):
  6. storage1 -fstype=auto UUID="yyyy-yyyy"
  7. # This doesn't work (same mountpoint):
  8. storage -fstype=auto UUID="yyyy-yyyy"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement