Questions tagged [mount]
Referring to the connecting of storage to/from a Raspberry Pi.
275 questions
0 votes
1 answer
71 views
Inconsistent mount of /dev/mmcblk0
I am experiencing an issue where the SD card is inconsistently mounted as either /dev/mmcblk0 (most of the time) or sometimes, after a reboot, as /dev/mmcblk0p1. Platform details: Raspberry Pi Zero ...
0 votes
0 answers
158 views
Mounting an NFS share to the current user
I have two Raspberry Pis, say Pi-One and Pi-Two. I have an NFS share setup on Pi-One. I have 2 users on Pi-Two, the original 'Pi' (uid=1000, gid=1000), and 'Steve' (uid=1001, gid=1001). Whatever I do ...
0 votes
0 answers
76 views
Mounting nfs causes infinite recursive directories on one of two RaspberryPi-s
I have a disk image file looped to the directories (with two partitions): /srv/bookworm-image/loop0p1 /srv/bookworm-image/loop0p2 These directories are normal boot and root partitions of bookworm ...
0 votes
1 answer
4k views
Mount a Network drive
I apologize in advance if I missed something simple. I have an SSD connected to my router as a USB drive and accessible from any device by just entering the UID and PW. From the RPi I just click ...
1 vote
2 answers
9k views
Mounting exfat drive with read/write permissions for a non root user
I’ve been reading a few posts about this, but still haven’t gotten any traction. I’m convinced I’m dealing with my options getting overridden. Context I have an exfat mounted drive on a Raspberry Pi 4....
2 votes
1 answer
199 views
Error mounting drive at service startup (ExecStartPre)
As a precondition for starting my Syncthing service, I wish to mount an external USB drive (label MyBook). The action must be synchronous, so putting it anywhere else besides the service's ...
1 vote
0 answers
1k views
Mounting network drive on Raspberry Pi for Plex server
My background: Newbie to Raspberry Pi, been playing with Linux for years but not seriously and not regularly. System: Raspberry Pi 3 with OS version 11 Issue: I have a network drive USB to my Netgear ...
1 vote
3 answers
394 views
Stop docker container on unmount
I'm trying to debug something that I don't quite understand well. I have setup an automount of an external drive with: /etc/fstab UUID={RANDOM_UUID} /media/pi/Storage ext4 defaults,nofail,x-systemd....