Re: Problem in F20 with vfat filesystem on some sdhc card

2014-09-25 Thread jd1008
On 09/25/2014 05:23 AM, Joachim Backes wrote: Hi all, 1. I created a vfat FS on a 32 GB SD-HC card mkfs.vfat /dev/sdd1). No errors 2. mount /dev/sdd1 /mnt 3. copy some huge file (about 17 GB) to /mnt with the cp cmd: cp bigfile /mnt This runs for some secs, but then fails w

Re: Problem in F20 with vfat filesystem on some sdhc card

2014-09-25 Thread Patrick O'Callaghan
On Thu, 2014-09-25 at 13:23 +0200, Joachim Backes wrote: > 3. copy some huge file (about 17 GB) to /mnt with the cp cmd: No, can't do that on vfat, no matter how big the physical media or filesystem is. The maximum file size is 4GB. You need to use something like ntfs or ext4. poc -- users mail

Re: Problem in F20 with vfat filesystem on some sdhc card

2014-09-25 Thread Jon Ingason
Den 2014-09-25 13:23, Joachim Backes skrev: > > Hi all, > > 1. I created a vfat FS on a 32 GB SD-HC card > > mkfs.vfat /dev/sdd1). > >No errors > > 2. mount /dev/sdd1 /mnt > > 3. copy some huge file (about 17 GB) to /mnt with the cp cmd: ^ You can

Problem in F20 with vfat filesystem on some sdhc card

2014-09-25 Thread Joachim Backes
Hi all, 1. I created a vfat FS on a 32 GB SD-HC card mkfs.vfat /dev/sdd1). No errors 2. mount /dev/sdd1 /mnt 3. copy some huge file (about 17 GB) to /mnt with the cp cmd: cp bigfile /mnt This runs for some secs, but then fails with: FAT-fs (sdd1): error, fat_free_clusters: dele