Siduction Forum

Siduction Forum => Installation - Support => Topic started by: cliff6056 on 2017/03/26, 04:55:02

Title: (gelöst) (solved) Disks not listed
Post by: cliff6056 on 2017/03/26, 04:55:02
Tried to do an install of the latest Patience on an existing installation and the disk information does not show in /disks.  I have 2 disks, the first having 2 ntfs and 2 ext4 partitions, the other having the root home and media ext4 partitions. 
Up until now I used  /disks/disk1part4 as storage for BackinTime snapshots, being on a different disk in case of failure.  Now they are not visible.  I did this install with the newest version twice with the same result.  Went back and installed the previous version (16.1 I think) and all partitions of disk 1 are again listed. 
The data from BackinTime appears to have been untouched now that I can access it again with 16.1. 

Just wondering if I am missing something with the new installer.  In any case I am up and running till my fingers strike out on their own again  :)

Thanks for any thoughts

Cliff
Title: Re: Disks not listed
Post by: tmhind2 on 2017/03/26, 09:28:19
Not sure if this will help, is the disk partition mounted? What does /etc/fstab show??
Title: Re: Disks not listed
Post by: cliff6056 on 2017/03/26, 15:58:57
Just going from memory now, but I believe just the partitions on sdb were listed.  And I'm pretty sure I tried "mount /disks/disk1part4" resulting in a not found error.  But they were listed as devices and accessible in dolphin.  As I indicated, I'm back on the previous release and all is well with fstab listing all 8 partitions over both disks. But I hope this discussion might assist someone else.
Title: Re: Disks not listed
Post by: musca on 2017/03/26, 20:11:02
Hello cliff6056,
this new behaviour is intended.

By default the old installer mounted all existing partitions, but most team members didn't like this behaviour. With the new calamares  installer siduction will only touch its own partitions (i.e. rootfs, home, swap) and leave other partitions unmounted and unchanged.

Ofcourse users can add more entries in /etc/fstab and mount whatever they want.

greetings
musca
Title: Re: Disks not listed
Post by: cliff6056 on 2017/03/26, 22:11:30
Thanks for the explanation musca.  Now that I know what's happening I can do some reading. 

Cliff
Title: Re: Disks not listed
Post by: cliff6056 on 2017/04/03, 01:15:14
Sorry to come back with this, but upon trying a new install again (17.1) I find that all partitions are listed in the fstab.  I also created mount points for sda3 and sda4 in the installer.  However, I still can't path to /disks/disk1part4.  Am I missing something obvious?  I've tried researching  this but I guess my combination of search words doesn't lead me to a solution.

Thanks. 
Cliff
Title: Re: Disks not listed
Post by: piper on 2017/04/03, 01:29:19
Can you post your fstab please

Example

Code: [Select]
# <file system>                           <mount point>  <type>  <options>  <dump>  <pass>
UUID=949c3074-8323-4cda-88eb-aba4fb00edf2 swap           swap    defaults,noatime 0       0
UUID=38e3f2e9-950c-4774-85a1-0e1000ed48ac /              ext4    defaults,noatime 0       1
UUID=b74a3410-bb7a-45cb-bfb8-21fccb3f9fb5 /disks/disk1part10 ext4 auto,users,rw,exec,relatime 0 0
UUID=f3a70de8-8a1f-4a40-8149-227144de8f2e /disks/disk1part6 ext4 auto,users,rw,exec,relatime 0 0
UUID=4e785336-08f0-4d4d-80e7-472fa035d94e /disks/disk1part7 ext4 auto,users,rw,exec,relatime 0 0
UUID=9537cf73-4126-4c5b-b0d0-a3bc6f763f66 /disks/disk1part8 ext4 auto,users,rw,exec,relatime 0 0
UUID=64a6bcc6-aca9-4275-8d6e-f5d02fa1bda5 /disks/disk1part9 ext4 auto,users,rw,exec,relatime 0 0
UUID=192108a8-601e-4868-882d-97ad3042b5ee /disks/disk2part1 ext4 auto,users,rw,exec,relatime 0 0
UUID=0236d812-1bda-4b81-846a-19dff5d663b0 /disks/disk3part1 ext4 auto,users,rw,exec,relatime 0 0
Title: Re: Disks not listed
Post by: cliff6056 on 2017/04/03, 16:39:20
This is myi 17.1 fstab:

Code: [Select]
<file system>                           <mount point>  <type>  <options>  <dump>  <pass>
UUID=5a271d32-1690-4d7e-9251-1d876c202aee /emu           ext4    defaults,noatime 0       2
UUID=0cf7d9bd-abf9-41cc-90ac-2621945ac33b /fox           ext4    defaults,noatime 0       2
UUID=58d204da-e518-400a-ab93-07e2b346433e /              ext4    defaults,noatime 0       1
UUID=7a73b660-1266-40e9-82a4-49a34298c1ea swap           swap    defaults,noatime 0       0
UUID=9e2b13e0-cae1-4f11-aeb7-1bfa0e30351b /home          ext4    defaults,noatime 0       2
UUID=4a7965e1-1bc2-4cdf-8ea3-a4cfef085d1d /media         ext4    defaults,noatime 0       2

The first 2 listed are on the sda1 along with 2 ntfs partitions.
Title: Re: Disks not listed
Post by: piper on 2017/04/03, 19:07:12
Have you tried real mount points ?

example:

Code: [Select]
/disks/disk1part10
Please post the output of blkid (as root of course)    
Title: Re: Disks not listed
Post by: cliff6056 on 2017/04/03, 21:27:31
Thanks musca and Piper.  All seems well.  PEBKAC  error.  Indeed I was adding things wrong to the fstab.  Thanks so much for your time and pointing me in the right direction. 

Cliff
Title: Re: Disks not listed
Post by: tommy2 on 2017/04/04, 12:20:49
Glad to hear that you have resolved your disk problems, it would be great if you went back and marked this as [Solved], thanks. ;)

tmhind2