mounting NTFS drives in FC2

shrek-m at gmx.de shrek-m at gmx.de
Sun May 23 21:09:21 UTC 2004


Pascal Calarco wrote:

> /dev/hda/hda1           /mnt/win1               ntfs    
> defaults        0 0
> /dev/hdb/hdb1           /mnt/win2               ntfs    
> defaults        0 0
> /dev/sda/sda1           /mnt/sata               ntfs    
> defaults        0 0
>
> Okay, now when I try to mount these:
>
> [root at localhost root]# mount -a -t ntfs
> mount: special device /dev/hda/hda1 does not exist
>       (a path prefix is not a directory)
>
> mount: special device /dev/hdb/hdb1 does not exist
>       (a path prefix is not a directory)
>
> mount: special device /dev/sda/sda1 does not exist
>       (a path prefix is not a directory)
>
> What am I missing?  I have looked at the man pages for both fstab and 
> mount, and am still puzzeled.  Thanks in advance!


should be:

/dev/hda1   /mnt/win1   ...
/dev/hdb1   /mnt/win2   ...
/dev/sda1   /mnt/sata   ...



# mount -a


-- 
shrek-m





More information about the fedora-list mailing list