LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 02-07-2017, 05:12 PM   #1
Michael Piziak
Member
 
Registered: Feb 2015
Distribution: Ubuntu 20.04 lts
Posts: 598

Rep: Reputation: 43
Error Splicing File: File too large


I'm attempting to copy an 11.8 gig file to my thumb drive. However, I get "Error Splicing File: File too large."

Using Ubuntu 14.04 lts and 128 gig PNY usb 2.0 thumb drive
 
Old 02-07-2017, 07:09 PM   #2
kilgoretrout
Senior Member
 
Registered: Oct 2003
Posts: 2,989

Rep: Reputation: 388Reputation: 388Reputation: 388Reputation: 388
How is the drive formatted, i.e what file system do you have on the drive, e.g. Ext3, NTFS, FAT32?

Flash drives typically come formatted with a FAT32 file system since it can be read and written to by both Windows and MacOS. Unfortunately, FAT32 has a number of limitations, among them a maximum file size limit of 4GB. That's probably the problem you are encountering.
 
Old 02-07-2017, 07:50 PM   #3
Michael Piziak
Member
 
Registered: Feb 2015
Distribution: Ubuntu 20.04 lts
Posts: 598

Original Poster
Rep: Reputation: 43
I have it formatted FAT-32 bit version. Which file format is recommended if this is not the right format (I want my flat screen tv to be able to recognize it for sure)

Last edited by Michael Piziak; 02-07-2017 at 07:52 PM.
 
Old 02-07-2017, 08:27 PM   #4
kilgoretrout
Senior Member
 
Registered: Oct 2003
Posts: 2,989

Rep: Reputation: 388Reputation: 388Reputation: 388Reputation: 388
You can try NTFS as I doubt your TV will recognize a linux file system.
 
Old 02-07-2017, 09:03 PM   #5
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,784

Rep: Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937
The answer should be in the TVs manual. As posted The max file size for fat32 is 4G which is why the file copy fails. I would guess NTFS or exFAT.

Last edited by michaelk; 02-07-2017 at 09:05 PM.
 
Old 02-08-2017, 02:02 AM   #6
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 22,041

Rep: Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348
probably you can format it with your TV and that should work.
 
Old 02-10-2017, 05:34 AM   #7
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
By default usb drives are formatted FAT32 and therefor have a 4GB limit. You can use split to break the file into sub 4G chunks. Or you could reformat the drive to another filesystem like ext4 which defaults to 4k inodes which handle up to 1TB files. Or something like that. You really only need the FAT32 option when sharing files with other non-linux OSes and devices.

If you use split to break the file up, you can rejoin the file in windows with the /b option of copy.

C:\ copy part_aa/b+part_ab/b+part_ac/b alltheparts

or with cat in linux. The destination file will of course have to exist on a filesystem type that can handle a file of that size.

$ split -b 3999999999 largefile part_

The default suffix is alpha chars and 2 in length for split, so:

$ cat part_aa part_ab part_ac > allthe parts

Or just use a different file system.
 
Old 03-20-2017, 11:14 AM   #8
Michael Piziak
Member
 
Registered: Feb 2015
Distribution: Ubuntu 20.04 lts
Posts: 598

Original Poster
Rep: Reputation: 43
Quote:
Originally Posted by kilgoretrout View Post
You can try NTFS as I doubt your TV will recognize a linux file system.
I formatted it as NTFS and everything works now. Thanks!
 
Old 06-11-2019, 12:59 PM   #9
jobsworth
LQ Newbie
 
Registered: Jan 2010
Location: brighton england
Distribution: Debian not Ubuntu
Posts: 22

Rep: Reputation: 0
me too. format the usb stick to ntfs and it works. thank you.
ps just cos this thread is over 6 months old does not mean that it is not still very useful!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
NFS Large File Copies Fail - Error writing to file: Input/output error deck- Linux - Server 10 08-01-2022 02:30 AM
[SOLVED] Error Splicing File: Input/Output Error - Cannot Copy imayneed Linux - Software 19 02-28-2016 10:44 AM
[SOLVED] error splicing file: input/output error Gregg Bell Linux - Newbie 6 04-03-2015 12:43 AM
[SOLVED] Debian 7.7 x64 tell me "Error splicing file: File too large" !! hack3rcon Linux - Software 2 01-25-2015 01:15 PM
pdf Error splicing file: Input/output error PeterUK Ubuntu 7 04-04-2013 01:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 09:22 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration