Skip site navigation (1)Skip section navigation (2)
Date:      27 Nov 2001 11:13:48 -0500
From:      Lowell Gilbert <lowell@world.std.com>
To:        freebsd-questions@freebsd.org, kalolo@mail.com
Subject:   Re: Information about mounting a ntfs partition
Message-ID:  <443d30gpj7.fsf@lowellg.ne.mediaone.net>
In-Reply-To: kalolo@mail.com's message of "Tue, 27 Nov 2001 10:34:56 %2B0000 (UTC)"
References:  <20011127094024.12990.qmail@mail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
kalolo@mail.com writes:

> I have a problem
> 
> 
> I just want to know how to mount a NTFS partition on Freebsd 4.4
> 
> 
> Thaks for your time, and ill be waiting your response..

$ man -k ntfs
mount_ntfs(8) - mount an NTFS file system
$ man mount_ntfs
MOUNT_NTFS(8)           FreeBSD System Manager's Manual          MOUNT_NTFS(8)

NAME
     mount_ntfs - mount an NTFS file system

SYNOPSIS
     mount_ntfs [-a] [-i] [-u uid] [-g gid] [-m mask] special node

DESCRIPTION
     The mount_ntfs command attaches the NTFS filesystem residing on the
     device special to the global filesystem namespace at the location indi-
     cated by node.  This command is normally executed by mount(8) at boot
     time, but can be used by any user to mount an NTFS file system on any
     directory that they own (provided, of course, that they have appropriate
     access to the device that contains the file system).

     The options are as follows:

     -a      Force behaviour to return MS-DOS 8.3 names also on readdir().

     -i      Make name lookup case insensitive for all names except POSIX
             names.

     -u uid  Set the owner of the files in the file system to uid.  The
             default owner is the owner of the directory on which the file
             system is being mounted.


(etc.)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?443d30gpj7.fsf>