Hi Ashley,

On Fri, 15 Jun 2007 [EMAIL PROTECTED] wrote:

> Attempting to mount a logical ntfs partition under
> SUSE 10.2 gets the following error. The partition is
> on a hardware raid drive.
>
> linux-host:/windows # mount -t ntfs-3g
> /dev/mapper_isw_baabeiccea_Volume0_part16 /windows/C
>
> Failed to access
> '/dev/mapper_isw_baabeiccea_Volume0_part16': No such
> file or directory

The device mapper directory is /dev/mapper/ so you should try
something like

  mount -t ntfs-3g /dev/mapper/isw_baabeiccea_Volume0_part16 /windows/C

Note that you have used the '_' character instead of the '/' in the path
after "mapper" beforehand.

If that's still not correct then check the content of /dev/mapper/
what you should mount.

        Szaka


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
ntfs-3g-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ntfs-3g-devel

Reply via email to