PDA

View Full Version : mount prblm


mathan
11th December 2008, 09:38 PM
first see the image

http://www.imgx.org/files/27569_x5qdi/scre.png

how to mount the highlighted drive

i try

[root@localhost ~]# mount -t ntfs /dev/sda5 /mnt

Error opening '/dev/sda5': No such device or address

Failed to mount '/dev/sda5': No such device or address

Either the device is missing or it's powered down, or you have

SoftRAID hardware and must use an activated, different device under

/dev/mapper/, (e.g. /dev/mapper/nvidia_eahaabcc1) to mount NTFS.

Please see the 'dmraid' documentation for help.


then

[root@localhost ~]# mount -t ntfs /dev/mapper/nvidia_abbiefaip5 /mnt

NTFS signature is missing.

Failed to mount '/dev/mapper/nvidia_abbiefaip5': Invalid argument

The device '/dev/mapper/nvidia_abbiefaip5' doesn't have a valid NTFS.

Maybe you selected the wrong device? Or the whole disk instead of a

partition (e.g. /dev/hda, not /dev/hda1)? Or the other way around?

but the drive is work fine under windows xp

what to do now pleasse any one hlp me

i use fc10 64 edtion

JohnVV
12th December 2008, 01:37 AM
mount -t ntfs /dev/sda5 /mnt
it is a bit off try this

su -
mkdir /mnt/windows3
mount -t ntfs-3g /dev/sda5 /mnt/windows3

or add a line to " /etc/fstab ' for a basic mount ( SEE:" man fstab " for more info)
/dev/sda5 /mnt/windows3 ntfs-3g defaults 0 0

mathan
17th December 2008, 05:40 PM

hi jhon i try you idea but not use same prblm