View Single Post
Posts: 28 | Thanked: 11 times | Joined on Nov 2010
#918
Hello guys.
I need help with terminal command in QBW.

I need to execute these 2 commands
sudo gainroot
mount /dev/sda1 /media/flash
I've tried with this command but it's working also
osso-xterm -e "mount /dev/sda1 /media/flash" & sudo gainroot
Can anyone point to me what's wrong with the code?