Created
January 25, 2011 00:46
-
-
Save bradfa/794308 to your computer and use it in GitHub Desktop.
BeagleBoard-xM /etc/fstab
This file contains 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
root@beagleboard:~# cat /etc/fstab | |
# stock fstab - you probably want to override this with a machine specific one | |
rootfs / auto defaults 1 1 | |
proc /proc proc defaults 0 0 | |
devpts /dev/pts devpts mode=0620,gid=5 0 0 | |
usbfs /proc/bus/usb usbfs defaults 0 0 | |
tmpfs /var/volatile tmpfs defaults 0 0 | |
tmpfs /dev/shm tmpfs mode=0777 0 0 | |
tmpfs /media/ram tmpfs defaults 0 0 | |
# uncomment this if your device has a SD/MMC/Transflash slot | |
#/dev/mmcblk0p1 /media/card auto defaults,sync,noauto 0 0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment