I have modified fstab
to auto-mount my secondary hard drive to a custom location and assign owner and group on Ubuntu 18.04. I am facing some issues and I know that probably the problem is on mount parameters, but I am not sure how exactly. The issues are:
1 - I can't change permissions on files:
2 - I can't attach files that are located in this drive to e-mails via any browser:
Also, I am using nemo
as file manager. As for the second issue, I am not sure if the issue is on nemo
or on mount parameters as well. To install nemo
I used the commands below:
sudo apt-get install nemo nemo-fileroller
xdg-mime default nemo.desktop inode/directory application/x-gnome-saved-search # set as the default manager
xdg-mime query default inode/directory # check the default manager
gsettings set org.gnome.desktop.background show-desktop-icons false # Disable default desktop handling
gsettings set org.nemo.desktop show-desktop-icons true # Make sure Nemo is set to handle desktop
gsettings set org.nemo.preferences start-with-dual-pane true
Any idea why this is happening?
0 Answers