cross-posted from: https://lemmy.ml/post/9729797

I am needing to transfer a singular file of roughly 4.8GB from Linux Mint onto a thumb drive, so that I can transfer it to my Windows install on a separate partition on the same PC. However, it has repeatedly failed after 4.3GB, with an error message reading “Error splicing file: File too large”.

How do I fix this issue, or get around it? I need that file moved.

EDIT: This issue has been resolved. It was caused by the thumb drive being formatted as MSdos, reformatting it to exfat seems to have done the trick. Just used right-click “format” on linux mint, no need for console or booting up windows.

You are viewing a single thread.
View all comments View context
0 points

For real? Even just cp?

permalink
report
parent
reply
0 points

We have a specific driver for reading and writing to ntfs for a reason.

permalink
report
parent
reply
0 points

What’s the reason? Honest question.

permalink
report
parent
reply
0 points

Drives are basically just a very long numbered list of bytes, no files, no folders, nothing. Just a long list of bytes. So how do you know what’s written between bytes 2300 and 2400? You need some sort of table that describes that and store it somewhere. So that’s there a filesystem comes in, it’s a format to write that table and place the file contents. (Simplified). cp, mv, tar and any other program don’t know how to write that format, they only know how to tell the Operating system to write or read a file. To do that the operating system needs to know how to work with that specific filesystem, a compoment called driver does that. Drivers for different filesystems exist and allow the operating system to access them in a common way, even though the underlying file systems differ a lot.

permalink
report
parent
reply

Linux

!linux@lemmy.ml

Create post

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

  • Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
  • No misinformation
  • No NSFW content
  • No hate speech, bigotry, etc

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

Community stats

  • 7.9K

    Monthly active users

  • 3.7K

    Posts

  • 48K

    Comments