Reply
Thread Tools
thoughtfix's Avatar
Posts: 832 | Thanked: 75 times | Joined on Dec 2005 @ Phoenix, AZ
#1
I bricked my tablet!
Then I fixed it and wrote this post on how to easily mount and unmount mass storage devices. It's not a howto - more of a "how I did it."

http://thoughtfix.blogspot.com/2006/...-mounting.html

Hey gnuite - Want to round out those last steps?
 
Posts: 191 | Thanked: 9 times | Joined on Nov 2005
#2
Why do you do that stuff in the sudoers file? Is that so you don't need to be root to use them each time? I currently do everything in Xterminal as root (I use the sudo gainroot which I modded with the help of a Linux geek friend). I know it's not good to be root all the time and need to get out of that habit.
 
thoughtfix's Avatar
Posts: 832 | Thanked: 75 times | Joined on Dec 2005 @ Phoenix, AZ
#3
Originally Posted by Simon
Why do you do that stuff in the sudoers file? Is that so you don't need to be root to use them each time?
The goal is to make icons that run the scripts. I failed in that for now... but only for now!
 
Posts: 41 | Thanked: 0 times | Joined on Dec 2005 @ Brasil
#4
I left some comments in your blog. good work with the usb-powering hack (though I couldn't figure exactly how tou routed the + and - wires from the battery pack into the usb plugs).

I have a question concerning the automount: can you
#cat /etc/fstab
(as root I guess) and post the output here? perhaps that will give us some insight as to how to automount mass-storage devices. A nano running Linux and a N770 make a wonderful pair.
 
Posts: 155 | Thanked: 10 times | Joined on Nov 2005 @ central georgia, usa
#5
Originally Posted by thoughtfix
I bricked my tablet!
Then I fixed it and wrote this post on how to easily mount and unmount mass storage devices. It's not a howto - more of a "how I did it."

http://thoughtfix.blogspot.com/2006/...-mounting.html

Hey gnuite - Want to round out those last steps?
thoughfix,

in the blog, your references to the mount point should be

/home/user/MyDocs/nano

not

/home/usr/MyDocs/nano

Great help... thanks.

P
 
thoughtfix's Avatar
Posts: 832 | Thanked: 75 times | Joined on Dec 2005 @ Phoenix, AZ
#6
Originally Posted by putkowski
thoughfix,
/home/user/MyDocs/nano
Thanks putkowski - It was correct in all but two references.

Damn my UNIX fingers for wanting to type /usr/
 
Posts: 155 | Thanked: 10 times | Joined on Nov 2005 @ central georgia, usa
#7
Originally Posted by thoughtfix
Thanks putkowski - It was correct in all but two references.

Damn my UNIX fingers for wanting to type /usr/
I hate to say it, but I used-to-have the opposite problem. Now my brain seems to check to see if I'm typing in a white box...

Now we need to mount a swap to a wifi mounted linux box (in case you get bored..)

You're the top page at Planet Maemo..

P

While it seems odd to mount a music player to listen to music, my son's first impression (b4 the 770 was available) was that it would be an excellent "carputer." DC power a 160Gig USB drive and you could wifi your stuff to the driveway... then use the 770 to "tramp" around the internet once you get there...

Last edited by putkowski; 2006-01-12 at 19:30.
 
Posts: 66 | Thanked: 3 times | Joined on Dec 2005
#8
Originally Posted by putkowski
...was that it would be an excellent "carputer." DC power a 160Gig USB drive and you could wifi your stuff to the driveway... then use the 770 to "tramp" around the internet once you get there...
Or... A front end to a carputer. Have a MP3 capable computer in the car, wi-fi.. Either no display, or rear LCD for movies. Then use the 770 as the controler to choose songs, etc. I haven't quite figured out how I'm going to do NAV.. But hopefully my Bluetooth GPS will be here soon.

The the Carcomputer can Wifi it's own updates, and shut down.

-Jason
 
meshsmooth's Avatar
Posts: 32 | Thanked: 2 times | Joined on Oct 2005 @ australia
#9
i edited my sudoers file difrently
user ALL = NOPASSWD: /bin/mount /dev/sda1 /home/user/MyDocs/mnt/a
user ALL = NOPASSWD: /bin/umount /dev/sda1
but if i run the comand
/bin/mount /dev/sda1 /home/user/MyDocs/mnt/a
as user
i get
mount: permission denied. (are you root?)
i am at a loss
 
thoughtfix's Avatar
Posts: 832 | Thanked: 75 times | Joined on Dec 2005 @ Phoenix, AZ
#10
The full command is:
Code:
sudo /bin/mount /dev/sda1 /home/user/MyDocs/mnt/a
sudo has to grant root privs to the command first
 
Reply


 
Forum Jump


All times are GMT. The time now is 05:03.