Drive won't mount
I'm fairly new to Linux.
Original configuration:
80G ide, 250G sata, 2nd 250G sata.
The satas are used for data only. The 80 was partitioned a:s hda1 Mandriva; hda2, XP;
hda3, nothing : hda4, linux swap.
I installed studio64 2.01. I wanted to retai Mandriva and install Studio in hda3, but couldn't figure out how to do that. So I installed studio in hda1, formatting over the Madriva installtion.
I found the formatting part of the installation confusing, but finally got the installtion done.
Studio and XP both work. Studio even detected my win network! Now the problem. Studio does not see the other partiions on hda. It sees the sata drives, but will not mount them.(The satas are fine under XP) The error message says
"Unable to mount the selected volume
ibhal-storage.c 1401 : info: called libhal_free_dbus_error but dbuserror was not set.
process 4381: applications must not close shared connections - see dbus_connection_close() docs. this is a bug in the application.
error: device /dev/sda5 is not removable
error: could not execute pmount
"
I have no idea what that means.
I'm going to boot the live studio and see if the satas work there. I'm considering reinstalling studio, but I'm not sure what changes I would have to makein the partition stage of the install.
Thanks for any help.

whew, good logs, anyway!
'lsof' | grep '/media/sda5' | grep -v grepwill list all locks on /media/sda5 If you see something like this:konsole 4011 scotts cwd DIR 8,2 20480 10125313 /home/scottsthen you can kill that process number (4011 in this example) with:kill -9 4011You shouldn't kill things as root too casually, you can bring the system down, but you won't damage anything. I found other references to Etch having the "drive busy" problem. Try this as root (or sudo before the command):apt-get --purge remove evms evms-ncursesYes, all this seems harder than it should. Take comfort in the fact that in Linux, at least it is possible to poke under the hood on a much deeper level than Windows.Can you see the folder?
:-)
already mounted
another try
Here are the results of
fstab
another experiment
more changes
Possibly just the partition ID's
I ran the mkdr command in
changes made
See if this helps...
ran fdisk
which type of partitions?
The only NTFS is hda2, the
update