LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   mount.nfs: mount point /mnt/cdrom is not a directory Error (https://www.linuxquestions.org/questions/red-hat-31/mount-nfs-mount-point-mnt-cdrom-is-not-a-directory-error-4175509476/)

Anna23 06-28-2014 02:23 AM

mount.nfs: mount point /mnt/cdrom is not a directory Error
 
Hi,

I am trying to install RHEL without using CD through NFS.

As part of this I was checking mount iso in localhost of NFS server. It gives me following error
"mount.nfs: mount point /mnt/cdrom is not a directory"


===========================
[root@Kickstart-cdrom]# mount -t nfs -o ro localhost:/home/rhel-server-6.4-x86_64-dvd.iso /mnt/cdrom
mount.nfs: mount point /mnt/cdrom is not a directory
=============================

However /mnt/cdrom is valid directory !!

Can someone help me to resolve this issue.

-Thx

dipanjan 06-29-2014 06:27 AM

I guess because it is a iso file you need mount -o loop /home/xxx.iso /mnt/cdrom to mount it.


All times are GMT -5. The time now is 04:10 AM.