Skip to main content

All Questions

Tagged with
0 votes
1 answer
541 views

Creating ramdisk with recent Raspberry OS causes "System has not been booted with systemd as init system..." error message

Quite a while ago I installed some Rasperry Pi 2 B+ with Raspbian and to reduce SD-Card usage I followed some instructions to create ramdisks. For this purpose I added these lines to /etc/fstab: tmpfs ...
Gerhardh's user avatar
  • 183
0 votes
0 answers
136 views

suggestions please: keychain to retain ssh key passphrase across reboots

I want to use ssh on a raspberry pizeroW to make persistent on-boot sshfs mounts to a central fileserver machine. I do not want the pi's mount target to query id_rsa passphrase every login/boot/mount. ...
BETLOG's user avatar
  • 21
0 votes
0 answers
291 views

usbmount does not unmount vfat mount point

I use usbmount to automatically mount usb drives. Everything works fine for my external SSD with four NTFS partitions. They are mountend when the external drive is connected and automatically ...
wewa's user avatar
  • 177
1 vote
1 answer
1k views

Automatically mount and copy files to USB drive [Raspbian Buster Lite, headless]

I am new to Linux and programming. My question is similar to this one but I am running a Raspberry Pi 4 headless with no desktop [buster lite] which does seem to automount the usb drives. I haven't ...
rfii's user avatar
  • 218
1 vote
1 answer
39 views

Check Mount Directory

I have raspberry pi and have microsd with raspbian from which the system is loading and the HDD on which I write logs. I encountered such a problem that sometimes the disk falls off and the logs begin ...
JaneKapovsky's user avatar
1 vote
0 answers
58 views

Raspbian compile single kernel module gfs2

I'm trying my best to get GFS2 mounted in dual-primary on Raspbian, but I'm hitting an issue. Whenever I try to mount the GFS2 volume, I get an error: mount -t gfs2 -o noatime,nodiratime,noquota /dev/...
Kareem's user avatar
  • 208
0 votes
0 answers
122 views

How can I mount this 250 GB external hard drive in Rasbian?

I have a 250 GB hard drive (brand Western Digital in an Initio Corporation USB enclosure) which I would like to mount on my Raspberry Pi 3B. I have already successfully mounted the hard drive on ...
Vesa's user avatar
  • 428
0 votes
1 answer
828 views

Samba refuses to start with ro rootfs

I configured Raspbian Stretch to mount rootfs in read-only mode. Basically I did the following: apt-get -y remove --purge triggerhappy logrotate dphys-swapfile apt-get -y install busybox-syslogd; ...
Mark's user avatar
  • 438
0 votes
2 answers
2k views

Pi-B Rev 2, Debian - hfsplus: filesystem was not cleanly unmounted - Keys out of order

I'm sorry if I'm not asking to the right thing, maybe you could help. I've setup my Raspberry Pi B, rev 2 a few months ago, with debian (Linux version 4.4.38+ ) and appletalk, I followed an online ...
Jules's user avatar
  • 373
0 votes
1 answer
224 views

Raspbian system keeps renaming partitions

I have a Raspberry Pi running Raspbian Jessie Lite (the headless version) and I've been using as a file dump and a git server for a little while. I plugged an external USB hard drive into it for it to ...
CynicalBusiness's user avatar
2 votes
0 answers
1k views

How to gvfs-mount a CD as non-root user?

I can mount a CD like this: sudo dbus-launch gvfs-mount cdda://sr0 And I get the tracks as .wav files in /root/.gvfs. But it mounts as root, and chown doesn't work (not implemented in the fuse ...
ACK_stoverflow's user avatar
1 vote
1 answer
1k views

How to unmount dvd (external usb) via eject button on device?

I have an problem with my external usb Dvd-Drive. Everything works fine, the mount works, unmount or eject via shell works. But if I press the eject button on the device it just eject the dvd but does ...
SimonA's user avatar
  • 43
1 vote
1 answer
2k views

Raspbian :Automatically mount external drives (plug & play)

Shouldn't I be able to plug in a USB device into my raspberry pi and for it to automatically mount? I decided not to use the Desktop Enviornment of Raspbian. When I list the mounts in /mnt I don't see ...
Benjamin Jones's user avatar