View Single Post
  #4   (View Single Post)  
Old 20th June 2019
PapaParrot's Avatar
PapaParrot PapaParrot is offline
parrot
 
Join Date: Jul 2015
Location: Durango, Mx.
Posts: 472
Default

Quote:
Can somebody give me some tricks?
Instead of using /mnt, I make a directory, as normal user :
Code:
$ pwd
$ /home/garry/
$ mkdir usb
$
Then mount the drive to /home/garry/usb/
Code:
$ su
$ password ---
#  pwd
# /home/garry
# mount /dev/sd1j usb
# exit
$ cd usb
$ ls 
(to see what I have )
This way I can read,write,etc as a normal user instead needing to be root,..also many reccomend using "doas", to do this, but that probably would be a entire different topic.
__________________
My best friends are parrots
Reply With Quote