BlogBlog ÜbersichtjailscriptportsoptFreeBSDLinksThermoskanne

Verfügbare Dateisystemtypen anzeigen

Alle verfügbaren Dateisystemtypen, welche sich auf einem System mounten lassen, können mit lsvfs angezeigt werden:

# lsvfs 
Filesystem                        Refs Flags
-------------------------------- ----- ---------------
nfs                                  0 network
ufs                                  4 
devfs                                1 synthetic
cd9660                               0 read-only
msdosfs                              0 
nfs4                                 0 network
procfs                               0 synthetic

Werden nun weitere Dateisysteme mittels dem entsprechenden Kernelmodul nachgeladen, so werden diese danach auch in der Liste aufgeführt. In der Spalte Refs wird die Anzahl gemounteter Dateisysteme pro Typ angezeigt:

# kldload nullfs
# /etc/rc.d/zfs onestart
# lsvfs
Filesystem                        Refs Flags
-------------------------------- ----- ---------------
nfs                                  0 network
ufs                                  4 
devfs                                1 synthetic
cd9660                               0 read-only
msdosfs                              0 
nfs4                                 0 network
procfs                               0 synthetic
nullfs                               0 loopback
zfs                                  0 jail, delegated-administration

Dateisysteme, welche das jail-Flag gesetzt haben, können, falls die sysctl-Variable security.jail.mount_allowed auf 1 gesetzt ist, auch innerhalb einer Jail gemountet werden. Mehr Informationen zu lsvfs findet man in der Manpage lsvfs(1).

 Permalink

Comments

No new comments allowed (anymore) on this post.