Hello
I unoumnted the partition and than try to mount back and got the error message:
mount: can't find /dev/hda3 in /etc/fstab or /etc/mtab
What is wrong?
[root@localhost sbin]# umount /dev/hda3 [root@localhost sbin]# mount /dev/hda3 mount: can't find /dev/hda3 in /etc/fstab or /etc/mtab [root@localhost sbin]# df -h Filesystem Size Used Avail Use% Mounted on /dev/hda8 34G 5.8G 27G 18% / none 251M 0 251M 0% /dev/shm /dev/hda2 9.7G 34M 9.1G 1% /tmp /dev/hda6 9.7G 4.8G 4.4G 53% /usr /dev/hda5 9.7G 619M 8.6G 7% /var
_________________________________________________________________
Where are you trying to mount it to?
mount /dev/hda3 /mnt/name
where "name" is the name you want to call the device, such as data1, cdrom, henry, external_drivew, whatever. And make sure you already have that directory (/mnt/name) created before mounting.
-- Shrike-list mailing list Shrike-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/shrike-list