Announcement
Collapse
No announcement yet.
Problem with external USB HDD
Collapse
X
-
I would try this: Open Konsole and enter sudo dmesg and note the time. Then plug the drive in and try to access it. When it fails, repeat the command and review (or copy and post) the newly added lines. The first part of each line is time and date so you shouldn't have any problem figuring out where the new output begins.
- Top
- Bottom
-
Originally posted by oshunluvr View PostDid you check to see if ntfs-3g is installed?
- Top
- Bottom
Leave a comment:
-
Hello
Another update from me. I had a friend give me a NTFS formatted drive and tried to mount it but it said wrong FS type again. So I tried booting up Linux mint and mounted it there with no problems.
Is there a command I could run here that could show any hints what is going on. I have to say with this version I have noticed mounting NTFS has way more unstable that previous lts
- Top
- Bottom
Leave a comment:
-
The package is ntfs-3g. It should have been installed by default.
Code:sudo apt install ntfs-3g
- Top
- Bottom
Leave a comment:
-
Do you have ntfs support installed? It's not installed by default.
- Top
- Bottom
Leave a comment:
-
brianharr: So your external USB drive is NTFS?
Again - if yes: Try fixing NTFS drives from Windows first and if this does not work one can see
man ntfsfix in Konsole to get the manual pages for ntfsfix.
Then decide if you want to use ntfsfix in Linux for a NTFS volume and if you want to use the command I posted.
I did't say that it could not be Dolphin/kio problem or bug - the above could be just one possible solution.Last edited by Schwarzer Kater; May 30, 2024, 04:52 AM.
- Top
- Bottom
Leave a comment:
-
Originally posted by Schwarzer Kater View PostWelcome.
Not much information to work with…
I guess the external HDD is formatted with the NTFS file system type?
If yes: Try fixing NTFS drives from Windows first and if this does not work try
sudo ntfsfix -d /dev/whatever_your_ntfs_drive_is from the Konsole terminal emulator.
Sometimes this is the solution for the error messages you posted if you cannot fix NTFS from Windows.
- Top
- Bottom
Leave a comment:
-
Originally posted by Pavlov1881 View PostI think that the problem is not in HDD because it works on my laptop with ubuntu ...Last edited by brianharr; May 30, 2024, 04:03 AM.
- Top
- Bottom
Leave a comment:
-
The OP has not even confirmed that the external USB HDD is formatted in NTFS - so…
I avoid using NTFS as much as I can in connection with Linux or macOS. I have never had any problems with USB storage devices in ext4, exFAT, HFS+ or APFS - even with lots of files (>100000) and large files (>50GiB) or total sizes >300GiB.
PS: "out of space" can also mean "out of inodes".
- Top
- Bottom
Leave a comment:
-
I have had the same issue. And also trying to copy large amounts of data some times to external drives it says it is out of Space and there is no way as it is 200gb going to an empty 1tb drive. Some times it wont even mount the drive.
- Top
- Bottom
Leave a comment:
-
Perhaps the GNOME desktop environment is too stupid to recognize that something is wrong…
Is the HDD even NTFS?
Did you try the two things that I wrote?
Otherwise you will have to provide much more infos here or there probably will be no one that can or wants to help to solve your problem.
- Top
- Bottom
Leave a comment:
-
I think that the problem is not in HDD because it works on my laptop with ubuntu ...
- Top
- Bottom
Leave a comment:
-
Welcome.
Not much information to work with…
I guess the external HDD is formatted with the NTFS file system type?
If yes: Try fixing NTFS drives from Windows first and if this does not work try
sudo ntfsfix -d /dev/whatever_your_ntfs_drive_is from the Konsole terminal emulator.
Sometimes this is the solution for the error messages you posted if you cannot fix NTFS from Windows.
- Top
- Bottom
Leave a comment:
Leave a comment: