Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 10-16-2006, 10:09 PM   #1 (permalink)
 
Monster Techie

Join Date: Jun 2006

Location: Massachusetts

Posts: 1,151

Deathawk is on a distinguished road

Send a message via AIM to Deathawk Send a message via Yahoo to Deathawk
Default Linux questions

Okay, I have ubuntu running on this computer. First off, how would I find system info on it, are there any programs like Everest? How would I find my CPU clock, RAM... video card... etc..

Second, I have all my music on a Windows XP HDD, how do I play it from Linux?

I will ask more questions when I have them...
__________________
Deathawk is offline  
Old 10-16-2006, 10:13 PM   #2 (permalink)
 
Banned

Join Date: Sep 2005

Posts: 5,191

The General

Default

In the terminal...

cat /proc/cpuinfo - will give you all the info about your CPU.

cat /proc/partitions - will give you all the info about your volumes.

df - will give you all the info about your disk usage.

lspci - will give you all the info about everything else.


In the terminal as root...

mount -t ntfs /dev/hda1 /path/to/wherever - will mount your Windows drive to /path/to/wherever, so that the music can be found in /path/to/wherever.
The General is offline  
Old 10-16-2006, 10:18 PM   #3 (permalink)
 
Monster Techie

Join Date: Jun 2006

Location: Massachusetts

Posts: 1,151

Deathawk is on a distinguished road

Send a message via AIM to Deathawk Send a message via Yahoo to Deathawk
Default

Hahah, I don't speak linux yet, but I'll try this out.

Wish me luck.
__________________
Deathawk is offline  
Old 10-16-2006, 10:22 PM   #4 (permalink)
 
Monster Techie

Join Date: Jun 2006

Location: Massachusetts

Posts: 1,151

Deathawk is on a distinguished road

Send a message via AIM to Deathawk Send a message via Yahoo to Deathawk
Default

I don't know how to be root. I don't know if I set up a root or something like that...

The other stuff worked though.
__________________
Deathawk is offline  
Old 10-16-2006, 10:29 PM   #5 (permalink)
macdude425's Avatar
 
Member (again)

Join Date: Jan 2005

Location: Raul's Wild Kingdom...How 'bout that, huh?

Posts: 4,200

macdude425 is on a distinguished road

Send a message via AIM to macdude425 Send a message via Yahoo to macdude425
Default

Type su and hit enter. Type in your root password (it will NOT show up as you type it), hit enter, and it will bring you back to a command line. Congrats. You're root. To stop being root, type exit and hit enter.
__________________



Debian Support Forums!
macdude425 is offline  
Old 10-16-2006, 10:30 PM   #6 (permalink)
 
Monster Techie

Join Date: Jun 2006

Location: Massachusetts

Posts: 1,151

Deathawk is on a distinguished road

Send a message via AIM to Deathawk Send a message via Yahoo to Deathawk
Default

"su: Authentication failure
Sorry.
deathawk@deathawk-desktop:~$"

=(
__________________
Deathawk is offline  
Old 10-16-2006, 10:37 PM   #7 (permalink)
 
Banned

Join Date: Sep 2005

Posts: 5,191

The General

Default

sudo -i and then type your password.

Ubuntu :mad:
The General is offline  
Old 10-16-2006, 10:40 PM   #8 (permalink)
 
Monster Techie

Join Date: Jun 2006

Location: Massachusetts

Posts: 1,151

Deathawk is on a distinguished road

Send a message via AIM to Deathawk Send a message via Yahoo to Deathawk
Default

"root@deathawk-desktop:~# mount -t ntfs /dev/hda1 /path/to/wherever
mount: mount point /path/to/wherever does not exist"


Also, I keep getting this "Low Disk Space 99%" thing on the bottom right...

Also, my clock on the top right is ****ing me off.. I keep setting it to the right time, but then it changes back..

And now, I can't even edit the time...

"Failed to run time-admin

Unable to copy the user's Xauthorization file."

Also.. seems like I get that error for a lot of thigns.. it might be my HDD space..

Yup, it says my root volume has 0 free bytes.. what can I do to fix it..?
__________________
Deathawk is offline  
Old 10-16-2006, 10:51 PM   #9 (permalink)
 
Banned

Join Date: Sep 2005

Posts: 5,191

The General

Default

/path/to/wherever doesn't exist, you were supposed to pick a path to wherever you want it mounted. Usually /media/windows or something like that.

You'll need to mkdir /media/windows first, so that the mount point exists.
The General is offline  
Old 10-16-2006, 10:55 PM   #10 (permalink)
 
Monster Techie

Join Date: Jun 2006

Location: Massachusetts

Posts: 1,151

Deathawk is on a distinguished road

Send a message via AIM to Deathawk Send a message via Yahoo to Deathawk
Default

"The folder contents could not be displayed.
You do not have the permissions necessary to view the contents of "windows"."

RAWR!!!

And jesus christ, this
"Failed to run time-admin

Unable to copy the user's Xauthorization file." error is really starting to get on my nerves.. XD
__________________
Deathawk is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On