What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » I installed ubuntu

I installed ubuntu
Author: Message:
FineWolf
Full Member
***

Avatar
Space Artist

Posts: 188
Reputation: 12
– / Male / Flag
Joined: Sep 2003
RE: I installed ubuntu
well, you need to open the terminal, give yourself root, create a new folder using the mkdir command, and then mound the drive

Here is a general example:

code:
sudo bash
mkdir ~/mount_point
mount -t vfat /dev/hda0 ~/mount_point

Where /dev/hda0 is the device handle of your partition (you'll need to determine that yourself) and ~/mount_point is, well, the folder you want to mount your drive...

You might also want to try:

code:
sudo automount

which may or may not automatically mount your drive and add a launcher icon on your desktop.

This post was edited on 01-23-2007 at 08:53 AM by FineWolf.
[Image: spacesigkj4.png]
01-23-2007 08:17 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
I installed ubuntu - by Curtis on 01-23-2007 at 06:40 AM
RE: I installed ubuntu - by FineWolf on 01-23-2007 at 07:07 AM
RE: I installed ubuntu - by Curtis on 01-23-2007 at 07:45 AM
RE: I installed ubuntu - by FineWolf on 01-23-2007 at 08:17 AM
RE: I installed ubuntu - by Mike on 01-23-2007 at 02:00 PM
RE: I installed ubuntu - by Curtis on 01-23-2007 at 03:09 PM
RE: RE: I installed ubuntu - by FineWolf on 01-23-2007 at 03:55 PM
RE: I installed ubuntu - by Adeptus on 01-23-2007 at 04:06 PM
RE: RE: I installed ubuntu - by FineWolf on 01-23-2007 at 04:35 PM
RE: I installed ubuntu - by Curtis on 01-24-2007 at 01:12 AM
RE: I installed ubuntu - by Hank on 01-24-2007 at 01:39 AM
RE: I installed ubuntu - by joey on 01-25-2007 at 10:13 AM
RE: RE: I installed ubuntu - by FineWolf on 01-25-2007 at 01:24 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On