You have to create a mount point so if windows was sda1 for example...
mkdir /mnt/sda1
mount /dev/sda1 /mnt/sda1
Should work after that. Just do it for each of your partitions.
You have to create a mount point so if windows was sda1 for example...
mkdir /mnt/sda1
mount /dev/sda1 /mnt/sda1
Should work after that. Just do it for each of your partitions.
Hi
thanks for reply tried that and still not working, below is output from shell
-------------------------------------------------------------
bt ~ # mkdir /mnt/sda1
mkdir: cannot create directory `/mnt/sda1': File exists
bt ~ # mount /dev/sda1
fusermount: mount failed: Device or resource busy
FUSE mount point creation failed
Unmounting /dev/sda1 (Vista)
bt ~ # mkdir /mnt/sda5
mkdir: cannot create directory `/mnt/sda5': File exists
bt ~ # mount /dev/sda5
mount: /dev/sda5 already mounted or / busy
mount: according to mtab, /dev/sda5 is already mounted on /
----------------------------------------------------------------------
Hmmm... Whats this button do?.... OWWWWWWWW
It looks like, from your shell output, that your hard drive is already mounted. Reboot and open a shell. "mount" with no arguments will show the devices already mounted.
"ls /mnt/sda1" will show you your hard drive contents.
Probably, when using konq, you are telling it to mount your hard drive rather than "open" it. Try "mc" from a shell. If it can access your hard drive, it's a gui problem or operator error.
All your partitions should be mounted when you boot, default, unless you use the nohd cheatcode.
Good Luck