How can I get the permissions to write to the external SD card ...?
#4
both ubuntu and pinephone use sudo system. probably you need sudo on both devices.

Code:
# user password is given
sudo chmod {parameters}
sudo chown {parameters}

in realty users and groups are store as numbers in a filesystem, then operating system determines which number is for which user and group.

Code:
# this gives root console, user password is given
sudo su -l
# or
sudo -i

# gives root, root password is given. (does not work on most pinephone systems).
su -l
  Reply


Messages In This Thread
RE: How can I get the permissions to write to the external SD card ...? - by zetabeta - 10-12-2023, 02:38 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to write the the external SD card with Abword? Peter Gamma 0 521 08-27-2023, 01:10 AM
Last Post: Peter Gamma
  How can I open an Abiword file from an external SD card with Abiword? Peter Gamma 5 2,197 08-25-2023, 02:05 AM
Last Post: Peter Gamma
  Help how to mount SD-Card chadwick 8 7,865 11-30-2021, 11:12 PM
Last Post: chadwick
  PP boots into factory test even if flashed sd card is inserted hapster 5 6,588 04-13-2020, 02:34 PM
Last Post: MartijnBraam
  terminal command for sd card size pnphn 5 6,843 04-02-2020, 12:51 PM
Last Post: someGermanGuy

Forum Jump:


Users browsing this thread: 1 Guest(s)