Tagged Questions
0
votes
0answers
148 views
External Hard-Drive not visible in /media
I cannot seem to ssh into my external Hard-drive on "/media" it used to show up there, but now it doesn't.
I have erased the Disk and verified it (on MAC OSX) and it still does not show.
I have ...
1
vote
1answer
4k views
Mount USB drive (FAT32) so all users can write to it
I have a USB FAT32 drive that is on /dev/sda2. I've mounted it as /media/bigdrive however, I get permission denied whenever I try to touch a file there as a non root user.
When I run mount I can see ...
5
votes
3answers
573 views
Mounting and modifying a loopback file without sudo/root, is it possible?
I'm trying to adapt a tutorial into an easy to use script
http://qt-project.org/wiki/RaspberryPi_Beginners_guide.
I'm trying to reduce the need for sudo/root as much as possible (preferably, only ...