Skip to content

Instantly share code, notes, and snippets.

@agustibr
Created April 26, 2013 01:20
Show Gist options
  • Save agustibr/5464511 to your computer and use it in GitHub Desktop.
Save agustibr/5464511 to your computer and use it in GitHub Desktop.
mount /media/Data partition fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
# /data was on /dev/sda7 during installation
UUID=67a093f5-9ba4-487e-bcc3-8f7961019b10 /media/Data ext4 defaults 0 2
@agustibr
Copy link
Author

agustibr commented May 1, 2013

more info in askUbuntu @ How to automount NTFS partitions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment