this post was submitted on 01 Sep 2024
27 points (96.6% liked)

techsupport

2411 readers
1 users here now

The Lemmy community will help you with your tech problems and questions about anything here. Do not be shy, we will try to help you.

If something works or if you find a solution to your problem let us know it will be greatly apreciated.

Rules: instance rules + stay on topic

Partnered communities:

You Should Know

Reddit

Software gore

Recommendations

founded 1 year ago
MODERATORS
 

Ok I was copying a bunch of games from one of my Windows drives over to my phone while booted into Linux. And I got this error that says "libmtp error: Could not open source file". Thankfully I was able to copy the files when I was booted into Windows but it would be nice if I could Transfer files from my Windows drives without having to reboot into Windows. Is there a way I can fix this problem.

I think it might have to do with the ntfs file system because I copied one of the files from the phone back to my Desktop which is ext4 and then back to the phone without any issues. I already tried installing ntfs-3g which was already installed on my distro.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 2 weeks ago (9 children)

Can you read the file with another program from Linux?

[–] [email protected] 1 points 2 weeks ago (1 children)

Do you mean like a different file manager? I just tried using Thunar instead of Nautilis and got the same error.

[–] [email protected] 3 points 2 weeks ago (1 children)

No I mean read data out of the file with another program like a video player or emulator, or just open it in a text editor.

I was thinking this would test whether the problem is with reading from that NTFS partition, which the error message points to.

[–] [email protected] 1 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

I just download the appimage version of duckstation on the Linux side to see if it could run the game but it was unable to find my games in the ROMs Directory. Then I tried going to System > Start File and When I tried to launch the game that way I got this error.

What is even more weird is that I was able to launch the copy on my ext4 partition despite the fact the the BIOS I selected is in the ntfs partition.

Edit: I just tried opening the BIN and CUE files from the ntfs partition and got on error saying that the file does not exist despite the file being visible from the file manager. I also noticed that the one on the ntfs partition had some lock icons while the ext4 one did not. I also saw a windows directory in the cue file on the windows C: drive which I found very weird because I usually store all my games on the D: drive of my system. The copy on my ext4 also how this Windows Directory.

[–] [email protected] 3 points 2 weeks ago (1 children)

How are you mounting your NTFS disk? If you're using the mount cli as root you may need to add the uid mount option

[–] [email protected] 2 points 1 week ago (1 children)
[–] [email protected] 3 points 1 week ago (1 children)

Ah definitely add some mount options to give yourself access, uid and gid would be a good place to start, I think there may be others.

Some info https://askubuntu.com/questions/113733/how-to-mount-a-ntfs-partition-in-etc-fstab

[–] [email protected] 4 points 1 week ago* (last edited 1 week ago) (1 children)

Thanks for linking me to the to this page. I did some more diging and I managed to figure out the actual problem. I was using a program called CompactGUI2 which allows you to use the NTFS file comprssion to save space. The minute I uncompressed the files from the Windows side I saw the Lock icons go away when I booted back into Linux.

[–] [email protected] 2 points 1 week ago

Cool! That's new to me, thanks for sharing your solution!

[–] [email protected] 2 points 2 weeks ago

I think the icons on NTFS mean your user does not have permitted read the bin file. I think the cue files need to have the path updated, but I'm not super familiar

load more comments (7 replies)