SUMMARY: mount exceeded message

2007-12-25 1:58:00

Hello,

Thanks to everyone that suggested fuser /export/sysa. That should me two process that where using that dir:

# fuser -f /export/sysa
/export/sysa: 1643c 1618c

# ps -ef|grep 1643
root 1643 1618 0 07:29:07 pts/4 0:00 /bin/csh
root 1834 1681 0 08:18:41 pts/6 0:00 grep 1643
# ps -ef|grep 1618
user 1618 1616 0 07:27:52 pts/4 0:00 -csh
root 1643 1618 0 07:29:07 pts/4 0:00 /bin/csh
root 1836 1681 0 08:19:02 pts/6 0:00 grep 1618

# kill -9 1643
# kill -9 1618
#
# mount /export/sysa
#

Worked....

What could cause this? If anyone has an Idea? I was not in that dir when I tried to mount it?

Thanks Again...

-----Original Message-----
From: rmck <rmckeever at earthlink.net>
Sent: Sep 11, 2003 8:02 AM
To: codeprof at codeprof.com
Subject: mount exceeded message

Hi,

I have a Solaris 8 Ultra-30 machine that has a external SCSI HD attached.

The system sees the drive under the format command.

AVAILABLE DISK SELECTIONS:
0. c0t0d0 <SEAGATE-ST34371W-0946 cyl 5081 alt 2 hd 10 sec 165>
/pci at 1f,4000/scsi at 3/sd at 0,0
1. c0t1d0 <IBM-DDYS-T36950M cyl 14970 alt 2 hd 12 sec 399>
/pci at 1f,4000/scsi at 3/sd at 1,0
2. c0t2d0 <SEAGATE-ST373307LW-0004 cyl 49780 alt 2 hd 4 sec 720>
/pci at 1f,4000/scsi at 3/sd at 2,0
Specify disk (enter its number):

Under disk 2 I have a slice 7 that I want to mount only when root types "mount /export/sysa".

But this is the message I get somtimes:

# mount /export/sysa
mount: /dev/dsk/c0t2d0s7 is already mounted, /export/sysa is busy,
or the allowable number of mount points has been exceeded
#

entry from vfstab:
/dev/dsk/c0t2d0s7 /dev/rdsk/c0t2d0s7 /export/sysa ufs 2 no -

/dev/dsk/c0t2d0s7 does not show under df -k.

Thanks up front...

Rob
_______________________________________________
codeprof mailing list
codeprof at codeprof.com
http://www.codeprof.com/execute/ask/?codeinfoid=25517

Comments

Got something to say?

You must be logged in to post a comment.