Ubuntu This forum is for the discussion of Ubuntu Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
07-23-2006, 12:25 PM
|
#1
|
LQ Newbie
Registered: Mar 2006
Posts: 18
Rep:
|
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
|
|
|
07-23-2006, 12:53 PM
|
#2
|
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:
|
Console is located:
Applications->Accessories->Terminal
As for your HDA1 (Windows), can you post your /etc/fstab? Just type this in a terminal:
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:
Last edited by Micro420; 07-23-2006 at 12:54 PM.
|
|
|
07-23-2006, 09:39 PM
|
#3
|
LQ Newbie
Registered: Mar 2006
Posts: 18
Original Poster
Rep:
|
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
|
|
|
07-24-2006, 11:49 AM
|
#4
|
Member
Registered: Jul 2005
Location: England, UK
Distribution: Ubuntu 8.04 Server, Kubuntu 12.04
Posts: 698
Rep:
|
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.
|
|
|
07-24-2006, 03:25 PM
|
#5
|
Member
Registered: Jul 2006
Location: Australia
Distribution: Mint 14/16 & Raspbian
Posts: 73
Rep:
|
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.
|
|
|
07-24-2006, 03:28 PM
|
#6
|
Member
Registered: Jul 2006
Location: Australia
Distribution: Mint 14/16 & Raspbian
Posts: 73
Rep:
|
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.
|
|
|
07-24-2006, 03:46 PM
|
#7
|
Member
Registered: Jul 2005
Location: England, UK
Distribution: Ubuntu 8.04 Server, Kubuntu 12.04
Posts: 698
Rep:
|
just FYI
WINE = (W)INE (I)s (N)ot an (E)mulator
it's a compatability layer
|
|
|
07-24-2006, 05:28 PM
|
#8
|
LQ Newbie
Registered: Mar 2006
Posts: 18
Original Poster
Rep:
|
k
how do i change dat
|
|
|
07-24-2006, 07:02 PM
|
#9
|
Member
Registered: Jul 2005
Location: England, UK
Distribution: Ubuntu 8.04 Server, Kubuntu 12.04
Posts: 698
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 11:22 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|