From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 17:20:02 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 C28491065672 for ; Tue, 10 Aug 2010 17:20:02 +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 7002C8FC16 for ; Tue, 10 Aug 2010 17:20:02 +0000 (UTC) Received: from zzz.ee (localhost.zzz.ee [127.0.0.1]) by zzz.ee (Postfix) with ESMTP id 48C3BFD114 for ; Tue, 10 Aug 2010 20:20:01 +0300 (EEST) Received: by zzz.ee (Postfix, from userid 3019) id 470B2FD105; Tue, 10 Aug 2010 20:20:01 +0300 (EEST) X-Spam-Checker-Version: SpamAssassin on spamassassin.zzz.ee X-Spam-Level: X-Spam-Guessed-Language: X-Spam-Status: No, score=-12.5 required=5.0 tests=ALL_TRUSTED,BAYES_05 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 9D40DFD133 for ; Tue, 10 Aug 2010 20:19:58 +0300 (EEST) Message-ID: <4C618A3E.2050703@zzz.ee> Date: Tue, 10 Aug 2010 20:19:58 +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> 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 17:20:02 -0000 Adam Vande More wrote: > On Tue, Aug 10, 2010 at 11:37 AM, Ott Köstner wrote: > > >> # df -H|grep da0 >> /dev/da0s1 160G 26G 134G 16% /mnt >> >> ...but all commands result with an error like this... >> >> # ls -l /mnt/BACKUP >> ls: /mnt/BACKUP: Argument list too long >> >> > > That generally means there are too many files to process via default shell > memory settings. Something like: > > find /mnt/BACKUP > > should work in that case. > > Yes, generally this means that there are too many files, but not in this case. Even find gives me: # find /mnt/BACKUP find: /mnt/BACKUP: Argument list too long or # 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... ;) Ott