From owner-freebsd-questions@FreeBSD.ORG Fri Mar 28 15:07:34 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D7E76F1D for ; Fri, 28 Mar 2014 15:07:34 +0000 (UTC) Received: from mail-oa0-x22e.google.com (mail-oa0-x22e.google.com [IPv6:2607:f8b0:4003:c02::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9BED4898 for ; Fri, 28 Mar 2014 15:07:34 +0000 (UTC) Received: by mail-oa0-f46.google.com with SMTP id i7so6208328oag.33 for ; Fri, 28 Mar 2014 08:07:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=WICAzZlMMBrMuHxxteCcr73nAWyvYYkeRlthNkCyJ9g=; b=Bu7C1RTbowSw0XZShAYKXsDXjYnp6B1gN2xhKpLAKg50PFd13E2lnWTE2XbQjqgL8W wNa+BsbpGpWwG3ki3J4lrcpleufTEUEklkFmCQtXHFSmhtR846VgCUbFbhIagowZPJb8 6dVrRq6cJ4c2ijDA1HZWjw8FDlbu9XOhBnm15ltvDc6h68mQ8Hw8FZ6sv2e5yt4uzeK0 vMI0uYcMbxDu1tptQ/1k7gE6CyjMXTKThFRp9So74TkzidA/6VXUJ0snz0LiFT5GQ56S JNzageRoG/TI2BM4uF4wfTnuZpHCl8skO7SYAzYh9r8H9f5pUklfyy6FmjY47lF8NjT/ sJkg== X-Received: by 10.182.2.42 with SMTP id 10mr703282obr.73.1396019253952; Fri, 28 Mar 2014 08:07:33 -0700 (PDT) Received: from [192.168.1.64] (pool-71-170-112-253.dllstx.fios.verizon.net. [71.170.112.253]) by mx.google.com with ESMTPSA id ii8sm9107060obb.11.2014.03.28.08.07.33 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 28 Mar 2014 08:07:33 -0700 (PDT) References: <5653617.MEWqcFTqsU@lumiwa.farms.net> <9210020.uC0gVPdYr1@lumiwa.farms.net> <12578543.1HCP5gAiFf@lumiwa.farms.net> Mime-Version: 1.0 (1.0) In-Reply-To: <12578543.1HCP5gAiFf@lumiwa.farms.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <9DD4CA4C-A7F6-476B-B575-E576DA06C261@gmail.com> X-Mailer: iPad Mail (11D167) From: Matthew Pherigo Subject: Re: Buffalo Firewire 1TB HD Date: Fri, 28 Mar 2014 10:07:32 -0500 To: "lumiwa@gmail.com" Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2014 15:07:35 -0000 Hey, FAT32 can't handle files over 4 GB. What are the other computers that you wa= nt to connect to? If your concern is compatibility with Windows, you may hav= e to format with NTFS to not be hit by stupid filesystem limits. Also, remember that if you aren't planning to use the device in non-BSD syst= ems anytime soon, and you're only formatting it like that 'just in case', re= member that there are FUSE drivers for everything (ZFS on Windows? Sure!), w= hich means any operating system can read your chosen filesystem if you can i= nstall FUSE. So, for example, if the drive would only ever be plugged into a= non-BSD computer in the case of some tech disaster needing recovery of the f= iles, the many benefits of a UFS/ZFS filesystem far outweighs the negatives o= f needing a FUSE translation layer. :) --Matt > On Mar 28, 2014, at 9:49 AM, Ajtim wrote: >=20 >> On Friday 28 March 2014 08:13:10 Warren Block wrote: >>> On Fri, 28 Mar 2014, Ajtim wrote: >>>> On Friday 28 March 2014 07:31:58 Warren Block wrote: >>>>> On Fri, 28 Mar 2014, Ajtim wrote: >>>>> Hi! >>>>>=20 >>>>> My system is FreeBSD 10.0-RELEASE (amd64) installed on iMac. I have 1T= B >>>>> external firewire HD which I formated on OS X: >>>>> 250GB for OS X and the rest (750GB) is formated MS DOS FAT (before I h= ad >>>>> formate ext FAT). >>>>> In /boot/loader.conf I have: >>>>> Sbp_load=3D"YES" >>>>>=20 >>>>> When I turn HD on I got in /var/messages: >>>>>=20 >>>>> Kernel: da1 at sbp0 bus 0 scbus0 target 0 lun 0 >>>>> kernel: da1: Fixed Direct Access SCSI-4 device >>>>> kernel: da1: Serial Number >>>>> kernel: da1: 50.000MB/s transfers >>>>> kernel: da1: 953869MB (1953525168 512 byte sectors: 255H 63S/T 121601C= ) >>>>> kernel: da1: quirks=3D0x2 >>>>> kernel: GEOM: da1: enabling Boot Camp >>>>>=20 >>>>> Than I mount: >>>>> Mount -t msdosfs /dev/da1p1 /mnt >>>>=20 >>>> '-o large' is needed to support larger than 128G FAT filesystems. In >>>> fact, I thought it would complain otherwise, but evidently not. >>>=20 >>> I was to fast. It doesn't work. >>=20 >> What happens? >=20 > It is the same problem. >=20 >=20 > mount -t msdosfs -o large /dev/da1p1 /mnt >=20 > than cp bla.bla /mnt >=20 >=20 > cp: /mnt/bla.bla: No space left on device >=20 > A file is long 495044140 and it copied just 205520896 >=20 >=20 > Do I need to rebuild a kernet with optins MSDOS_LARGE? >=20 > Thank you. >=20 >=20 > --=20 > ajtiM > -------- > http://www.redbubble.com/people/lumiwa > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.or= g"