From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 18:13:46 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BF021065744 for ; Tue, 10 Aug 2010 18:13:46 +0000 (UTC) (envelope-from OttK@zzz.ee) Received: from zzz.ee (kalah.zzz.ee [194.204.30.253]) by mx1.freebsd.org (Postfix) with ESMTP id DF7D98FC15 for ; Tue, 10 Aug 2010 18:13:44 +0000 (UTC) Received: from zzz.ee (localhost.zzz.ee [127.0.0.1]) by zzz.ee (Postfix) with ESMTP id D69B2FD0E9 for ; Tue, 10 Aug 2010 21:13:43 +0300 (EEST) Received: by zzz.ee (Postfix, from userid 3019) id D4845FD0D8; Tue, 10 Aug 2010 21:13:43 +0300 (EEST) X-Spam-Checker-Version: SpamAssassin on spamassassin.zzz.ee X-Spam-Level: X-Spam-Guessed-Language: X-Spam-Status: No, score=-6.5 required=5.0 tests=ALL_TRUSTED,BAYES_50 X-Spam-Checker-URL: http://info.zzz.ee Received: from [192.168.1.3] (87-119-181-26.tll.elisa.ee [87.119.181.26]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by zzz.ee (Postfix) with ESMTPS id A153FFD19A for ; Tue, 10 Aug 2010 21:13:40 +0300 (EEST) Message-ID: <4C6196D3.1080505@zzz.ee> Date: Tue, 10 Aug 2010 21:13:39 +0300 From: =?ISO-8859-1?Q?Ott_K=F6stner?= Organization: ZZZ User-Agent: Thunderbird 2.0.0.24 (X11/20100405) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4C61710C.7000602@zzz.ee> <4C617A5F.1010909@antonioshome.net> <4C61803C.3050007@zzz.ee> <4C618A3E.2050703@zzz.ee> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP @zzz.ee Subject: Re: problem mounting USB 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: Tue, 10 Aug 2010 18:13:46 -0000 Adam Vande More wrote: > On Tue, Aug 10, 2010 at 12:19 PM, Ott Köstner wrote: > > >> Adam Vande More wrote: >> >> >>> On Tue, Aug 10, 2010 at 11:37 AM, Ott Köstner wrote: >>> >>> >>> # ls -ld /mnt/BACKUP >>> >>> ls: /mnt/BACKUP: Argument list too long >>> >>> Some directories are not big at all. My question is, is is a FreeBSD >>> problem here, or is there something wrong with the drive (or am I doing >>> something wrong here)? >>> For some reason my BSD does not want to eat that drive... >>> >>> > > Apparently that's a known bug kern/136873 > > you can try sysutils/ntfsprogs to mount it. > > > Thank You again, but even this does not seem to help in the first place. 1) Installed ntfsprogs-2.0.0_1 from ports. After that: # ntfsmount /dev/da0s1 /mnt/ fuse: failed to open fuse device: No such file or directory fuse_mount failed. Unmounting /dev/da0s1 (WD Passport) I can see the drive information: # ntfsinfo -m /dev/da0s1 Volume Information Name of device: /dev/da0s1 Device state: 3 Volume Name: WD Passport Volume State: 1 Volume Version: 3.1 Sector Size: 512 Cluster Size: 16384 Volume Size in Clusters: 9768020 [...snip...] 2) After that... # ntfsfix /dev/da0s1 Mounting volume... OK Processing of $MFT and $MFTMirr completed successfully. NTFS volume version is 3.1. NTFS partition /dev/da0s1 was processed successfully. 3) Trying to mount again: # ntfsmount /dev/da0s1 /mnt/ Volume is scheduled for check. Please boot into Windows TWICE, or use the 'force' option. NOTE: If you had not scheduled check and last time accessed this volume using ntfsmount and shutdown system properly, then init scripts in your distribution are broken. Please report to your distribution developers (NOT to us!) that init scripts kill ntfsmount or mount.ntfs-fuse during shutdown instead of proper umount. Mount failed. 4) UHH!!! greetings, Ott