Update Question 9.7:
- Remove OS names, only FS names stay - Add ext3 to ext2 because they are compatible - Add ntfs-3g (FUSE) - Add ZFS - Add FUSE Reviewed by: trhodes, danger, remko Approved by: gabor (mentor)
This commit is contained in:
parent
621377e857
commit
e54744ef3e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32253
1 changed files with 23 additions and 7 deletions
|
|
@ -5076,7 +5076,7 @@ use "disklabel -r" to install initial label</screen>
|
|||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>Digital UNIX</term>
|
||||
<term>UFS</term>
|
||||
|
||||
<listitem>
|
||||
<para>UFS CDROMs can be mounted directly on FreeBSD.
|
||||
|
|
@ -5088,22 +5088,24 @@ use "disklabel -r" to install initial label</screen>
|
|||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>&linux;</term>
|
||||
<term>ext2/ext3</term>
|
||||
|
||||
<listitem>
|
||||
<para>FreeBSD supports <literal>ext2fs</literal>
|
||||
<para>FreeBSD supports <literal>ext2fs</literal> and <literal>ext3fs</literal>
|
||||
partitions. See &man.mount.ext2fs.8; for more
|
||||
information.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>&windowsnt;</term>
|
||||
<term>NTFS</term>
|
||||
|
||||
<listitem>
|
||||
<para>FreeBSD includes a read-only NTFS driver. For
|
||||
more information, see &man.mount.ntfs.8;.
|
||||
</para>
|
||||
more information, see &man.mount.ntfs.8;. A port of <ulink
|
||||
url="http://www.ntfs-3g.org"><application>ntfs-3g</application></ulink>
|
||||
supports write operations on NTFS (see <filename
|
||||
role="package">sysutils/fusefs-ntfs</filename>).</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
|
@ -5124,12 +5126,26 @@ use "disklabel -r" to install initial label</screen>
|
|||
more information, see &man.mount.reiserfs.8;.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>ZFS</term>
|
||||
|
||||
<listitem>
|
||||
<para>As of this writing, FreeBSD includes a
|
||||
port of &sun;'s ZFS driver. The current recommendation
|
||||
is to use it only on &arch.amd64; platforms with sufficient
|
||||
memory. For more information, see &man.zfs.8;.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
<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;).
|
||||
&man.mount.smbfs.8;). You can find ports based on FUSE (<filename
|
||||
role="package">sysutils/fusefs-kmod</filename>) for many other
|
||||
filesystems.</para>
|
||||
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue