Results 1 to 10 of 17
I've just installed Fedora 7, i had my hard drive partitioned ready to keep windows in c and install linux in d, during istallation i was given 4 options, i ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-05-2007 #1Just Joined!
- Join Date
- Jun 2007
- Posts
- 8
Did Fedora 7 wipe my windows xp?
I've just installed Fedora 7, i had my hard drive partitioned ready to keep windows in c and install linux in d, during istallation i was given 4 options, i was little confused but chose ( use empty space to set up default lay.. ), after running linux i found no windows, no hard disk, please help me, i have some important data in c.
appreciated
- 06-05-2007 #2
Can you post the output of /sbin/fdisk -l? You'll have to be root.
- 06-05-2007 #3Just Joined!
- Join Date
- Jun 2007
- Posts
- 8
thanks for ur immediate respond. i didn't expect it to be so quick, therefor i stepped out.
i'm really totally new to this, can you please guide me on how to reach that root in 1, 2, 3.. ?
i really appreciate you.
- 06-05-2007 #4
root is the Linux version of an Administrator account. To log in as root execute this:
it will prompt you for root's password. Type it in and hit enter. It won't echo anything (not even ******) so it looks like nothing is being typed but if you type the password in correctly and hit enter you will be root. Then execute this command:Code:su -
That's a lowercase L . Post the output here.Code:/sbin/fdisk -l
- 06-05-2007 #5Just Joined!
- Join Date
- Jun 2007
- Posts
- 8
ok, you want me to go first to system
then administration
then .. where?
i do have my password, but do i use it first?
or shall i use su - first?
- 06-05-2007 #6
Go To Applications -> System Tools, then click on Terminal. Then type in those commands I gave you into the window that comes up.
- 06-05-2007 #7Just Joined!
- Join Date
- Jun 2007
- Posts
- 8
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 8354 67102528+ 7 HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sda2 8354 16709 67110120 7 HPFS/NTFS
Partition 2 does not end on cylinder boundary.
/dev/sda3 16710 16721 96390 83 Linux
/dev/sda4 16722 19457 21976920 5 Extended
/dev/sda5 16722 19457 21976888+ 8e Linux LVM
[root@localhost ~]#
- 06-05-2007 #8
OK, it looks like your Windows partition is still there. You can gain read/write access to it by installing ntfs-3g. Check the part of this tutorial marked "Install NTFS Write Support". It's for FC6 but the directions are the same for Fedora 7. When you get to the section of the tutorial that says to add this line to /etc/fstab:
replace /dev/sda1 with /dev/sda2.Code:/dev/sda1 /mnt/ntfs_p ntfs-3g defaults,umask=0 0 0
- 06-05-2007 #9Just Joined!
- Join Date
- Jun 2007
- Posts
- 8
thank you, thank you too much.
i really appreciate what you did for me.
one final q please, where do i download that tutorial?
thank you again and a very pleasant night
- 06-05-2007 #10
I'm sorry, I forgot to include the link. Here it is.


Reply With Quote
