Hi all!
I now have a triple boot desktop - openSUSE 13.1, openSUSE 13.2, win7 - all on one 2TB hard disk.
parted -l now gives:
Model: ATA ST2000NM0033-9ZM (scsi)
Disk /dev/sda: 2000GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 106MB 105MB primary ntfs type=07
2 106MB 429GB 429GB extended boot, lba, type=0f
5 107MB 17.3GB 17.2GB logical linux-swap(v1) type=82
6 17.3GB 51.6GB 34.4GB logical ext3 type=83
7 51.6GB 86.0GB 34.4GB logical ext4 type=83
8 86.0GB 258GB 172GB logical ext3 type=83
9 258GB 429GB 172GB logical type=83
3 429GB 704GB 275GB primary ntfs type=07
4 704GB 2000GB 1296GB primary ntfs type=07
Model: Linux device-mapper (crypt) (dm)
Disk /dev/mapper/cr_home: 172GB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Disk Flags:
Number Start End Size File system Flags
1 0.00B 172GB 172GB ext4
All openSUSE partitions (/dev/sda5 to /dev/sda9) are logical drives within an extended partition (/dev/sda2).
openSUSE13.2 was the last one installed, in /dev/sda7 (mounted /) and in /dev/sda9 (encrypted volume mounted /home).
I had trouble during rebooting 13.1 the first time, because it complained about a missing ext4 filesystem (obviously that in volume /dev/sda9 which now is encrypted).
That I fixed by deleting the lines for /dev/sda7 and /dev/sda9 in /etc/fstab of 13.1 (in /dev/sda6).
The resulting fstab of 13.1 (in /dev/sda6) is now
/dev/disk/by-id/ata-ST2000NM0033-9ZM175_Z1X0TDA9-part6 / ext3 acl,user_xattr 1 1
/dev/disk/by-id/ata-ST2000NM0033-9ZM175_Z1X0TDA9-part5 swap swap defaults 0 0
/dev/disk/by-id/ata-ST2000NM0033-9ZM175_Z1X0TDA9-part1 /windows/MSsystem ntfs-3g ro,user,noauto 0 0
/dev/disk/by-id/ata-ST2000NM0033-9ZM175_Z1X0TDA9-part8 /home ext3 defaults 1 2
/dev/disk/by-id/ata-ST2000NM0033-9ZM175_Z1X0TDA9-part3 /windows/C ntfs-3g ro,user,noauto 0 0
/dev/disk/by-id/ata-ST2000NM0033-9ZM175_Z1X0TDA9-part4 /windows/D ntfs-3g user 0 0
part7 (or /dev/sda7, root of 13.2) and part9 (or /dev/sda9, encrypted /home of 13.2) are no longer present here.
13.1 and 13.2 boot fine now.
But when I open a KDE window in 13.1, in the panel on the left hand side of that KDE window, nevertheless under ‘Places / Devices’, the volumes /dev/sda7 and /dev/sda9 are listed by KDE (using different names), although there no longer are entries for them in the corresponding /etc/fstab.
Under usual circumstances I would appreciate this behaviour.
But not in this case:
This desktop is used by several persons, and I don’t need the other users to see that there exists an encrypted volume.
So can I prevent KDE from displaying volumes under ‘Places / Devices’ which are not listed in /etc/fstab ?
Thanks in advance!
Mike