-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raspberry Pi instructions for tmpfs #19
Comments
Hi, |
Confirmed. I don't know why this was once working, but you redirect sudos output to /etc/fstab here which is not allowed.
|
Did you try the OP command ? It has no ' at the end of the line where the alternative that is working does |
I'm hoping someone that is also having the problem with the command can try out @doccodyblue alternative command line. I ended up manually configuring fstab so it's been rocking along great so far. @lazywalker if you want to just drop that alternative command in as a note in the RPi instructions then close this one up as resolved that works for me.. |
There might be a problem with the Raspberry Pi instructions.
I built a brand new DigiSkimmer install yesterday on an RPi4 and when I got to this step:
sudo echo "tmpfs /tmp/digiskr tmpfs defaults,noatime,nosuid,size=300m 0 0" >> /etc/fstab
It didn't want to take the write to fstab. Just gave me a permission denied error even though the sudo command was used, and the Pi user is definitely a sudoer..
I'm not well versed enough in Linux to know what is probably the correct way of writing that line but, I did find that just manually adding the line to fstab seems to have worked and the mount point shows up when you do a df -h.
The text was updated successfully, but these errors were encountered: