Date: Tue, 10 Aug 2010 12:32:18 -0500 From: Adam Vande More <amvandemore@gmail.com> To: =?ISO-8859-1?Q?Ott_K=F6stner?= <OttK@zzz.ee> Cc: freebsd-questions@freebsd.org Subject: Re: problem mounting USB drive Message-ID: <AANLkTikoQF9f5GPv5kQ9_Tqt2TfZjFeXgyq2W9gh8Gqd@mail.gmail.com> In-Reply-To: <4C618A3E.2050703@zzz.ee> References: <4C61710C.7000602@zzz.ee> <4C617A5F.1010909@antonioshome.net> <4C61803C.3050007@zzz.ee> <AANLkTi=o5rx5pHTjtm9BXTudCFOKrpWuOJ=h5Bf3QNiv@mail.gmail.com> <4C618A3E.2050703@zzz.ee>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 10, 2010 at 12:19 PM, Ott K=F6stner <OttK@zzz.ee> wrote: > Adam Vande More wrote: > >> On Tue, Aug 10, 2010 at 11:37 AM, Ott K=F6stner <OttK@zzz.ee> 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 she= ll >> 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... > Apparently that's a known bug kern/136873 you can try sysutils/ntfsprogs to mount it. --=20 Adam Vande More
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTikoQF9f5GPv5kQ9_Tqt2TfZjFeXgyq2W9gh8Gqd>