Created
September 24, 2009 03:38
-
-
Save ELLIOTTCABLE/192494 to your computer and use it in GitHub Desktop.
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
| # Legacy /etc/fstab | |
| # Supplied by: ec2-ami-tools-1.3-34544 | |
| /dev/sda1 / ext3 defaults 1 1 | |
| /dev/sda2 /mnt ext3 defaults 0 0 | |
| /dev/sda3 swap swap defaults 0 0 | |
| none /proc proc defaults 0 0 | |
| none /sys sysfs defaults 0 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment