From owner-freebsd-questions@FreeBSD.ORG Fri Jun 22 21:56:26 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8079516A400 for ; Fri, 22 Jun 2007 21:56:26 +0000 (UTC) (envelope-from anton.galitch@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.freebsd.org (Postfix) with ESMTP id DD44813C44C for ; Fri, 22 Jun 2007 21:56:25 +0000 (UTC) (envelope-from anton.galitch@gmail.com) Received: by ug-out-1314.google.com with SMTP id u2so982585uge for ; Fri, 22 Jun 2007 14:56:24 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=ikUbKWP1u1Y94wWGlEZ/2ngXtIK4mkdrme9snjH+R6b06NvNACmpTdQ72O9zZNzGoafA1eq+KQjTvei56c8mcNwUcnJ8CQATsxK7IjgmmYVdW7Ulh38TTBmkdWnSxCuc+6St1y8ky5uQe1xim6UjL/mT8U8OlYUn25OfHlo5cXA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=atAKfZhnabciAyE6BOqH9FehqOL0Y2QevwJ+3Dizn+EaIVCCh1Aor6rXnMk5QpU94bT3tNJ3+RTaAtGloAaPsY0fBOYsfIe9w5fUoDHNDrLsOe4hGncK01izZDg6awtCAlOoT/pF5B6WcaCyYlYEMCx+bFjtssIf7w6/a434yQg= Received: by 10.82.158.12 with SMTP id g12mr7290094bue.1182549384795; Fri, 22 Jun 2007 14:56:24 -0700 (PDT) Received: by 10.82.185.11 with HTTP; Fri, 22 Jun 2007 14:56:24 -0700 (PDT) Message-ID: <7c80322b0706221456g52bd7fcv85f08eeffd6a074b@mail.gmail.com> Date: Fri, 22 Jun 2007 18:56:24 -0300 From: "Anton Galitch" To: freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 References: <7c80322b0706221255l5b44c059j5e09ea2312715aaf@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: and again ntfs in fbsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2007 21:56:26 -0000 On 6/22/07, Tsu-Fan Cheng wrote: > > how about trying sysutil/fusefs-ntfs? > > The ntfs-3g driver is an open source, freely available read/write NTFS > driver, which provides safe and fast handling of the Windows XP, Windows > > Server 2003 and Windows 2000 filesystems. Almost the full POSIX filesystem > functionality is supported, the major exceptions are changing the file > ownerships and the access rights. > > TFC > > Yes, that would be great to install it, but there is a problem with it: when building it says: mount_fusefs.c:72: error: `MOPT_STDOPTS' undeclared here (not in a function) mount_fusefs.c:72: error: initializer element is not constant mount_fusefs.c:72: error: (near initialization for `mopts[12]') mount_fusefs.c:74: error: `MOPT_END' undeclared here (not in a function) mount_fusefs.c:74: error: initializer element is not constant mount_fusefs.c:74: error: (near initialization for `mopts[13]') mount_fusefs.c: In function `main': mount_fusefs.c:139: error: `getmnt_silent' undeclared (first use in this function) mount_fusefs.c:139: error: (Each undeclared identifier is reported only once mount_fusefs.c:139: error: for each function it appears in.) mount_fusefs.c:179: error: dereferencing pointer to incomplete type mount_fusefs.c:179: error: increment of pointer to unknown structure mount_fusefs.c:179: error: arithmetic on pointer to an incomplete type mount_fusefs.c:180: error: dereferencing pointer to incomplete type mount_fusefs.c:181: error: dereferencing pointer to incomplete type mount_fusefs.c:247: error: dereferencing pointer to incomplete type mount_fusefs.c:247: error: increment of pointer to unknown structure mount_fusefs.c:247: error: arithmetic on pointer to an incomplete type mount_fusefs.c:248: error: dereferencing pointer to incomplete type mount_fusefs.c: In function `usage': mount_fusefs.c:379: error: dereferencing pointer to incomplete type mount_fusefs.c:379: error: increment of pointer to unknown structure mount_fusefs.c:379: error: arithmetic on pointer to an incomplete type mount_fusefs.c:380: error: dereferencing pointer to incomplete type mount_fusefs.c: At top level: mount_fusefs.c:58: warning: array 'mopts' assumed to have one element mount_fusefs.c:58: error: storage size of `mopts' isn't known *** Error code 1 Stop in /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-0.3.0/mount_fusefs. *** Error code 1 Stop in /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-0.3.0. *** Error code 1 Stop in /usr/ports/sysutils/fusefs-kmod. *** Error code 1 Stop in /usr/ports/sysutils/fusefs-ntfs. *** Error code 1 Stop in /usr/ports/sysutils/fusefs-ntfs. It seems that the port version isnt working....