 |
 |
 |
 |
| Installation and Live Media Help with Installation & Live Media (Live CD, USB, DVD) problems. |

22nd October 2007, 06:24 AM
|
 |
Registered User
|
|
Join Date: Feb 2005
Location: Lansing, Mi
Age: 28
Posts: 2,222

|
|
|
gnome in one window
Edit->preferences->behavior tab check always open in browser window
just type fdisk -l in a terminal, it will show us what your hard drive partitions look like so we can help you mount it
|

22nd October 2007, 06:50 AM
|
 |
The Wibble Rouser
|
|
Join Date: Mar 2005
Age: 37
Posts: 3,787

|
|
|
[root@d-op150-xp kona]# fdisk -l
bash: fdisk: command not found
__________________
Custom Desktop | AMD Phenom II X4 920 Quad Core CPU - 2.9 GHz | 3 GB DDR2 RAM | 500 GB HDD | Radeon 2400 HD Graphics | DVD-RW | Windows 7 SP1
No fate but what we make...
My Blog: kona0197.wordpress.com
|

22nd October 2007, 07:02 AM
|
 |
Registered User
|
|
Join Date: Feb 2005
Location: Lansing, Mi
Age: 28
Posts: 2,222

|
|
|
make sure your root with the - i.e. su -
or alternatively /sbin/fdisk
|

22nd October 2007, 07:06 AM
|
 |
The Wibble Rouser
|
|
Join Date: Mar 2005
Age: 37
Posts: 3,787

|
|
Quote:
|
Originally Posted by Nickisgod1
make sure your root with the - i.e. su
|
That never has worked for me...
[root@d-op150-xp kona]# /sbin/fdisk -l
Disk /dev/sda: 37.4 GB, 37490066944 bytes
255 heads, 63 sectors/track, 4557 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 2432 19535008+ 7 HPFS/NTFS
/dev/sda2 2433 2445 104422+ 83 Linux
/dev/sda3 2446 4557 16964640 8e Linux LVM
[root@d-op150-xp kona]#
__________________
Custom Desktop | AMD Phenom II X4 920 Quad Core CPU - 2.9 GHz | 3 GB DDR2 RAM | 500 GB HDD | Radeon 2400 HD Graphics | DVD-RW | Windows 7 SP1
No fate but what we make...
My Blog: kona0197.wordpress.com
|

22nd October 2007, 09:54 AM
|
 |
The Wibble Rouser
|
|
Join Date: Mar 2005
Age: 37
Posts: 3,787

|
|
|
I just realized - Shouldn't I be seeing a windows folder somewhere?
__________________
Custom Desktop | AMD Phenom II X4 920 Quad Core CPU - 2.9 GHz | 3 GB DDR2 RAM | 500 GB HDD | Radeon 2400 HD Graphics | DVD-RW | Windows 7 SP1
No fate but what we make...
My Blog: kona0197.wordpress.com
|

22nd October 2007, 01:38 PM
|
 |
Registered User
|
|
Join Date: Feb 2005
Location: Lansing, Mi
Age: 28
Posts: 2,222

|
|
|
what happens if you type as root
mount /dev/sda1 /mnt
then cd to /mnt
does it error or do you see your windows drive
|

23rd October 2007, 05:05 AM
|
 |
Registered User
|
|
Join Date: Feb 2005
Posts: 116

|
|
Quote:
|
Originally Posted by kona0197
Reindeer - I just used a stopwatch to time myself opening OO writer. 39.88 seconds flat from menu selection to a usable OO writer prompt.
|
Yup.
I was in the same situation until about two weeks ago.
I finally got the means to build the machine I have always wanted.
I have run OpenOffice on a Pentium II 400MHz (in the past), and that was painfully slow to the point of unusable.
I upgraded most recently from a Pentium III 1.0GHz, and that was also pretty slow dealing with large programs like OO writer, due to the small memory footprint of 384mb.
I you have the means to upgrade, I can suggest a configuration for you that you will likely be happy with, including a monitor with automatic one button adjustment capability.
|

23rd October 2007, 08:28 AM
|
 |
The Wibble Rouser
|
|
Join Date: Mar 2005
Age: 37
Posts: 3,787

|
|
|
Nickisgod1 - I'll reply to your question after the next time I boot into F7.
Reindeer - I wasn't complaing. Under a minute is good by me. I'm just happy it all works.
I am upgrading. I already paid for it but it hasn't shipped to my door yet.
Pentium 4 2.4 GHz
512 DDR 2100 RAM
40 gig HDD
CD/RW - 52x32x52
__________________
Custom Desktop | AMD Phenom II X4 920 Quad Core CPU - 2.9 GHz | 3 GB DDR2 RAM | 500 GB HDD | Radeon 2400 HD Graphics | DVD-RW | Windows 7 SP1
No fate but what we make...
My Blog: kona0197.wordpress.com
|

24th October 2007, 05:36 AM
|
 |
The Wibble Rouser
|
|
Join Date: Mar 2005
Age: 37
Posts: 3,787

|
|
|
Nickisgod1 or anyone around:
[root@d-op150-xp kona]# mount /dev/sda1 /mnt
[root@d-op150-xp kona]# cd /mnt
[root@d-op150-xp mnt]# dir
AUTOEXEC.BAT IO.SYS RECYCLER
boot.ini MSDOS.SYS StubInstaller.exe
CONFIG.SYS net_save.dna System\ Volume\ Information
DELL NTDETECT.COM TEMP
Documents\ and\ Settings ntldr WESTWOOD
epson pagefile.sys WINDOWS
hiberfil.sys Program\ Files
[root@d-op150-xp mnt]#
How do I make the mounting of windows a permanent thing?
__________________
Custom Desktop | AMD Phenom II X4 920 Quad Core CPU - 2.9 GHz | 3 GB DDR2 RAM | 500 GB HDD | Radeon 2400 HD Graphics | DVD-RW | Windows 7 SP1
No fate but what we make...
My Blog: kona0197.wordpress.com
|

24th October 2007, 05:54 AM
|
 |
Registered User
|
|
Join Date: Feb 2005
Location: Lansing, Mi
Age: 28
Posts: 2,222

|
|
|
make a directory like /mnt/windows
as root
mkdir /mnt/windows
then edit as root with your favorite editor /etc/fstab
add the line
/dev/sda1 /mnt/windows ntfs umask=0,auto 0 0
|

28th October 2007, 06:24 AM
|
 |
The Wibble Rouser
|
|
Join Date: Mar 2005
Age: 37
Posts: 3,787

|
|
|
OK I need some help...
What codes do I input to get fedora frog and then install/use it?
Thanks guys!
__________________
Custom Desktop | AMD Phenom II X4 920 Quad Core CPU - 2.9 GHz | 3 GB DDR2 RAM | 500 GB HDD | Radeon 2400 HD Graphics | DVD-RW | Windows 7 SP1
No fate but what we make...
My Blog: kona0197.wordpress.com
|

28th October 2007, 09:49 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
|
Originally Posted by kona0197
OK I need some help...
What codes do I input to get fedora frog and then install/use it?
Thanks guys!
|
You will learn nothing if I spoon feed you the commands to use it so go and figure it out yourself as you have opted for the lazy way
I don't use this type of program as they can really screw up your repos
http://sourceforge.net/projects/fedorafrog/
try this script instead  ( as it is safe )
http://forums.fedoraforum.org/forum/...install+script
Or if you want to learn howto use linux properly try this guide
http://www.fedoraguide.info/index.php/Fedora7
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Last edited by leigh123linux; 28th October 2007 at 10:00 AM.
|

28th October 2007, 10:07 AM
|
 |
The Wibble Rouser
|
|
Join Date: Mar 2005
Age: 37
Posts: 3,787

|
|
That's the rub of it isn't it? I told you guys this along time ago...
People don't want to learn Linux - they just want it to work.
And so do I to a point as I want to learn a few things along the way.
I had Fedora Frog running 5 minutes after I posted that request. I went out and searched for the answers myself.
There is no need to yell at me; one gathers knowledge by asking questions and besides not everyone knows as much as others when it comes to Linux. Some of us don't want to learn all there is in Linux - just enough to get by.
Learn that and remind yourself about that before you type...
Thanks anyway.
I did have a better question. What would one do if he wants to switch to a text based boot up process instead of a graphical one but still wanted a graphical login?
(Oh yeah how about getting an application to startup when you boot up fedora?)
Thanks guys - I'm gonna save this thread for future reference.
__________________
Custom Desktop | AMD Phenom II X4 920 Quad Core CPU - 2.9 GHz | 3 GB DDR2 RAM | 500 GB HDD | Radeon 2400 HD Graphics | DVD-RW | Windows 7 SP1
No fate but what we make...
My Blog: kona0197.wordpress.com
Last edited by kona0197; 28th October 2007 at 10:14 AM.
|

28th October 2007, 10:17 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
|
Originally Posted by kona0197
That's the rub of it isn't it?
I told you guys this along time ago...
People don't want to learn Linux - they just want it to work.
And so do I.
I had Fedora frog running 5 minutes after I posted that request. I did go out and searched and figured it out on my own.
There is no need to yell at me; one gathers knowledge by asking questions and besides not everyone knows as much as others when it comes to Linux.
Learn that and remind yourself about that before you type...
Thanks anyway.
|
Quote:
|
Learn that and remind yourself about that before you type...
|
I have  ( If someone isn't willing to learn I don't bother helping  )
No one is born a Linux guru , I am self taught and had to get any help I needed from Google as these forums didn't exist when I started using Linux ( I am in the middle of my RHCT course at the moment )
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

28th October 2007, 02:27 PM
|
 |
Registered User
|
|
Join Date: Jul 2005
Location: Melbourne, Australia
Age: 33
Posts: 762

|
|
Kona, F8 is right around the corner, you could wait a bit for that and see how it behaves...
the guide that Leigh123 points you to pretty much spells it out for you mate, you can even copy and paste commands directly. I think that's a pretty good level of help.
If you want to be spoon fed, no problems, but then you should be paying for support  You can't expect that a free forum feels obliged to hand you all your answers on a silver plate customised to your exact situation and needs.
Not meaning to sound rude, apologies if I have come across as such
__________________
the phases of 'nix troubleshooting
For :eek:
:confused: | google > :D
Next
Last edited by johannlo; 28th October 2007 at 02:39 PM.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 21:37 (Wednesday, 22-05-2013)
|
|
 |
 |
 |
 |
|
|