Added question re: mounting NTFS filesystem, and a pointer to Mark
Ovens' tutorial. PR: docs/9687 Submitted by: Mark Ovens <marko@uk.radan.com>
This commit is contained in:
parent
2ae76bc6be
commit
1bf726ea10
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4121
1 changed files with 13 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: misc.sgml,v 1.8 1998-11-02 03:20:46 jkoshy Exp $ -->
|
||||
<!-- $Id: misc.sgml,v 1.9 1999-01-27 00:11:44 nik Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<sect>
|
||||
|
@ -237,6 +237,18 @@
|
|||
to run DOS text mode applications. It requires the X Window
|
||||
System (provided as XFree86).
|
||||
|
||||
<sect1>
|
||||
<heading>I have FreeBSD and NT installed on the same computer. Can
|
||||
FreeBSD read my NT files?</heading>
|
||||
|
||||
<p>Yes. A read-only NTFS driver exists for FreeBSD, allowing you
|
||||
to mount your NT filesystem under FreeBSD. For example, the C: drive
|
||||
on NT could appear as /ntfs/c/ when in FreeBSD.
|
||||
|
||||
<p>For more information, see this tutorial by Mark Ovens at
|
||||
<htmlurl url="http://www.users.globalnet.co.uk/~markov/ntfs_install.html"
|
||||
name="http://www.users.globalnet.co.uk/~markov/ntfs_install.html">.
|
||||
|
||||
<sect1>
|
||||
<heading>
|
||||
What is ``<tt/sup/'', and how do I use it?
|
||||
|
|
Loading…
Reference in a new issue