LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 07-23-2006, 12:25 PM   #1
bloodhawk1
LQ Newbie
 
Registered: Mar 2006
Posts: 18

Rep: Reputation: 0
I cant find the root terminal ..plus hda1


Ok i use to use suse and it was easy to login to the shell or root terminal and install stuff but now i moved to ubuntu.....I cant find the shell terminal or i cant find what to type too login to root...also i have windows on the hard drive...i guess that is hda1 well i cant view it becasue it sais i dont hav permisions and i need to be root user ...how do i change the hard drive so i can view hda1 or windoes in linux like use to when i boot with 2 hard drives? Also UBUNTU RULES it had almost all my drivers EVEN MY WIRELESS CARD...thats AWESOME!! so i was wondering if its possible to convert exe to a linux format or to get emulator to run exe's
 
Old 07-23-2006, 12:53 PM   #2
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
Console is located:

Applications->Accessories->Terminal

As for your HDA1 (Windows), can you post your /etc/fstab? Just type this in a terminal:
Code:
gedit /etc/fstab
Copy and paste what you see

By default, you do not have a superuser account (root) like other Linux distros. Ubuntu uses the 'sudo' to make system changes. For example, to delete a file like root:

Code:
sudo rm -rf /share

Last edited by Micro420; 07-23-2006 at 12:54 PM.
 
Old 07-23-2006, 09:39 PM   #3
bloodhawk1
LQ Newbie
 
Registered: Mar 2006
Posts: 18

Original Poster
Rep: Reputation: 0
there ya go

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda2 / ext3 defaults,errors=remount-ro 0 1
/dev/hda1 /media/hda1 ntfs defaults 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdd /media/cdrom1 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
 
Old 07-24-2006, 11:49 AM   #4
binary_y2k2
Member
 
Registered: Jul 2005
Location: England, UK
Distribution: Ubuntu 8.04 Server, Kubuntu 12.04
Posts: 698
Blog Entries: 1

Rep: Reputation: 31
you would want to change the line
/dev/hda1 /media/hda1 ntfs defaults 0 0
to
/dev/hda1 /media/hda1 ntfs defaults,user 0 0
to let a normal user mount it, or
/dev/hda1 /media/hda1 ntfs defaults,auto 0 0
to mount it at boot.
 
Old 07-24-2006, 03:25 PM   #5
lein
Member
 
Registered: Jul 2006
Location: Australia
Distribution: Mint 14/16 & Raspbian
Posts: 73

Rep: Reputation: 23
Quote:
Originally Posted by bloodhawk1
...how do i change the hard drive so i can view hda1 or windoes in linux like use to when i boot with 2 hard drives?
Try Kubuntu Desktop Guide I used this, I hope it helps you, it details it step-by-step as I a newbie it helped heaps. It should help you out on Ubuntu.
 
Old 07-24-2006, 03:28 PM   #6
lein
Member
 
Registered: Jul 2006
Location: Australia
Distribution: Mint 14/16 & Raspbian
Posts: 73

Rep: Reputation: 23
Quote:
Originally Posted by bloodhawk1
so i was wondering if its possible to convert exe to a linux format or to get emulator to run exe's
Try WINE.

**EDIT**
I apologise to any WINE user I offended .

Where does Win4Lin fit then? Honest question (not taking the piss) I am learning too.

Last edited by lein; 07-25-2006 at 02:27 AM.
 
Old 07-24-2006, 03:46 PM   #7
binary_y2k2
Member
 
Registered: Jul 2005
Location: England, UK
Distribution: Ubuntu 8.04 Server, Kubuntu 12.04
Posts: 698
Blog Entries: 1

Rep: Reputation: 31
just FYI
WINE = (W)INE (I)s (N)ot an (E)mulator
it's a compatability layer
 
Old 07-24-2006, 05:28 PM   #8
bloodhawk1
LQ Newbie
 
Registered: Mar 2006
Posts: 18

Original Poster
Rep: Reputation: 0
k

how do i change dat
 
Old 07-24-2006, 07:02 PM   #9
binary_y2k2
Member
 
Registered: Jul 2005
Location: England, UK
Distribution: Ubuntu 8.04 Server, Kubuntu 12.04
Posts: 698
Blog Entries: 1

Rep: Reputation: 31
I think in gnome you can press "Alt-F2" to open a run dialog (if not go in to a console)
in there type
Code:
gksu gedit /etc/fstab
you can then change the line.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux root moved from hda2 to hda1 dangerousdave Linux - Software 3 11-02-2005 06:18 PM
Permissions issue on hda1 as root Chivas3 Linux - Security 3 09-24-2005 09:00 PM
mount: can't find /dev/hda1 in /etc/fstab or /etc/mtab timalan SUSE / openSUSE 24 08-20-2005 09:41 AM
/windows (hda1) only able to be viewed by root. Gold Yo Slackware 5 07-25-2005 02:57 PM
grub; hda1 == root(hd0,0) ; hda5 = ???? stupidloser Linux - General 6 12-05-2004 01:26 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 11:22 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration