Guest User

Untitled

a guest
Sep 12th, 2017
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. fileSystems."/data/Anime" =
  2. { device = "tank/Anime";
  3. fsType = "zfs";
  4. };
  5.  
  6. fileSystems."/data/Home Videos" =
  7. { device = "tank/My Home Videos";
  8. fsType = "zfs";
  9. };
  10.  
  11. fileSystems."/data/Movies" =
  12. { device = "tank/Movies";
  13. fsType = "zfs";
  14. };
  15.  
  16. fileSystems."/data/Music" =
  17. { device = "tank/Music";
  18. fsType = "zfs";
  19. };
  20.  
  21. fileSystems."/data/Photos" =
  22. { device = "tank/Photos";
  23. fsType = "zfs";
  24. };
  25.  
  26. fileSystems."/data/Television" =
  27. { device = "tank/Television";
  28. fsType = "zfs";
  29. };
  30.  
  31. fileSystems."/data/Videos" =
  32. { device = "tank/Videos";
  33. fsType = "zfs";
  34. };
Advertisement
Add Comment
Please, Sign In to add comment