-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfstab
25 lines (21 loc) · 1.46 KB
/
fstab
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Device Mountpoint FStype Options Dump Pass#
# virtual
fdescfs /dev/fd fdescfs rw 0 0
proc /proc procfs rw 0 0
# physical
/dev/gpt/efiboot0 /boot/efi msdosfs rw 2 2
/dev/ada0p2 none swap sw 0 0
# Linuxulator
# Debian
devfs /compat/debian/dev devfs rw,late 0 0
tmpfs /compat/debian/dev/shm tmpfs rw,late,size=1g,mode=1777 0 0
fdescfs /compat/debian/dev/fd fdescfs rw,late,linrdlnk 0 0
linprocfs /compat/debian/proc linprocfs rw,late 0 0
linsysfs /compat/debian/sys linsysfs rw,late 0 0
/tmp /compat/debian/tmp nullfs rw,late 0 0
/home /compat/debian/home nullfs rw,late 0 0
/home/mykola /compat/debian/home/mykola nullfs rw,late 0 0
# exports
#/home/mykola /export/mykola nullfs rw,late 0 0
# network
192.168.100.4:/mnt/s-drive /nfs/s-drive nfs nfsv3,ro 0 0