Expand, clarify, and clean up the "foreign filesystems" Q&A.
prompted by: ceri@
This commit is contained in:
parent
77875e69ad
commit
0955dedeea
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24575
1 changed files with 16 additions and 2 deletions
|
@ -5295,6 +5295,9 @@ use "disklabel -r" to install initial label</screen>
|
|||
</question>
|
||||
|
||||
<answer>
|
||||
<para>FreeBSD supports a variety of other
|
||||
filesystems.</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>Digital UNIX</term>
|
||||
|
@ -5327,10 +5330,21 @@ use "disklabel -r" to install initial label</screen>
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>FAT</term>
|
||||
|
||||
<listitem>
|
||||
<para>FreeBSD includes a read-write FAT driver. For
|
||||
more information, see &man.mount.msdosfs.8;.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
<para>Any other information on this subject would be
|
||||
appreciated.</para>
|
||||
<para>FreeBSD also supports network filesystems such as NFS
|
||||
(see &man.mount.nfs.8;), NetWare (see &man.mount.nwfs.8;),
|
||||
and Microsoft-style SMB filesystems (see
|
||||
&man.mount.smbfs.8;).
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue