View Single Post
Old 25th June 2008
richardpl richardpl is offline
Spam Deminer
 
Join Date: May 2008
Location: Croatia
Posts: 284
Default

Well if you are sure that it is NTFS (you looked in explored details of external hard disk) you need to do something like this:

# ls /dev/da*

and than try to mount every ntfs partition with arelady showed command:

# mount -t ntfs /dev/da0 /mnt/disk

where da0 is actual partition with ntfs file system.

Maybe da0 will just works ...

Hmm, hal automounters can mount that disk? (if you have hald and friends installed)
Reply With Quote