LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Etch unable to mount /dev/hda6 (https://www.linuxquestions.org/questions/debian-26/etch-unable-to-mount-dev-hda6-551357/)

flebber 05-04-2007 05:16 PM

Etch unable to mount /dev/hda6
 
I receive this error when trying to mount a hard drie partition. I have 2 hard drives hda which has a PCLinuxOS install with 3 partitions /dev/hda1 swap /dev/hda5 root and dev/hda6 home. My debian install is on hdb. I want to be able to access my /dev/hda6 home files from debian however I receive he following error when doing so
Quote:

Unable to mount the selected volume.
libhal-storage.c 1401 : info: called libhal_free_dbus_error but dbuserror was not set.

process 11015: applications must not close shared connections - see dbus_connection_close() docs. this is a bug in the application.

error: device /dev/hda6 is not removable

error: could not execute pmount


jay73 05-04-2007 11:17 PM

Have you tried mounting it permanently? In case you don't know to do that, here is how:

First issue this command:

mkdir /PClinuxHome (or whichever name your prefer)

then open up /etc/fstab and add this line:

/dev/hda6 /PClinuxHome (filesystem type of hda6: ext3, xfs, ..?) defaults 0 0

save the file and then issue this command:
/bin/mount -a

If you receive new error messages or you can't see anything in the /PClinuxHome directory, it would be best to remove the line from /etc/fstab again before you reboot.

flebber 05-05-2007 04:44 AM

jay73 shoots and scores.:D . Hole in one my friend worked perfectly, your help is much appreciated .


All times are GMT -5. The time now is 12:13 PM.