28th January 2017, 12:41
(27th January 2017, 14:14)starbuck Wrote: benit:
Or if its a network share, you could simply use sambamounter:
It is a tool inside the "Network" folder directly in your home directory or on your desktop.
It mounts folders automatically and permanently, so they should come up mounted even after reboot.
In my fstab as it was created during installation fstab line looks a bit different (maybe this is due to the fact that my boot disk is a SSD)
Code:
UUID=76e1de41-5712-4c1b-8a4e-1f19b0a1d2da / ext4 defaults,noatime,discard 0 1
The partition I want to mount is on a conventional HDD. Up to now I used a line like this (comparable to what you wrote), but somehow this does not work. maui does not start any more (Mint would offer a skip option, maui obviously does not offer such emergency opt-out):
Code:
UUID=728e6952-6524-42b0-a95f-2f9cc6078419 /home/myname/Daten_HDD_INT_EXT4 ext4 errors=remount-ro 0 1
Any ideas?