ap51-flash-station: fstab

File fstab, 355 bytes (added by T_X, 2 years ago)

OpenWRT image fstab config file (enabling nfs-shares at boot time)

Line 
1config mount
2        option target   /home
3        option device   /dev/sda1
4        option fstype   ext3
5        option options  rw,sync
6        option enabled  0
7
8config swap
9        option device   /dev/sda2
10        option enabled  0
11       
12config mount
13        option target   /tmp/images
14        option device   192.168.1.2:/srv/nfs/images
15        option fstype   nfs
16        option options  rsize=32768,wsize=32768,hard,udp,nolock
17        option enabled  1