Internal partition allow users to access it - Raspberry Pi Forums
hello,
i'm setting system, runs in field (a monitor waiting room in doctor's office). has no wifi nor lan.
raspberry pi 2 rev b, raspbian, has 32gb sd, of 25gb making dedicated ext4 partition store videos , other content. rest reserved os , boot partition.
content updated using usb disk, which, if inserted @ boot time, read , files or firmware updates, or packages installed. works, have 1 big problem can't write partition w/o root access.
please don't recommend sudo. want members of group users have full r/w access partition.
linux partition mounted r/o, partition way of storing data sd.
(not working) fstab entry: tried acl , chmod, both don't work.
answering!
i'm setting system, runs in field (a monitor waiting room in doctor's office). has no wifi nor lan.
raspberry pi 2 rev b, raspbian, has 32gb sd, of 25gb making dedicated ext4 partition store videos , other content. rest reserved os , boot partition.
content updated using usb disk, which, if inserted @ boot time, read , files or firmware updates, or packages installed. works, have 1 big problem can't write partition w/o root access.
please don't recommend sudo. want members of group users have full r/w access partition.
linux partition mounted r/o, partition way of storing data sd.
(not working) fstab entry:
code: select all
/dev/mmcblk0p3 /mnt/storage ext4 rw,noatime,async,nosuid,noexec,users 0 3
answering!
change ownership of /mnt/storage user & group want have rw access
sudo chown -r pi:pi /mnt/storage
trick standard pi user comes raspbian
sudo chown -r pi:pi /mnt/storage
trick standard pi user comes raspbian
raspberrypi
Comments
Post a Comment