[Erledigt] Disk Manager/Geräte Verwaltung: Removing unknown devices from the configuration file

Post Reply
Message
Author
Kulmbacher
Posts: 429
Joined: Fri Apr 27, 2018 2:47 pm

[Erledigt] Disk Manager/Geräte Verwaltung: Removing unknown devices from the configuration file

#1 Post by Kulmbacher »

Moins,

seit kurzem sehe ich im boot screen ein rotes failed: Sinngemäß, unable to mount UUID=3934-3364...

Öffne ich die Geräte Verwaltung, begrüßt mich ein Fenster:

Code: Select all

Removing unknown devices from the configuration file
I can not find any existing block devices
corresponding to the following devices:

UUID=3934-3364 on/media/mmcblk0p1

It is advisable to remove them in order to avoid failed mount
at start-up. Select the ones you want to remove.
Das ist eine mit Luks verschlüsselte SD, sind persönliche Sachen drauf.

Was passiert wenn ich die wie vorgeschlagen remove? Geht da was mit Luks schief?

Unter Wechseldatenträger- und Medieneinstellungen habe ich keinen einzigen Haken für automatisches Einhängen.

thunar-volman könnte evtl. weiterhelfen, automount drives/media sperren?

merci
Last edited by Kulmbacher on Sat Jul 13, 2019 4:24 am, edited 1 time in total.
they called him, the fish!

User avatar
fehlix
Developer
Posts: 10372
Joined: Wed Apr 11, 2018 5:09 pm

Re: Disk Manager/Geräte Verwaltung: Removing unknown devices from the configuration file

#2 Post by fehlix »

Kulmbacher wrote: Fri Jul 12, 2019 8:02 am Öffne ich die Geräte Verwaltung, begrüßt mich ein Fenster:
Dieses "Geräteverwaltung" Dingsda ist nut ein simpler "Ich mach ein fstab Eintrag für Dich"-dingbums.
Also nicht sonderlich pfiffig.
Zeig mal

Code: Select all

cat /etc/fstab
und

Code: Select all

lsblk -f
:puppy:
Gigabyte Z77M-D3H, Intel Xeon E3-1240 V2 (Quad core), 32GB RAM,
GeForce GTX 770, Samsung SSD 850 EVO 500GB, Seagate Barracuda 4TB

Kulmbacher
Posts: 429
Joined: Fri Apr 27, 2018 2:47 pm

Re: Disk Manager/Geräte Verwaltung: Removing unknown devices from the configuration file

#3 Post by Kulmbacher »

here we are

Code: Select all

$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>

#Entry for /dev/sda1 :
UUID=db1aeaaf-5f31-4d7f-a962-58da0e7c49ee	/	ext4	defaults,noatime	1	1
#Entry for /dev/mmcblk0p1 :
UUID=3934-3364	/media/mmcblk0p1	exfat-fuse	defaults	0	0
#Entry for /dev/sda2 :
UUID=00a0afa2-1343-4bf2-8e68-45e93e6647ee	/home	ext4	defaults,noatime	1	2

Code: Select all

$ lsblk -f
NAME                                    FSTYPE      LABEL    UUID                                 MOUNTPOINT
sda                                                                                               
├─sda1                                  ext4        ruth     db1aeaaf-5f31-4d7f-a962-58da0e7c49ee /
├─sda2                                  ext4        haus     00a0afa2-1343-4bf2-8e68-45e93e6647ee /home
├─sda3                                                                                            
└─sda5                                  ntfs        Prog     42B54E6C1992AF87                     
sdb                                                                                               
├─sdb1                                  ntfs                 E3A2BD6B9B63FC83                     
└─sdb2                                  ntfs        Rot     4842DE6A6DF294C5                     
sdc                                                                                               
└─sdc1                                  crypto_LUKS          4cfe6863-5bee-4f31-a4a1-a19c0b9f601e 
  └─luks-4cfe6863-5bee-4f31-a4a1-a19c0b9f601e
                                        ext4        stick30V 68050b0e-f651-4b02-bd49-2d6198d48253 /media/nook/stick30V
mmcblk0                                                                                           
└─mmcblk0p1                             crypto_LUKS          6690584e-35ac-4055-b9d0-ed6ccb959077 
  └─luks-6690584e-35ac-4055-b9d0-ed6ccb959077
                                        ext4        SlotSD   a4e277d2-6769-42a9-8058-e1ceac786b72 /media/nook/SlotSD
they called him, the fish!

User avatar
Eadwine Rose
Administrator
Posts: 11958
Joined: Wed Jul 12, 2006 2:10 am

Re: Disk Manager/Geräte Verwaltung: Removing unknown devices from the configuration file

#4 Post by Eadwine Rose »

Ich habe das schon einmal erlebt.

Ich habe die Prüfung neben dem Gerät im Disk Manager entfernt, dann neu gestartet, das Laufwerk in Thunar wieder geöffnet und die Prüfung wieder in den Disk Manager gestellt.
MX-23.2_x64 July 31 2023 * 6.1.0-20-amd64 ext4 Xfce 4.18.1 * 8core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 525.147.05 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 860EVO * Samsung S24D330 & P2250 * HP Envy 5030

User avatar
fehlix
Developer
Posts: 10372
Joined: Wed Apr 11, 2018 5:09 pm

Re: Disk Manager/Geräte Verwaltung: Removing unknown devices from the configuration file

#5 Post by fehlix »

Code: Select all

#Entry for /dev/mmcblk0p1 :
UUID=3934-3364	/media/mmcblk0p1	exfat-fuse	defaults	0	0
Der is ja völlig vermurkst.
Wie gesagt Geräteverwaltung is eigentlich nur ein Hilfseditor for /etc/fstab.
D.h. wenn Du da mal mit dem Ding was in die fstab reingeschrieben hast,
nimmt Dir da keiner allein wieder was raus, auch wenn Du später mal was anders mit der Partition machst,
Um den Eintrag musst Du dich selber kümmern.
:puppy:
Gigabyte Z77M-D3H, Intel Xeon E3-1240 V2 (Quad core), 32GB RAM,
GeForce GTX 770, Samsung SSD 850 EVO 500GB, Seagate Barracuda 4TB

Kulmbacher
Posts: 429
Joined: Fri Apr 27, 2018 2:47 pm

Re: Disk Manager/Geräte Verwaltung: Removing unknown devices from the configuration file

#6 Post by Kulmbacher »

Das "Ding" nutzte ich nur um "jetzt" hinter die Bezeichnungen zu kommen. Hab da nie was reingechrieben.

edit:

Code: Select all

$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>

#Entry for /dev/sda1 :
UUID=db1aeaaf-5f31-4d7f-a962-58da0e7c49ee	/	ext4	defaults,noatime	1	1
#Entry for /dev/sda2 :
UUID=00a0afa2-1343-4bf2-8e68-45e93e6647ee	/home	ext4	defaults,noatime	1	2
und jetzt ist die SD in der fstab verschwunden.
PCManFM mountet, entschlüsselt und ich kann darauf zugreifen!

Eadwine, den Punkt mit der Prüfung gab es hier nicht.
they called him, the fish!

User avatar
fehlix
Developer
Posts: 10372
Joined: Wed Apr 11, 2018 5:09 pm

Re: Disk Manager/Geräte Verwaltung: Removing unknown devices from the configuration file

#7 Post by fehlix »

Kulmbacher wrote: Fri Jul 12, 2019 8:55 am Das "Ding" nutzte ich nur um "jetzt" hinter die Bezeichnungen zu kommen. Hab da nie was reingechrieben.
Beschreibe doch mal wie Du die SD verschlüsselt erzeugt hast.
Gigabyte Z77M-D3H, Intel Xeon E3-1240 V2 (Quad core), 32GB RAM,
GeForce GTX 770, Samsung SSD 850 EVO 500GB, Seagate Barracuda 4TB

Kulmbacher
Posts: 429
Joined: Fri Apr 27, 2018 2:47 pm

Re: Disk Manager/Geräte Verwaltung: Removing unknown devices from the configuration file

#8 Post by Kulmbacher »

Die SD ist seit MX 17 so verschlüsselt, das ist neu aufgetreten.
Anleitung von hier: https://tails.boum.org/doc/encryption_a ... ex.de.html

Ich hasse rote Buchstaben im Boot Menü. Jetzt sind sie ja weg. MX mountet die SD nicht mehr beim booten, was es auch nicht sollte oder bisher getan hat.
they called him, the fish!

Post Reply

Return to “Deutsches Forum”