this post was submitted on 25 Dec 2023
67 points (91.4% liked)

Linux

47343 readers
1253 users here now

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

Related Communities

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

founded 5 years ago
MODERATORS
 

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 comment's thread
view the rest of the comments
[–] bluestarshield@lemmy.ml 3 points 8 months ago (2 children)

When right-clicking the drive and selecting "properties", the filesystem type is stated to be MSdos

[–] otter@lemmy.ca 7 points 8 months ago

I found this

MS-DOS (FAT) - This is Disk Utility's name for the FAT32 filesystem.

https://www.engadget.com/2011-09-19-mac-101-format-choices-for-usb-flash-drives.html

So I think the advice about the FAT32 issue people mentioned is the issue :)