Marsman1
Posts: 4
Joined: Mon Mar 20, 2017 11:21 am

su funtionality in pixel

Tue Jun 13, 2017 2:44 pm

I am trying to copy groups of files from on sd card to another using file manager. I keep getting access denied. Is there a way to implement su functionality within pixel? The process is too cumbersome to use command line. I don't want to create a root account for this one usage and the sd card copier in the menu won't work for my "new" sd card.

User avatar
FTrevorGowen
Forum Moderator
Forum Moderator
Posts: 5645
Joined: Mon Mar 04, 2013 6:12 pm
Location: Bristol, U.K.
Contact: Website

Re: su funtionality in pixel

Tue Jun 13, 2017 2:56 pm

Marsman1 wrote:I am trying to copy groups of files from on sd card to another using file manager. I keep getting access denied.
...
Can you clarify please - is that read or write (or both) "access denied"? (Write access issues may depend upon how, or by what, the target filesystem is being mounted**)
Trev,
** FWIW, some info. w.r.t. the Pixel desktop's file-manager "auto-mount" settings etc. can be found here:
http://www.cpmspectrepi.uk/raspberry_pi ... 29_Methods
Still running Raspbian Jessie or Stretch on some older Pi's (an A, B1, 2xB2, B+, P2B, 3xP0, P0W, 2xP3A+, P3B+, P3B, B+, and a A+) but Buster on the P4B's. See: https://www.cpmspectrepi.uk/raspberry_pi/raspiidx.htm

klricks
Posts: 7172
Joined: Sat Jan 12, 2013 3:01 am
Location: Grants Pass, OR, USA
Contact: Website

Re: su funtionality in pixel

Tue Jun 13, 2017 7:33 pm

Marsman1 wrote:I am trying to copy groups of files from on sd card to another using file manager. I keep getting access denied. Is there a way to implement su functionality within pixel? The process is too cumbersome to use command line. I don't want to create a root account for this one usage and the sd card copier in the menu won't work for my "new" sd card.
You can start filemanager with sudo from the lxterminal command promt.

Code: Select all

sudo pcmanfm 
Unless specified otherwise my response is based on the latest and fully updated RPiOS Buster w/ Desktop OS.

Marsman1
Posts: 4
Joined: Mon Mar 20, 2017 11:21 am

Re: su funtionality in pixel

Wed Jun 14, 2017 1:13 am

The files I am trying to copy are owned by root so I am not permitted to copy them.

wh7qq
Posts: 1450
Joined: Thu Oct 09, 2014 2:50 am

Re: su funtionality in pixel

Fri Jun 16, 2017 3:31 am

You can start filemanager with sudo from the lxterminal command promt.

Code: Select all
sudo pcmanfm
Running pcmanfm that way gets you root priveleges.

Return to “Troubleshooting”