Guest User

Untitled

a guest
May 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. vi /etc/fstab
  2. # /etc/fstab: static file system information.
  3. #
  4. # Use 'blkid' to print the universally unique identifier for a
  5. # device; this may be used with UUID= as a more robust way to name
  6. devices
  7. # that works even if disks are added and removed. See fstab(5).
  8. #
  9. # <file system> <mount point> <type> <options> <dump> <pass>
  10. # / was on /dev/sdb5 during installation
  11. UUID=fe33f56a-d8bc-49d1-bee9-256510fbbc66 / ext4
  12. errors=remount-ro 0 1
  13. /swapfile none swap sw
  14. 0 0
  15.  
  16. ls -l /media/ace
  17. total 16
  18. drwxrwxrwx 1 ace ace 8192 May 10 19:44 EE9480699480365D
  19. drwxrwxrwx 1 ace ace 4096 May 8 09:23 'New Volume'
  20. drwxrwxrwx 1 ace ace 4096 May 10 06:58 'New Volume1'
  21.  
  22. chmod 775 'New Volume'
  23. chmod: changing permissions of 'New Volume': Read-only file system
Add Comment
Please, Sign In to add comment