Created
April 26, 2013 01:20
-
-
Save agustibr/5464511 to your computer and use it in GitHub Desktop.
mount /media/Data partition fstab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
more info in askUbuntu @ How to automount NTFS partitions?