I can mount them fine but they are read only. not too sure why this is happening, I set umask to 0000 and I thought 0 means can do read, write and execute?
I had a second drive which wasn’t mounting after a boot automatically and I followed the video below and was able to get it to work. Someone in the chat actually posted a comment with an easier solution I found much simpler.
After opening the application called “Disks”, select your desired drive on the left…
After selecting the drive; On the right, select the correct partition on the drive you want to auto-mount.
Click the check-mark to open the “Additional partition options” menu. In the menu select “Edit Mount Options”. WARNING: The options listed in this window directly edit the fstab file and should be modified with care the same as you would using the terminal.
In that window, after switching off “User Session Defaults”, the only two options I changed were…
4a) Make sure “Mount at system Startup” and “Show in user Interface” are both checked. (these should be checked by default)
4b) Change the “Mount Point” to something you wish to identify the drive as… e.g /mnt/Backup
It is important that you DO NOT change the drop-down option that says “Identify As”; because, whats already in the box is the partition UUID matching the drive you selected in step 1 and 2, so there should be no need to change this option.
After checking the checkboxes and changing your mount point name, click “OK” and input your root pass to save the changes to fstab.
If I use this method, and one day I decided to take out a non-system drive (which doesn’t have Linux installed on it) and it is set to mount from /etc/fstab then would the OS still boot up normally?
sorry mate, I have don’t know what does dump the filesystem or don’t run fsck on filesystem at system start means? I assume that fsck checks if there are issues with the filesystem?
Yes, that is correct. In this case, I don’t think ntfs supports fsck so setting it to 0 makes sense.
I believe dump literally calls the dump command to write a copy of the entire filesystem on those that is supports. For the record, I haven’t seen this set to anything other than 0 in a very long time.