(gelöst) (solved) Disks not listed

Begonnen von cliff6056, 2017/03/26, 04:55:02

Vorheriges Thema - Nächstes Thema

cliff6056

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

tmhind2

Not sure if this will help, is the disk partition mounted? What does /etc/fstab show??

cliff6056

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.

musca

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
,,Es irrt der Mensch, solang er strebt."  (Goethe, Faust)

cliff6056

Thanks for the explanation musca.  Now that I know what's happening I can do some reading. 

Cliff

cliff6056

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

piper

Can you post your fstab please

Example

# <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
I have a Lucky Rabbit:    "Svoot" ..... (It's Swedish)

I am MAGA

cliff6056

This is myi 17.1 fstab:

<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.

piper

Have you tried real mount points ?

example:

/disks/disk1part10

Please post the output of blkid (as root of course)    
I have a Lucky Rabbit:    "Svoot" ..... (It's Swedish)

I am MAGA

cliff6056

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

tommy2

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