How do I access my external usb harddrive from my user acct - Raspberry Pi Forums
hi name ben. totally new raspberry pi. have had thing week , still trying handle on basics. have 3 young children, , thought idea set separate user accounts of us. gave myself access groups listed under pi user. gave kids access sudo time being. tried logging in personal account , successful. however, did not have permission access external usb seagate hard drive. have no problem getting user pi. there permission setting missing somewhere? please use noob friendly descriptions, not @ tech speech yet.
in addition, have been having trouble keyboard. in rasbi-config menu raspbian wheezy, there no menu entry keyboard configuration. able use keyboard, when in linux shell, many of keys off. | coming ~, , \ coming #. makes impossible many commands. able use linux shell terminal in desktop environment. every key works there fine. has run similar situation?
thank in advance help. love little computer, frustrate hell out of me sometimes.
in addition, have been having trouble keyboard. in rasbi-config menu raspbian wheezy, there no menu entry keyboard configuration. able use keyboard, when in linux shell, many of keys off. | coming ~, , \ coming #. makes impossible many commands. able use linux shell terminal in desktop environment. every key works there fine. has run similar situation?
thank in advance help. love little computer, frustrate hell out of me sometimes.
hi there, welcome forum.
know mean frustration, have been there. main thing here transition linux ecosystem, going difficult if you've never used before
still have problems sometimes, i've been pretty exclusively microsoft based until 2011.
okay keyboard layout settings wrong. if go sudo raspi-config 1 of options should change_locale. if set locale country should solve keyboard layout problem.
issue usb hard drive not 100% sure have idea can try. assuming disk mounted /media/usb0, change match case, run following commands , see if helps.
know mean frustration, have been there. main thing here transition linux ecosystem, going difficult if you've never used before
okay keyboard layout settings wrong. if go sudo raspi-config 1 of options should change_locale. if set locale country should solve keyboard layout problem.
issue usb hard drive not 100% sure have idea can try. assuming disk mounted /media/usb0, change match case, run following commands , see if helps.
code: select all
sudo -s chown -r root:users /media/usb0 chmod -r ug+rwx,o+rx-w /media/usb0 exit
raspberrypi
Comments
Post a Comment