Run/user/1000 + hdd fails to mount after sleep?

i recently added an internal HDD for storage and for some reason after the system wakes from the sleep the disk is no longer mounted and gone. it’s always there after boot but for some reason from sleep it fails. did some digging around but haven’t been able to find a fix

SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg=‘unit=systemd-random-seed comm=“systemd” exe=“/usr/lib/systemd/systemd” hostname=? addr=? terminal=? res=success’
Sep 15 17:13:34 hellscape69 systemd[1]: Unmounting /run/user/1000…
Sep 15 17:13:34 hellscape69 systemd[1]: systemd-fsck@dev-disk-by\x2duuid-DC04\x2dA6C7.service: Deactivated successfully.
Sep 15 17:13:34 hellscape69 systemd[1]: Stopped File System Check on /dev/disk/by-uuid/DC04-A6C7.
Sep 15 17:13:34 hellscape69 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg=‘unit=systemd-fsck@dev-disk-by\x2duuid-DC04\x2dA6C7 comm=“systemd” exe=“/usr/lib/systemd/systemd” hostname=? addr=? terminal=? res=success’
Sep 15 17:13:34 hellscape69 systemd[1]: Removed slice Slice /system/systemd-fsck.
Sep 15 17:13:34 hellscape69 umount[7203]: umount: /run/user/1000: target is busy.
Sep 15 17:13:34 hellscape69 systemd[1]: run-user-1000.mount: Mount process exited, code=exited, status=32/n/a
Sep 15 17:13:34 hellscape69 systemd[1]: Failed unmounting /run/user/1000.
Sep 15 17:13:34 hellscape69 systemd[1]: Stopped target Preparation for Local File Systems.

Check your fstab?

i have tried a few diff options for fstab outside of defaults from digging through threads here and there for fixes but didn’t make a diff

UUID=DC04-A6C7 /boot/efi vfat umask=0077 0 2
UUID=0f56ba5e-6736-4cae-acc6-c04802c05085 / ext4 defaults,noatime 0 1

storage hdd

UUID=b2983fda-7db5-414d-9cfd-f4ce44f0189c /home/idiot/69hell ext4 defaults 0 0

In a terminal, enter
id yourusername

It should look like this and your user name should have uid=1000

id don
uid=1000(don) gid=1000(don) groups=1000(don),3(sys),998(wheel),982(rfkill)

If uid is equal to 1001 or something else, it could be a problem as your log lists /run/user/1000

Probably not the problem here but worth eliminating.

Pudge

1 Like

yeah i’m lookin good on that front

1 Like

Please use code blocks or pastebin for better readability

code-blocks:

```
text here
```

pastebin:

command | eos-sendlog
1 Like

output from suspend

still haven’t been able to find a fix on this issue
any ideas?

What happens if you try and remount after it wakes up? (for troubleshooting, obviously not a solution)

sudo mount -a

if i try to mount after sleep, it’s not found

enabled hotplug in bios for the SATA port and problem solved.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.