Re: Ubuntu-Windows



chevysrock39@xxxxxxxxx a écrit :
I use partition magic windows linux linux swap recovery are my current
partitions


OK, you have four partitions :
windows
linux
linux swap
recovery
You will get more information about your partitions by typing Douglas Mayne's commande :
# fdisk -l /dev/hda

Can you mount your windows partition to know if your windows system has been altered ? You can do this by the command as root
# mkdir /mnt/windows
# mount -t ntfs /dev/hda1 /mnt/windows

and then

# ls /mnt/windows

and you will see the content of your windows partition if it hasn't be altered.
.



Relevant Pages