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't have greater files than 2 GB on vfat system.

Se URL:
http://www.osnews.com/story/9681/The_vfat_file_system_and_Linux/page3/
> 
>    cp bigfile /mnt
> 
> This runs for some secs, but then fails with:
> 
> FAT-fs (sdd1): error, fat_free_clusters: deleting FAT entry beyond EOF
> FAT-fs (sdd1): Filesystem has been set read-only
> 
> 4. Trying the same with rsync:
> 
>       rsync bigfile /mnt
> 
>    runs some time, but then breaks:
> 
> rsync: mkstemp "/mnt/.bigfile.fqOS8w" failed: Read-only file system    (30)
> rsync error: some files/attrs were not transferred (see previous errors)
> (code 23) at main.c(1165) [sender=3.1.0]
> 
> How can I get rid from this? All help welcome.
> 
> Kind regards
> 
> Joachim Backes
> 


-- 
Regards

Jon Ingason

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to