If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
Please do not use the CODE tag when pasting content that contains formatting (colored, bold, underline, italic, etc).
The CODE tag displays all content as plain text, including the formatting tags, making it difficult to read.
I formatted two external hard disks (Western Digital 5To and HGST 1To) as ntfs using gparted.
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
2 times I had problems with ntfs, and 2 times, ntfsfix cured the problem. ntfsfix may already be installed in terminal, if not.
sudo apt install ntfs-3g -y
Then you point the command to the ntfs drive.
sudo ntfsfix /dev/sdX1 (sdX1 is a example, your drive should be found and entered in that place)
lsblk command will show you the drives.
As always, there are way more experienced users here than myself, I would wait for their input also.
first thing i always do when something doesn't show up in dolphin is the Disks & Devices icon in the system tray.
go into configure and make sure the disks/partitions you want to see are checked... if they are not listed there, then that's a bigger problem and perhaps there is something wrong with the formatting.
you can try checking the file system from windows and do repairs if necessary, windows has better tools to keeping ntfs disks from going sideways, linux sort of assumes they are perfect.
Comment