Remember a couple of weeks ago I got phantastic help from you to set up a fstab which can be used on 3 Kubuntu versions.
Basically everything is Ok, however at each start I get a message (translated from the german)
I use S and the start goes on. The result is then that all partitions from trains on are not automaticly mounted. However with doing the mount by hand on Dolphin they are immediately mounted.
Add to this the fact, that the involved partition is not always the same, there are two partitions affected
/dev/sdd trains and secure-store
/dev/sda profiles and dots-and-scribbl, wheras userdata did not suffer.
As we discuss this feature, why are the positions of each partition in Dolphin each time different and the /dev/*** is not always identical. I find this extremly vexing.
And here my latest version of my fstab:
Basically everything is Ok, however at each start I get a message (translated from the german)
Code:
We found heavy faults while checking the disk on /media/arran/trains. Click I for ignoring, S for jumping the mount , M for a manual repair(?)
Add to this the fact, that the involved partition is not always the same, there are two partitions affected
/dev/sdd trains and secure-store
/dev/sda profiles and dots-and-scribbl, wheras userdata did not suffer.
As we discuss this feature, why are the positions of each partition in Dolphin each time different and the /dev/*** is not always identical. I find this extremly vexing.
And here my latest version of my fstab:
Code:
# /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> # / was on /dev/sdc2 during installation UUID=93046f45-cfa6-4533-96b9-d732112458f0 / ext4 errors=remount-ro 0 1 /swapfile none swap sw 0 0 # # # # 9 Partitions # # #/dev/sda1: LABEL="profiles" UUID="771122ca-63ca-408b-b110-b1542c6126ff" TYPE="ext4" UUID=771122ca-63ca-408b-b110-b1542c6126ff /media/arran/profiles ext4 nofail,users,rw,noatime,dev 0 2 # #/dev/sda2: LABEL="dots-and-scribbl" UUID="f341e5ae-6476-4b08-9680-a5ff5f7a6ebc" TYPE="ext4" PARTUUID="000a3663-02" UUID=f341e5ae-6476-4b08-9680-a5ff5f7a6ebc media/arran/dots-and-scribbl ext4 nofail,users,rw,noatime,dev 0 2 # #/dev/sda3: LABEL="userdata" UUID="5fee388f-4f0f-474e-8f6d-cdd273016c15" TYPE="ext4" PARTUUID="000a3663-03" UUID=5fee388f-4f0f-474e-8f6d-cdd273016c15 /media/arran/userdata ext4 nofail,users,rw,noatime,dev 0 2 # # # #/dev/sdb1: LABEL="films-and-videos" " TYPE="ext4" PARTUUID="000a217b-01" UUID=aad7a931-a062-4c89-a508-cd5f2ff2f341 /media/arran/films-and-videos ext4 nofail,users,rw,noatime,dev 0 2 # #/dev/sdb2: LABEL="graphics" UUID="d22cb4a3-c55d-4f1c-93dd-e7b6acd6e6a9" TYPE="ext4" PARTUUID="000a217b-02" UUID=d22cb4a3-c55d-4f1c-93dd-e7b6acd6e6a9 /media/arran/graphics ext4 nofail,users,rw,noatime,dev 0 2 # # # #/dev/sdd1: LABEL="trains" UUID="ef6c1677-ba8d-4adf-b443-4549c92728f7" TYPE="ext4" PARTUUID="00049226-01" UUID=ef6c1677-ba8d-4adf-b443-4549c92728f7 /media/arran/trains ext4 nofail,users,rw,noatime,dev 0 2 # #/dev/sdd2: LABEL="secure-store" UUID="dca2700b-c5b7-4384-8b1d-6d728925b38d" TYPE="ext4" PARTUUID="00049226-02" UUID=dca2700b-c5b7-4384-8b1d-6d728925b38d /media/arran/secure-stores ext4 nofail,users,rw,noatime,dev 0 2 # # # #/dev/sde1: LABEL="audio" UUID="3441687e-cd67-4104-ab64-b4a6ee65ca18" TYPE="ext4" PARTUUID="0003b671-01" UUID=3441687e-cd67-4104-ab64-b4a6ee65ca18 /media/arran/audio ext4 nofail,users,rw,noatime,dev 0 2 #/dev/sde2: LABEL="various" UUID="37babfa1-66f5-4264-936d-f4f24d52bdc2" TYPE="ext4" PARTUUID="0003b671-02" UUID=37babfa1-66f5-4264-936d-f4f24d52bdc2 /media/arran/various ext4 nofail,users,rw,noatime,dev 0 2
Comment