-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathfstab
More file actions
executable file
·15 lines (11 loc) · 863 Bytes
/
fstab
File metadata and controls
executable file
·15 lines (11 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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
tmpfs /var/volatile tmpfs defaults,size=2M 0 0
tmpfs /mnt/ramdisk tmpfs defaults,size=6M 0 0
tmpfs /media tmpfs defaults,size=1M 0 0
/dev/mmcblk0p1 /mnt/bootpar auto defaults 0 0
#usbfs /proc/bus/usb usbfs defaults 0 0
# uncomment this if your device has a SD/MMC/Transflash slot
#/dev/mmcblk0p1 /media/card auto defaults,sync,noauto 0 0