Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Mar 2014 10:49:06 -0400
From:      Ajtim <lumiwa@gmail.com>
To:        Warren Block <wblock@wonkity.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Buffalo Firewire 1TB HD
Message-ID:  <12578543.1HCP5gAiFf@lumiwa.farms.net>
In-Reply-To: <alpine.BSF.2.00.1403280812540.95974@wonkity.com>
References:  <5653617.MEWqcFTqsU@lumiwa.farms.net> <9210020.uC0gVPdYr1@lumiwa.farms.net> <alpine.BSF.2.00.1403280812540.95974@wonkity.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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!
> >>> 
> >>> My system is FreeBSD 10.0-RELEASE (amd64) installed on iMac. I have 1TB
> >>> external firewire HD which I formated on OS X:
> >>> 250GB for OS X and the rest (750GB) is formated MS DOS FAT (before I had
> >>> formate ext FAT).
> >>> In /boot/loader.conf I have:
> >>> Sbp_load="YES"
> >>> 
> >>> When I turn HD on I got in /var/messages:
> >>> 
> >>> Kernel: da1 at sbp0 bus 0 scbus0 target 0 lun 0
> >>> kernel: da1: <BUFFALO HDD 0110> 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=0x2<NO_6_BYTE>
> >>> kernel: GEOM: da1: enabling Boot Camp
> >>> 
> >>> Than I mount:
> >>> Mount -t msdosfs /dev/da1p1 /mnt
> >> 
> >> '-o large' is needed to support larger than 128G FAT filesystems.  In
> >> fact, I thought it would complain otherwise, but evidently not.
> > 
> > I was to fast. It doesn't work.
> 
> What happens?

It is the same problem.


mount -t msdosfs -o large /dev/da1p1 /mnt

than cp bla.bla /mnt


cp: /mnt/bla.bla: No space left on device

A file is long 495044140 and it copied just 205520896


Do I need to rebuild a kernet with optins MSDOS_LARGE?

Thank you.


-- 
ajtiM
--------
http://www.redbubble.com/people/lumiwa



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?12578543.1HCP5gAiFf>