Re: USB key with 7.5 GByte but no space left on device after 4 GByte written

2009-03-05 Thread Wojciech Puchar
Mar 5 08:48:33 rebelion kernel: umass0: USBest Technology USB Mass Storage Device, class 0/0, rev 2.00/1.00, addr 2 on uhub4 Mar 5 08:48:33 rebelion kernel: da0 at umass-sim0 bus 0 target 0 lun 0 Mar 5 08:48:33 rebelion kernel: da0: Ut165 USB2FlashStorage 0.00 Removable Direct Access SCSI-2

Re: USB key with 7.5 GByte but no space left on device after 4 GByte written

2009-03-05 Thread Charles Oppermann
08:48:33 rebelion kernel: da0 at umass-sim0 bus 0 target 0 lun 0 Mar 5 08:48:33 rebelion kernel: da0: Ut165 USB2FlashStorage 0.00 Removable Direct Access SCSI-2 device Mar 5 08:48:33 rebelion kernel: da0: 40.000MB/s transfers Mar 5 08:48:33 rebelion kernel: da0: 7712MB (15794176 512

Re: USB key with 7.5 GByte but no space left on device after 4 GByte written

2009-03-05 Thread Matthias Apitz
El día Thursday, March 05, 2009 a las 01:09:27AM -0800, Charles Oppermann escribió: 08:48:33 rebelion kernel: da0 at umass-sim0 bus 0 target 0 lun 0 Mar 5 08:48:33 rebelion kernel: da0: Ut165 USB2FlashStorage 0.00 Removable Direct Access SCSI-2 device Mar 5 08:48:33 rebelion kernel:

Re: USB key with 7.5 GByte but no space left on device after 4 GByte written

2009-03-05 Thread Wojciech Puchar
formatted properly? I did a 'ls -l /dev/da*' after key insert and there was only /dev/da0; maybe I should do # newfs_msdos /dev/da0 yes. anyway - windoze at least XP no more needs partitions on such devices. ??? Thx matthias -- Matthias Apitz Manager Technical Support - OCLC

Re: USB key with 7.5 GByte but no space left on device after 4 GByte written

2009-03-05 Thread Wojciech Puchar
formatted properly? I did a 'ls -l /dev/da*' after key insert and there was only /dev/da0; maybe I should do # newfs_msdos /dev/da0 ??? to be sure do dd if=/dev/zero of=/dev/da0 bs=64k count=1 before to clean anything from beginning, if any mess is there.

Re: USB key with 7.5 GByte but no space left on device after 4 GByte written

2009-03-05 Thread Matthias Apitz
El día Thursday, March 05, 2009 a las 10:48:52AM +0100, Wojciech Puchar escribió: formatted properly? I did a 'ls -l /dev/da*' after key insert and there was only /dev/da0; maybe I should do # newfs_msdos /dev/da0 ??? to be sure do dd if=/dev/zero of=/dev/da0 bs=64k count=1

Re: USB key with 7.5 GByte but no space left on device after 4 GByte written

2009-03-05 Thread Paul B. Mahol
On 3/5/09, Matthias Apitz g...@unixarea.de wrote: El dia Thursday, March 05, 2009 a las 10:48:52AM +0100, Wojciech Puchar escribio: formatted properly? I did a 'ls -l /dev/da*' after key insert and there was only /dev/da0; maybe I should do # newfs_msdos /dev/da0 ??? to be sure do

Re: USB key with 7.5 GByte but no space left on device after 4 GByte written

2009-03-05 Thread Matthias Apitz
El día Thursday, March 05, 2009 a las 03:26:12PM +0100, Paul B. Mahol escribió: On 3/5/09, Matthias Apitz g...@unixarea.de wrote: El dia Thursday, March 05, 2009 a las 10:48:52AM +0100, Wojciech Puchar escribio: formatted properly? I did a 'ls -l /dev/da*' after key insert and there

Re: USB key with 7.5 GByte but no space left on device after 4 GByte written

2009-03-05 Thread Norbert Papke
On March 5, 2009, Matthias Apitz wrote: El día Thursday, March 05, 2009 a las 10:48:52AM +0100, Wojciech Puchar to end this threat, I did: # dd if=/dev/zero of=/dev/da0 bs=64k count=1 # newfs_msdos /dev/da0 # mount -t msdosfs /dev/da0 /mnt # time cat file file file /mnt/big cat: stdout:

Re: USB key with 7.5 GByte but no space left on device after 4 GByte written

2009-03-05 Thread Kevin Kinsey
Matthias Apitz wrote: to end this threat, I did: # dd if=/dev/zero of=/dev/da0 bs=64k count=1 # newfs_msdos /dev/da0 # mount -t msdosfs /dev/da0 /mnt # time cat file file file /mnt/big cat: stdout: File too large 0.276u 19.421s 14:36.63 2.2%11+1180k 33887+65536io 0pf+0w # df -kh /mnt