Page 1 of 1
su funtionality in pixel
Posted: Tue Jun 13, 2017 2:44 pm
by Marsman1
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.
Re: su funtionality in pixel
Posted: Tue Jun 13, 2017 2:56 pm
by FTrevorGowen
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
Re: su funtionality in pixel
Posted: Tue Jun 13, 2017 7:33 pm
by klricks
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.
Re: su funtionality in pixel
Posted: Wed Jun 14, 2017 1:13 am
by Marsman1
The files I am trying to copy are owned by root so I am not permitted to copy them.
Re: su funtionality in pixel
Posted: Fri Jun 16, 2017 3:31 am
by wh7qq
You can start filemanager with sudo from the lxterminal command promt.
Code: Select all
sudo pcmanfm
Running pcmanfm that way gets you root priveleges.