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

Pages: (2): « First [ 1 ] 2 » Last »
I installed ubuntu
Author: Message:
Curtis
Full Member
***


Posts: 328
Reputation: 16
31 / Male / Flag
Joined: May 2005
O.P. I installed ubuntu
I just installed ubuntu,   Everything is working fine.  But was just wonder if there was a way I could get my music which is on a fat32 partition?
01-23-2007 06:40 AM
Profile E-Mail PM Find Quote Report
FineWolf
Full Member
***

Avatar
Space Artist

Posts: 188
Reputation: 12
– / Male / Flag
Joined: Sep 2003
RE: I installed ubuntu
quote:
Originally posted by Curtis
I just installed ubuntu,   Everything is working fine.  But was just wonder if there was a way I could get my music which is on a fat32 partition?


It should automount... If not, use the mount command in the terminal. (You can type man mount to get the command's documentation).
[Image: spacesigkj4.png]
01-23-2007 07:07 AM
Profile PM Web Find Quote Report
Curtis
Full Member
***


Posts: 328
Reputation: 16
31 / Male / Flag
Joined: May 2005
O.P. RE: I installed ubuntu
Well, could you help me with that?  I kind of don't know how to use Ubuntu really good.
01-23-2007 07:45 AM
Profile E-Mail PM Find Quote Report
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
Mike
Elite Member
*****

Avatar
Meet the Spam Family!

Posts: 2795
Reputation: 48
31 / Male / Flag
Joined: Mar 2003
Status: Online
RE: I installed ubuntu
Try reading this: brian's reply to Use Ubuntu Live to backup data
YouTube closed-captions ripper (also allows you to download videos!)
01-23-2007 02:00 PM
Profile E-Mail PM Web Find Quote Report
Curtis
Full Member
***


Posts: 328
Reputation: 16
31 / Male / Flag
Joined: May 2005
O.P. RE: I installed ubuntu
quote:
Originally posted by Mike
Try reading this: brian's reply to Use Ubuntu Live to backup data

Whenever I try to use the mkdir command it just says access denied.
01-23-2007 03:09 PM
Profile E-Mail PM Find Quote Report
FineWolf
Full Member
***

Avatar
Space Artist

Posts: 188
Reputation: 12
– / Male / Flag
Joined: Sep 2003
RE: RE: I installed ubuntu
quote:
Originally posted by Curtis
quote:
Originally posted by Mike
Try reading this: brian's reply to Use Ubuntu Live to backup data

Whenever I try to use the mkdir command it just says access denied.


try prefixing the command with the word sudo

code:
sudo mkdir /mnt/win
[Image: spacesigkj4.png]
01-23-2007 03:55 PM
Profile PM Web Find Quote Report
Adeptus
Senior Member
****


Posts: 732
Reputation: 40
Joined: Oct 2005
RE: I installed ubuntu
quote:
Originally posted by Curtis
Whenever I try to use the mkdir command it just says access denied.
If it says that, you are not root.

There are two ways to become root -- sudo, which FineWolf suggested, will ask for your user account password and run whatever you ask it to (including an interactive shell, bash) as root.  This is the preferred way, but your user account needs to be added to /etc/sudoers for that to work.  Perhaps Ubuntu setup has done that for you (I don't use Ubuntu distribution).

The other way you can become root is the su command.  Simply type "su -" (the - tells it to load the environment profile).  Note that the password required here is your root account password, not your user password.

Although it should be obvious, you can always find out whether your efforts were successful by typing "whoami".

Other than that, FineWolf's instructions are fine -- except that your FAT32 partition isn't going to be /dev/hda0, but some other number.  It should be safe to experiment or you can run fdisk ("fdisk /dev/hda") and view the partition table.
01-23-2007 04:06 PM
Profile E-Mail PM Find Quote Report
FineWolf
Full Member
***

Avatar
Space Artist

Posts: 188
Reputation: 12
– / Male / Flag
Joined: Sep 2003
RE: RE: I installed ubuntu
quote:
Originally posted by Adeptus
quote:
Originally posted by Curtis
Whenever I try to use the mkdir command it just says access denied.
If it says that, you are not root.

There are two ways to become root -- sudo, which FineWolf suggested, will ask for your user account password and run whatever you ask it to (including an interactive shell, bash) as root.  This is the preferred way, but your user account needs to be added to /etc/sudoers for that to work.  Perhaps Ubuntu setup has done that for you (I don't use Ubuntu distribution).

The other way you can become root is the su command.  Simply type "su -" (the - tells it to load the environment profile).  Note that the password required here is your root account password, not your user password.

Although it should be obvious, you can always find out whether your efforts were successful by typing "whoami".

Other than that, FineWolf's instructions are fine -- except that your FAT32 partition isn't going to be /dev/hda0, but some other number.  It should be safe to experiment or you can run fdisk ("fdisk /dev/hda") and view the partition table.


The Ubuntu distrib does it fact adds your account to the sudoers list. So in this case, sudo is the way to go. Also, Adaptus is right about the /dev/hda0 ... I provided an example above and it's there only to guide you. That device handle will change. You can use the fdisk command or the bundled GParted application to find out which device handle corresponds to your partition.

This post was edited on 01-23-2007 at 04:40 PM by FineWolf.
[Image: spacesigkj4.png]
01-23-2007 04:35 PM
Profile PM Web Find Quote Report
Curtis
Full Member
***


Posts: 328
Reputation: 16
31 / Male / Flag
Joined: May 2005
O.P. RE: I installed ubuntu
I used "sudo mkdir /mnt/win"

Then it asks for my password.  But won't let me type it in.

Edit: Never mind.  I figured it out.  Thanks for the help though.

This post was edited on 01-24-2007 at 01:17 AM by Curtis.
01-24-2007 01:12 AM
Profile E-Mail PM Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« Next Oldest Return to Top Next Newest »


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