SD card not being automatically mounted after updating to 3.5.5
Your system information
- Steam client version: 1700160213
- SteamOS version: 3.5.5
- Opted into Steam client beta?: No
- Opted into SteamOS beta?: No
- Have you checked for updates in Settings > System?: Yes
Please describe your issue in as much detail as possible:
I just updated my steam deck to SteamOS 3.5.5 and when the update finished and got back to gaming mode I saw that none of my games appeared as installed. I went into desktop mode to see what the problem was and when I clicked on the SD card in the file explorer it told me that it was trying to create a 'none' directory but couldn't. After that I opened the KDE partition manager to see if my SD card was being read at all there and it showed me that there was no mount point for the card. I tried mounting it manually through the console with the following steps and it works properly but it still doesn't auto-mount after a reboot:
- sudo mkdir /run/media/mmcblk0p1
- sudo mount /dev/mmcblk0p1 /run/media/mmcblk0p1
Steps for reproducing this issue:
- Have an SD card inserted into the steam deck
- Update SteamOS to 3.5.5
- Wait for the update to finish
Can you run these commands in a terminal (as root)?
# lsblk -d /dev/mmcblk*
# blkid /dev/mmcblk*
# lsblk -d /dev/mmcblk*
mmcblk0 179:0 0 477.5G 0 disk
mmcblk0p1 179:1 0 477.5G 0 part
# blkid /dev/mmcblk*
(shows nothing)
Did you run those as root (or with sudo lsblk ... etc)? You have a partition there but blkid shows no partition table...
sorry my bad, I thought I did
# lsblk -d /dev/mmcblk*
mmcblk0 179:0 0 477.5G 0 disk
mmcblk0p1 179:1 0 477.5G 0 part
# blkid /dev/mmcblk*
/dev/mmcblk0: PTUID="(a uuid that's too long to copy)" PTTYPE="gpt"
/dev/mmcblk0p1: UUID="(another uuid)" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="primary" PARTUUID="(another uuid)"
Ok, that looks correct, this should be mounted automatically without you having to create any directory, can you run these and see if they show any error? (again, they need to be run as root or with sudo)
# e2fsck -n -f /dev/mmcblk0p1
# journalctl -b | grep -E 'mmcblk|steamos-automount'
# e2fsck -n -f /dev/mmcblk0p1
e2fsck 1.47.0 (5-Feb-2023)
Pass 1: Checking inodes, blocks, and sizes
Inode 24512986 extent tree (at level 1) could be narrower. Optimize? no
Inode 24777385 extent tree (at level 2) could be narrower. Optimize? no
Inode 24777388 extent tree (at level 2) could be narrower. Optimize? no
Inode 24777389 extent tree (at level 2) could be narrower. Optimize? no
Inode 24777391 extent tree (at level 2) could be narrower. Optimize? no
Inode 24777410 extent tree (at level 1) could be narrower. Optimize? no
Inode 24777416 extent tree (at level 1) could be narrower. Optimize? no
Inode 24777419 extent tree (at level 2) could be narrower. Optimize? no
Inode 24905694 extent tree (at level 2) could be narrower. Optimize? no
Inode 24905704 extent tree (at level 1) could be narrower. Optimize? no
Inode 24905725 extent tree (at level 1) could be narrower. Optimize? no
Inode 25175823 extent tree (at level 2) could be narrower. Optimize? no
Inode 25690144 extent tree (at level 1) could be narrower. Optimize? no
Inode 25690146 extent tree (at level 1) could be narrower. Optimize? no
Inode 25690167 extent tree (at level 1) could be narrower. Optimize? no
Inode 25690170 extent tree (at level 1) could be narrower. Optimize? no
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/mmcblk0p1: 161428/31293440 files (0.4% non-contiguous), 55047898/125173248 blocks
# journalctl -b | grep -E 'mmcblk|steamos-automount'
Nov 17 18:18:38 LightningDeck kernel: mmcblk0: mmc0:59b4 EF8S5 478 GiB
Nov 17 18:18:38 LightningDeck kernel: mmcblk0: p1
Nov 17 18:18:39 LightningDeck systemd[1]: Created slice Slice /system/steamos-automount.
Nov 17 18:18:41 LightningDeck systemd[1]: Starting Mount removable drive mmcblk0p1 and notify Steam...
Nov 17 18:18:41 LightningDeck steamos-automount.sh[726]: e2fsck 1.47.0 (5-Feb-2023)
Nov 17 18:18:41 LightningDeck steamos-automount.sh[726]: /dev/mmcblk0p1: clean, 161428/31293440 files, 55047898/125173248 blocks
Nov 17 18:18:41 LightningDeck busctl[732]: Call failed: Error creating directory `none' to be used for mounting /dev/mmcblk0p1: Read-only file system
Nov 17 18:18:41 LightningDeck steamos-automount.sh[556]: Could not send steam URL steam://system/devicemountresult/mmcblk0p1/2 (steam://system/devicemountresult/%6d%6d%63%62%6c%6b%30%70%31%2f%32) -- steam not running
Nov 17 18:18:41 LightningDeck steamos-automount.sh[556]: Error mounting /dev/mmcblk0p1 (status = 1)
Nov 17 18:18:41 LightningDeck systemd[1]: [email protected]: Main process exited, code=exited, status=1/FAILURE
Nov 17 18:18:41 LightningDeck systemd[1]: [email protected]: Failed with result 'exit-code'.
Nov 17 18:18:41 LightningDeck systemd[1]: Failed to start Mount removable drive mmcblk0p1 and notify Steam.
Nov 17 18:20:32 LightningDeck dbus-daemon[546]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.129' (uid=0 pid=4070 comm="sudo lsblk -d /dev/mmcblk0 /dev/mmcblk0p1")
Nov 17 18:20:37 LightningDeck sudo[4070]: deck : TTY=pts/1 ; PWD=/home/deck ; USER=root ; COMMAND=/usr/bin/lsblk -d /dev/mmcblk0 /dev/mmcblk0p1
Nov 17 18:20:50 LightningDeck dbus-daemon[546]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.130' (uid=0 pid=4106 comm="sudo blkid /dev/mmcblk0 /dev/mmcblk0p1")
Nov 17 18:20:50 LightningDeck sudo[4106]: deck : TTY=pts/1 ; PWD=/home/deck ; USER=root ; COMMAND=/usr/bin/blkid /dev/mmcblk0 /dev/mmcblk0p1
Nov 17 18:44:52 LightningDeck dbus-daemon[546]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.135' (uid=0 pid=4367 comm="sudo e2fsck -n -f /dev/mmcblk0p1")
Nov 17 18:44:54 LightningDeck sudo[4367]: deck : TTY=pts/1 ; PWD=/home/deck ; USER=root ; COMMAND=/usr/bin/e2fsck -n -f /dev/mmcblk0p1
Nov 17 18:18:41 LightningDeck busctl[732]: Call failed: Error creating directory 'none' to be used for mounting /dev/mmcblk0p1: Read-only file system
This is suspicious. Have you modified /etc/fstab ? Do you have a /dev/mmcblk0p1 entry there somewhere?
I am pretty sure I haven't modified it. This only started happening today after updating to 3.5.5 Here's my fstab file
# Static information about the filesystems.
# See fstab(5) for details.
# <file system> <dir> <type> <options> <dump> <pass>
# SteamOS partitions
#/dev/disk/by-partsets/self/rootfs / ext4 defaults 0 1
#/dev/disk/by-partsets/self/var /var ext4 defaults 0 2
/dev/disk/by-partsets/self/efi /efi vfat nofail,umask=0077,x-systemd.automount,x-systemd.idle-timeout=1min 0 2
/dev/disk/by-partsets/shared/esp /esp vfat nofail,umask=0077,x-systemd.automount,x-systemd.idle-timeout=1min 0 2
/dev/disk/by-partsets/shared/home /home ext4 nofail,x-systemd.growfs 0 2
/dev/mmcblk0p1 none ext4 defaults
/dev/mmcblk0p1 none ext4 defaults
I don't know where this line came from, I assume you have a /var/lib/overlays/etc/upper/fstab file, can you confirm that?
After checking that, you can edit /etc/fstab and comment-out that line (putting a # at the beginning). Then you should be able to mount your sd card again while I investigate where that line could have come from.
the SD card is in both fstab files. Do I go on and put the hashtag in /etc/fstab now or no?
Yes, you can edit /etc/fstab and put the hash symbol. After that you should be able to use your sdcard normally.
Someone modified that file before, I'll investigate possible causes.
Yep works great now, thanks!
I can confirm this worked for me as well, however it introduced a new problem. For some reason, my microSD lost some storage after fixing it (editing fstab). Just did the math by looking at my actual storage and adding up what's on there. My card's capacity is 461.89 GiB. I should have around 122 GiB of storage left (which is what I had before). I instead have around 113 GiB left. So something took around 8-9 GiB of storage. KDE Partition Manager and File Light show nothing out of the ordinary. No second partition or anything. They both show what my remaining size SHOULD be. Steam and Dolphin show the smaller size. Steam also showed a second Steam Library for my microSD. It listed my internal, then my microSD, but then a third one simply called "External Device." The size of it matched my missing storage. I removed "External Device" from the Steam storage settings, hoping it would return it. It did not.
Other than that storage loss, everything seems to be working just fine.
Update: I figured out what that mysterious Steam Library was. It was the /run/ folder. Its storage size matches what the "External Device" was.
Update 2: Disregard my storage worry. Tried with another microSD and that has the same storage it did before, despite the math for it not adding up. So either way, the fstab file was the issue for 3.5.5. How it got edited is beyond me. Possibly there's a plugin that uses it?
the fstab file was the issue for 3.5.5. How it got edited is beyond me. Possibly there's a plugin that uses it?
I'm suspecting of the KDE Partition Manager, do you remember if you used it?
Example: if I open it -> select mmcblk0 -> right click -> select "Edit mount point" -> press OK then fstab is overwritten and it looks exactly like what @CapCreeperGR pasted.
It could have been with different steps, or with some other app that uses the same library.
Either way this will be handled asap because I'm sure there are more users with the same problem.
Thanks for reporting the problem and providing the details!
I never edited the mount point in KDE Partition Manager until the issue with 3.5.5. Only time I used KDE Partition Manager prior was to format or adjust partitions with other microSD cards. But I never touched the mount points.
I was thinking it was maybe when I disabled case folding in my Oblivion folder (so mods would work properly), but none of those commands messed with fstab. I don't know if Cryo Utilities messes with it. I uninstalled it months ago.
Ok, I suspect that there are several possible ways to end up in a situation like this. We'll work on a solution, thanks again.
Reinstalled CryoUtilities (Midnight Suns regularly crashes without it). No issues with the microSD.
My sd card is mounting but to a rare path that is not the usual mlbck01 one
My sd card is mounting but to a rare path that is not the usual mlbck01 one
This is normal, but the old path is still reachable for compatibility.
I tried using kde partition manager to change the mount point but i cant point it to the original, im guessing its because of the symlink put in place? Ill just leave it as is if its intended. Though i cant imagine why they would change it
I tried using kde partition manager to change the mount point but i cant point it to the original
To be clear: I don't recommend that you use the KDE partition manager to edit the mount point of the SD card. The /etc/fstab file should not contain any line with /dev/mmcblk0p1. If you have one I suggest that you remove it (or comment it out with the # symbol).
I tried using kde partition manager to change the mount point but i cant point it to the original
To be clear: I don't recommend that you use the KDE partition manager to edit the mount point of the SD card. The
/etc/fstabfile should not contain any line with/dev/mmcblk0p1. If you have one I suggest that you remove it (or comment it out with the#symbol).
What if my micro sd suddenly doesnt mount either, but I also dont have an mmcblk0p1 entry on my fstab file?
What if my micro sd suddenly doesnt mount either, but I also dont have an mmcblk0p1 entry on my fstab file?
For people that are having problems mounting their SD cards, please run the following commands and paste their output:
# sudo lsblk -d /dev/mmcblk*
# sudo blkid /dev/mmcblk*
# sudo e2fsck -n -f /dev/mmcblk0p1
# grep mmcblk /etc/fstab
# sudo journalctl -b | grep -E 'mmcblk|steamos-automount'
What if my micro sd suddenly doesnt mount either, but I also dont have an mmcblk0p1 entry on my fstab file?
For people that are having problems mounting their SD cards, please run the following commands and paste their output:
# sudo lsblk -d /dev/mmcblk* # sudo blkid /dev/mmcblk* # sudo e2fsck -n -f /dev/mmcblk0p1 # grep mmcblk /etc/fstab # sudo journalctl -b | grep -E 'mmcblk|steamos-automount'
(1)(deck@steamdeck` ~)$ sudo journalctl -b | grep -E 'mmcblk|steamos-automount' Dec 04 19:11:46 steamdeck kernel: mmcblk0: mmc0:59b4 LX1TB 928 GiB Dec 04 19:11:46 steamdeck kernel: mmcblk0: p1 Dec 04 19:11:47 steamdeck systemd[1]: Created slice Slice /system/steamos-automount. Dec 04 19:11:48 steamdeck systemd[1]: Starting Mount removable drive mmcblk0p1 and notify Steam... Dec 04 19:11:49 steamdeck steamos-automount.sh[892]: e2fsck 1.47.0 (5-Feb-2023) Dec 04 19:11:49 steamdeck steamos-automount.sh[892]: /dev/mmcblk0p1: clean, 164131/60833792 files, 144355488/243334656 blocks Dec 04 19:11:50 steamdeck kernel: EXT4-fs (mmcblk0p1): Using encoding defined by superblock: utf8-12.1.0 with flags 0x0 Dec 04 19:11:50 steamdeck udisksd[924]: Mounted /dev/mmcblk0p1 at /run/media/deck/f8506f52-09c8-4655-82bb-027415618dfa on behalf of uid 1000 Dec 04 19:11:50 steamdeck kernel: EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Quota mode: none. Dec 04 19:11:50 steamdeck steamos-automount.sh[609]: **** Mounted /dev/mmcblk0p1 at /run/media/deck/f8506f52-09c8-4655-82bb-027415618dfa **** Dec 04 19:11:50 steamdeck steamos-automount.sh[609]: Could not send steam URL steam://addlibraryfolder//run/media/deck/f8506f52-09c8-4655-82bb-027415618dfa (steam://addlibraryfolder/%2f%72%75%6e%2f%6d%65%64%69%61%2f%64%65%63%6b%2f%66%38%35%30%36%66%35%32%2d%30%39%63%38%2d%34%36%35%35%2d%38%32%62%62%2d%30%32%37%34%31%35%36%31%38%64%66%61) -- steam not running Dec 04 19:11:50 steamdeck systemd[1]: Finished Mount removable drive mmcblk0p1 and notify Steam. Dec 04 19:11:52 steamdeck systemd[1]: Reloading Mount removable drive mmcblk0p1 and notify Steam... Dec 04 19:11:52 steamdeck steamos-automount.sh[1248]: Waiting up to 10 seconds for steam to load Dec 04 19:12:07 steamdeck steamos-automount.sh[1989]: Running as unit: run-u23.service Dec 04 19:12:07 steamdeck steamos-automount.sh[1989]: Finished with result: success Dec 04 19:12:07 steamdeck steamos-automount.sh[1989]: Main processes terminated with: code=exited/status=0 Dec 04 19:12:07 steamdeck steamos-automount.sh[1989]: Service runtime: 10ms Dec 04 19:12:07 steamdeck steamos-automount.sh[1989]: CPU time consumed: 9ms Dec 04 19:12:07 steamdeck steamos-automount.sh[1248]: Sent URL to steam: steam://addlibraryfolder//run/media/deck/f8506f52-09c8-4655-82bb-027415618dfa (steam://addlibraryfolder/%2f%72%75%6e%2f%6d%65%64%69%61%2f%64%65%63%6b%2f%66%38%35%30%36%66%35%32%2d%30%39%63%38%2d%34%36%35%35%2d%38%32%62%62%2d%30%32%37%34%31%35%36%31%38%64%66%61) Dec 04 19:12:07 steamdeck systemd[1]: Reloaded Mount removable drive mmcblk0p1 and notify Steam. Dec 04 19:13:24 steamdeck fwupd[3349]: 01:13:24.632 FuEngine failed to add device /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/mmc_host/mmc0/mmc0:59b4/block/mmcblk0: failed get ffu_capable Dec 04 19:15:15 steamdeck systemd[1]: Reloading Mount removable drive mmcblk0p1 and notify Steam... Dec 04 19:15:15 steamdeck steamos-automount.sh[3881]: Waiting up to 10 seconds for steam to load Dec 04 19:15:26 steamdeck steamos-automount.sh[4511]: Running as unit: run-u110.service Dec 04 19:15:26 steamdeck steamos-automount.sh[4511]: Finished with result: exit-code Dec 04 19:15:26 steamdeck steamos-automount.sh[4511]: Main processes terminated with: code=exited/status=152 Dec 04 19:15:26 steamdeck steamos-automount.sh[4511]: Service runtime: 28ms Dec 04 19:15:26 steamdeck steamos-automount.sh[4511]: CPU time consumed: 23ms Dec 04 19:15:26 steamdeck systemd[1]: [email protected]: Control process exited, code=exited, status=152/n/a Dec 04 19:15:26 steamdeck systemd[1]: Reload failed for Mount removable drive mmcblk0p1 and notify Steam. Dec 04 19:15:32 steamdeck systemd[1]: Reloading Mount removable drive mmcblk0p1 and notify Steam... Dec 04 19:15:32 steamdeck steamos-automount.sh[4681]: Waiting up to 10 seconds for steam to load Dec 04 19:15:43 steamdeck steamos-automount.sh[5316]: Running as unit: run-u126.service Dec 04 19:15:43 steamdeck steamos-automount.sh[5316]: Finished with result: success Dec 04 19:15:43 steamdeck steamos-automount.sh[5316]: Main processes terminated with: code=exited/status=0 Dec 04 19:15:43 steamdeck steamos-automount.sh[5316]: Service runtime: 6ms Dec 04 19:15:43 steamdeck steamos-automount.sh[5316]: CPU time consumed: 6ms Dec 04 19:15:43 steamdeck steamos-automount.sh[4681]: Sent URL to steam: steam://addlibraryfolder//run/media/deck/f8506f52-09c8-4655-82bb-027415618dfa (steam://addlibraryfolder/%2f%72%75%6e%2f%6d%65%64%69%61%2f%64%65%63%6b%2f%66%38%35%30%36%66%35%32%2d%30%39%63%38%2d%34%36%35%35%2d%38%32%62%62%2d%30%32%37%34%31%35%36%31%38%64%66%61) Dec 04 19:15:44 steamdeck systemd[1]: Reloaded Mount removable drive mmcblk0p1 and notify Steam. Dec 06 08:00:08 steamdeck dbus-daemon[598]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.336' (uid=0 pid=11163 comm="sudo lsblk -d /dev/mmcblk0 /dev/mmcblk0p1") Dec 06 08:00:11 steamdeck sudo[11163]: deck : TTY=pts/1 ; PWD=/home/deck ; USER=root ; COMMAND=/usr/bin/lsblk -d /dev/mmcblk0 /dev/mmcblk0p1 Dec 06 08:01:00 steamdeck dbus-daemon[598]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.339' (uid=0 pid=11206 comm="sudo blkid /dev/mmcblk0 /dev/mmcblk0p1") Dec 06 08:01:00 steamdeck sudo[11206]: deck : TTY=pts/1 ; PWD=/home/deck ; USER=root ; COMMAND=/usr/bin/blkid /dev/mmcblk0 /dev/mmcblk0p1 Dec 06 08:01:17 steamdeck dbus-daemon[598]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.340' (uid=0 pid=11221 comm="sudo e2fsck -n -f /dev/mmcblk0p1") Dec 06 08:01:17 steamdeck sudo[11221]: deck : TTY=pts/1 ; PWD=/home/deck ; USER=root ; COMMAND=/usr/bin/e2fsck -n -f /dev/mmcblk0p1
@KosmicAnosmic that log looks correct, you don't see the sd card at all? Neither in game nor in desktop mode using the file browser?
so... i got this, pretty sure that's not how it's supposed to look, but i'm not very familiar with linux and i'm having this exact issue with my microsds... am i doing the process wrong? i already set a password and copy pasted the exact commands from here adding "sudo"
Hello @sirilinski, bash is reading # in that context as everything after the # is a comment and ignored, so it's as if you ran sudo with nothing else, and it's responding by giving you some usage examples.
Yeah the # symbol is the prompt and is only used to indicate where the command begins, you should not actually type # when you enter the command.
Yes, you can edit
/etc/fstaband put the hash symbol. After that you should be able to use your sdcard normally.Someone modified that file before, I'll investigate possible causes.
This is the only thing that's worked for me! Thank you!! @bertogg You're actually my hero.
What if my micro sd suddenly doesnt mount either, but I also dont have an mmcblk0p1 entry on my fstab file?
For people that are having problems mounting their SD cards, please run the following commands and paste their output:
# sudo lsblk -d /dev/mmcblk* # sudo blkid /dev/mmcblk* # sudo e2fsck -n -f /dev/mmcblk0p1 # grep mmcblk /etc/fstab # sudo journalctl -b | grep -E 'mmcblk|steamos-automount'
(1)(deck@steamdeckGJ ~)$ sudo journalctl -b | grep -E 'mmcblk|steamos-automount' Dec 29 18:52:55 steamdeckGJ kernel: mmcblk0: mmc0:aaaa SN01T 954 GiB Dec 29 18:52:55 steamdeckGJ kernel: mmcblk0: p1 Dec 29 18:52:55 steamdeckGJ systemd[1]: Created slice Slice /system/steamos-automount. Dec 29 18:52:57 steamdeckGJ systemd[1]: Starting Mount External Drive mmcblk0... Dec 29 18:52:57 steamdeckGJ systemd[1]: Starting Mount External Drive mmcblk0... Dec 29 18:52:57 steamdeckGJ systemd[1]: Starting Mount removable drive mmcblk0p1 and notify steam... Dec 29 18:52:57 steamdeckGJ steamos-automount.sh[618]: var/run/jupiter-automount-mmcblk0p1.lock is active: ignoring action add Dec 29 18:52:57 steamdeckGJ steamos-automount.sh[621]: var/run/jupiter-automount-sda1.lock is active: ignoring action add Dec 29 18:52:55 steamdeckGJ systemd[1]: [email protected]: Main process exited, code=exited, status=1/FAILURE Dec 29 18:52:55 steamdeckGJ systemd[1]: [email protected]: Failed with result 'exit-code'. Dec 29 18:52:58 steamdeckGJ systemd[1]: Failed to start Mount removable drive mmcblk0p1 and notify steam. Dec 29 18:52:58 steamdeckGJ systemd[1]: [email protected]: Main process exited, code=exited, status=1/FAILURE. Dec 29 18:52:58 steamdeckGJ systemd[1]: [email protected]: Failed with result 'exit-code'. Dec 29 18:52:58 steamdeckGJ automount.sh[593]: Error mounting /dev/mmcblk01p: SteamOS does ext4 for us! Dec 29 18:52:58 steamdeckGJ systemd[1]: [email protected]: Main process exited, code=exited, status=2/INVALIDARGUMENT. Dec 29 18:52:58 steamdeckGJ systemd[1]: [email protected]: Failed with result 'exit-code'. Dec 29 18:52:58 steamdeckGJ automount.sh[592]: Error mounting /dev/mmcblk0: unsupported fstype: - { Dec 29 18:52:58 steamdeckGJ automount.sh[592]: "path": "/dev/mmcblk0", Dec 29 18:52:58 steamdeckGJ systemd[1]: Failed to start Mount External Drive on mmcblk0p1. Dec 29 18:52:58 steamdeckGJ systemd[1]: [email protected]: Main process exited, code=exited, status=2/INVALIDARGUMENT. Dec 29 18:52:58 steamdeckGJ systemd[1]: [email protected]: Failed with result 'exit-code'. Dec 29 18:52:58 steamdeckGJ systemd[1]: Failed to start Mount External Drive on mmcblk0. Dec 29 19:04:01 steamdeckGJ kernel: EXT4-fs (mmcblk0p1): Using encoding defined by superblock: utf8-12.1.0 with flags 0x0 Dec 29 19:04:01 steamdeckGJ kernel: EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Quota mode: none. Dec 29 19:04:01 steamdeckGJ udisksd[1592]: Mounted /dev/mccblk0p1 at /run/media/deck/7fb68156-7764-4eae-a438-ff6516a22ed5 on behalf of uid 1000 Dec 29 20:31:52 steamdeckGJ dbus-daemon[598]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.166' (uid=0 pid=7503 comm="sudo e2fsck -n -f /dev/mmcblk0p1") Dec 29 20:32:21 steamdeckGJ sudo[7503]: deck : TTY=pts/1 ; PWD=/home/deck ; USER=root ; COMMAND=/usr/bin/e2fsck -n -f /dev/mmcblk0p1 Dec 29 20:35:14 steamdeckGJ dbus-daemon[598]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.167' (uid=0 pid=7572 comm="sudo grep mmcblk /etc/fstab") Dec 29 20:35:14 steamdeckGJ sudo[7572]: deck : TTY=pts/1 ; PWD=/home/deck ; USER=root ; COMMAND=/usr/bin/grep mmcblk /etc/fstab Dec 29 20:38:51 steamdeckGJ dbus-daemon[598]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.168' (uid=0 pid=7747 comm="sudo lsblk -d /dev/mmcblk0 /dev/mmcblk0p1") Dec 29 20:39:21 steamdeckGJ sudo[7747]: deck : TTY=pts/1 ; PWD=/home/deck ; USER=root ; COMMAND=/usr/bin/lsblk -d /dev/mmcblk0 /dev/mmcblk0p1 Dec 29 20:40:28 steamdeckGJ dbus-daemon[598]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.169' (uid=0 pid=7772 comm="sudo blkid /dev/mmcblk0 /dev/mmcblk0p1") Dec 29 20:40:28 steamdeckGJ sudo[7772]: deck : TTY=pts/1 ; PWD=/home/deck ; USER=root ; COMMAND=/usr/bin/blkid /dev/mmcblk0 /dev/mmcblk0p1 (deck@steamdeckGJ ~)$