this post was submitted on 26 Dec 2024
7 points (88.9% liked)

Raspberry Pi

1011 readers
2 users here now

Welcome to the programming.dev Raspberry Pi community!

Raspberry Pi is a series of small single-board computers. It is widely used in many areas because of its low cost, modularity, and open design. It is typically used by computer and electronic hobbyists.

Rules

Members of this community are expected to exhibit mature and respectful behavior.

Those who fail to uphold these standards may find their posts or comments removed, with repeat offenders potentially facing a permanent ban.

Please keep discussions in English so that they can be appropriately moderated.

Links

founded 2 years ago
MODERATORS
 

I have an external SSD which was automatically mounted to /media/user/longstring. The first thing I did reformat it to ext4. After a reboot, longstring hasn't changed but everything I put on the SSD is gone and I can't cd into it or ls without sudo.

you are viewing a single comment's thread
view the rest of the comments
[–] lurch 2 points 4 weeks ago (1 children)

it should show up with all other mounted file systems when you just ener "mount" into a terminal. can you copypaste or screenshot that for us. maybe it helps seeing the options

[–] arudesalad 3 points 4 weeks ago* (last edited 4 weeks ago) (1 children)

I ended up solving the problem by remounting it from /media/ to /mnt/

I still have no idea what caused the problem originally though.

[–] lurch 3 points 4 weeks ago

maybe some overlay got mounted on top.