when I do that, I actually used kde partition manager and hit “mount” to get that to show up but
it doesn’t show up in the folder left side panel of dolphin, and not in the save file pop up for browsers and other programs. Is that just not something I should expect? In windows I got everything to show up there, even network locations because I live that NAS lfe.
/dev/sdb1 /home/xiaohan/Downloads/
It looks like you have mounted the device named sdb1 to the path /home/xiaohan/Downloads/, and generally speaking, opening this path is the same as opening your sdb1.
Also, it is not wise to use a Windows format compatible drive on linux, especially if you need to run programs on this drive.
Even without adding it to the fstab file, it should appear in Dolphin, but not mounted, clicking it would then mount it temporarily. If it doesn’t appear in Dolphin at all, there is a problem.
I’d say yes, since you set the mount point outside /media and /mnt. Though, doesn’t Dolphin already have a shortcut to the ~/Downloads folder?
I know that adding the x-gvfs-show mount option allows it to show in Thunar’s panel (Xfce) wherever the mount point is; i don’t know if it can also apply to Dolphin.
Make sure you have disabled fast startup in windows. It causes a lot of trouble when accessing drives in dual-boot systems. If you don’t know how to do that, search for it from your favorite search engine.
Now, with that out of the way; Try using ntfs-3g instead of ntfs. Run id command and note your uid and gid. Then try using these options in your fstab (after ntfs-3g) uid=xxxx,gid=xxxx,umask=022 1 0
Make sure to change the uid and gid.
I would advise you to mount your drives in /media folder.
btw an interesting thing happened, I think I had a windows session that didlnt’ close down or something because when I mounted using the command line it said this
"The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount."
"Falling back to read-only mount because the NTFS partition is in an
unsafe state. Please resume and shutdown Windows fully (no hibernation
That dollar sign is not part of the command. It is supposed to represent a non-privileged UNIX shell command prompt ─ the root prompt would be # ─ in text mediums that do not support text formatting, such as Usenet discussion groups. Here on the forum it’s not needed.
Actually, if this is data specific to one user only, then a better choice for a mountpoint would be a directory inside the user’s ${HOME}.