From owner-freebsd-questions@FreeBSD.ORG Sat Mar 31 21:39:38 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 3DA1116A404 for ; Sat, 31 Mar 2007 21:39:38 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout7.cac.washington.edu (mxout7.cac.washington.edu [140.142.32.178]) by mx1.freebsd.org (Postfix) with ESMTP id 1D16613C45D for ; Sat, 31 Mar 2007 21:39:38 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.7] (may be forged)) by mxout7.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l2VLdbuH030881 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 31 Mar 2007 14:39:37 -0700 X-Auth-Received: from [192.168.10.7] (c-67-187-172-183.hsd1.ca.comcast.net [67.187.172.183]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l2VLdaul016173 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 31 Mar 2007 14:39:37 -0700 Message-ID: <460EE2F3.6000708@u.washington.edu> Date: Sat, 31 Mar 2007 14:38:43 -0800 From: Garrett Cooper User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20070331115124.83374.qmail@web63301.mail.re1.yahoo.com> In-Reply-To: <20070331115124.83374.qmail@web63301.mail.re1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.0.289146, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2007.3.31.142837 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Subject: Re: How Write To Win Drive? 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: Sat, 31 Mar 2007 21:39:38 -0000 Stan Cooper wrote: > Garrett Cooper writes: > > >>> # ntfs-3g /dev/ad0s1 /win >>> Failed to open /proc/filesystems: No such file or directory >>> modprobe: not found >>> Failed to open /proc/filesystems: No such file or directory >>> Error opening partition device: Operation not permitted >>> Failed to startup volume: Operation not permitted >>> Failed to mount '/dev/ad0s1': Operation not permitted >>> The NTFS partition is hibernated. Please resume Windows and turned it >>> off properly, so mounting could be done safely. >>> >>> TIA, >>> Stan >>> > > >> /proc's in this case's strictly a linux thing, right? IIRC fuse was >> ported from Linux, so some stuff may be in the wrong spots.. >> > 2So, in other words, wait for the developers to work out this bug? Or is there a way to work around it? > > Also, is it possible to mount and read/write to my thumb drive? > TIA, > Stan You sure it's NTFS? Many thumb drives get formatted to FAT32 when they are setup. Although FAT32 isn't as ideal as NTFS, it's portable and writable. Cheers, -Garrett