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@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