Quote:
Originally Posted by Erik765
I tried fdisk -l. It didn't return anything, so I
>>>>>>>>>>>
Any more ideas?
|
You have to have root privileges for fdisk -l to work.
So do su - (it's the "-" sign that does it)
you should see something like this
[mike@core6 ~]$ su -
Password:
[root@core6 ~]# fdisk -l
Disk /dev/hda: 10.2 GB, 10242892800 bytes
255 heads, 63 sectors/track, 1245 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 1245 9896040 8e Linux LVM
Disk /dev/sda: 80.0 GB, 80025280000 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1912 15358108+ 7 HPFS/NTFS
/dev/sda2 1913 3824 15358140 83 Linux
/dev/sda3 3825 5736 15358140 c W95 FAT32 (LBA)
If your windows partitions aren't NTFS, it's easy. just create a directory in /mnt, something like /mnt/windows. Then as root, you should be able to do.
mount /dev/sda3 /mnt/windows. Just change sda3 to your partition.