Sep 5, 2005 #1 sm42 Technical User Joined Dec 11, 2003 Messages 133 Location GB Have you seen this before? What could it be? bash-2.05# mountall mount: /tmp is already mounted, swap is busy, or the allowable number of mount points has been exceeded
Have you seen this before? What could it be? bash-2.05# mountall mount: /tmp is already mounted, swap is busy, or the allowable number of mount points has been exceeded
Sep 5, 2005 #2 KenCunningham Technical User Joined Mar 20, 2001 Messages 8,475 Location GB It's telling you that /tmp is already mounted. No problem as far as I can see. Upvote 0 Downvote
Sep 5, 2005 Thread starter #3 sm42 Technical User Joined Dec 11, 2003 Messages 133 Location GB I want to mount an entry in /etc/vfstab by executing mountall. But I get this message. /dev/dsk/c1t1d0s3 /dev/rdsk/c1t1d0s3 /jump ufs 1 no - This will not mount either on a reboot. Upvote 0 Downvote
I want to mount an entry in /etc/vfstab by executing mountall. But I get this message. /dev/dsk/c1t1d0s3 /dev/rdsk/c1t1d0s3 /jump ufs 1 no - This will not mount either on a reboot.
Sep 5, 2005 1 #4 huebs Technical User Joined Jan 15, 2005 Messages 111 Location DE Change the "no" to "yes" in your vfstab entry. Upvote 0 Downvote
Sep 5, 2005 Thread starter #5 sm42 Technical User Joined Dec 11, 2003 Messages 133 Location GB Thanks huebs! did the job Upvote 0 Downvote