External drive won't be displayed in File Manager

Please post suggestions for improvement of Cinnamon on:
https://github.com/linuxmint/Cinnamon
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
bisherbas

External drive won't be displayed in File Manager

Post by bisherbas »

Running 17.2 64-bit cinnamon.

Code: Select all

NAME   FSTYPE   SIZE MOUNTPOINT LABEL
sda           238.5G            
├─sda1 vfat     100M /boot/efi  SYSTEM
└─sda4 ext4   238.4G /          LINUX
sdb           465.7G            
├─sdb1 vfat     100M            SYSTEM
└─sdb4 ext4   238.4G            LINUX
I can see that the external drive is connected but somehow it is not visible in the file manager. External drive is the backup drive used for system cloning via Clonezilla. Your help is greatly appreciated. Thank you.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Laurent85
Level 17
Level 17
Posts: 7081
Joined: Tue May 26, 2015 10:11 am

Re: External drive won't be displayed in File Manager

Post by Laurent85 »

Nemo file manager -> Go -> Computer
No drive / volume displayed there ?
Image
Cosmo.
Level 24
Level 24
Posts: 22968
Joined: Sat Dec 06, 2014 7:34 am

Re: External drive won't be displayed in File Manager

Post by Cosmo. »

I wonder, if it is a coincidence or a wrong output:
Although both drives show with a different size, the 2 partitions are in all respects (except mount point of course) absolutely identical.

Is sdb a clone of sda?

What shows

Code: Select all

sudo blkid -o list
bisherbas

Re: External drive won't be displayed in File Manager

Post by bisherbas »

Cosmo. wrote:I wonder, if it is a coincidence or a wrong output:
Although both drives show with a different size, the 2 partitions are in all respects (except mount point of course) absolutely identical.

Is sdb a clone of sda?

What shows

Code: Select all

sudo blkid -o list
Yes it is a clone of sda. Is that a legit reason not to show it in file explorer?
Cosmo.
Level 24
Level 24
Posts: 22968
Joined: Sat Dec 06, 2014 7:34 am

Re: External drive won't be displayed in File Manager

Post by Cosmo. »

Cloning a partition can confuse Linux, as during booting it identifies partitions usually by their UUID; the crucial part of these letters means "unique", but cloned partitions have the same UUID as the original one.

To solve this launch the live system, open gparted and mark every clone one after the other and choose from the right click menu New UUID.
bisherbas

Re: External drive won't be displayed in File Manager

Post by bisherbas »

Cosmo. wrote:Cloning a partition can confuse Linux, as during booting it identifies partitions usually by their UUID; the crucial part of these letters means "unique", but cloned partitions have the same UUID as the original one.

To solve this launch the live system, open gparted and mark every clone one after the other and choose from the right click menu New UUID.
Thank you for the help. I will do as you suggest once I am home.
Locked

Return to “Cinnamon”