mount problem 3u9

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat mount problem 3u9
# 1  
Old 09-23-2012
mount problem 3u9

every day i must type # mount -a in the workstation to mount the directory from the server .

note

1- fstab is very good no problem in it
2- the network in this workstation is stable
3- i check every thing in this workstation but i dont see any problem
4- the O.S RedHat 3u9

every day the user is restart the workstation and called me to type #mount -a
i need to know why this workstation not mount automaticly .

thanks a lot Smilie
# 2  
Old 09-23-2012
"I don't see any problem, but I have a problem. What's my problem?"
So much information in your post. Smilie

I guess that you have a shared directory, somewhere in your network, and that you're trying to mount it at boot time.

Are you using the _netdev mount option in /etc/fstab, to wait for the network to be ready before trying to mount the remote directory?

If the above doesn't solve, how are your runlevels and daemons configurated?
What does dmesg say about mounts?
Can we see your /etc/fstab, and which is the problematic mount?

Quote:
the O.S RedHat 3u9
Bleeding edge, uh? Smilie
--
Bye
# 3  
Old 09-23-2012
/etc/fstab

GNU nano 1.2.1 File: /etc/fstab

LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
LABEL=/disk1 /disk1 ext3 defaults 1 2
LABEL=/disk2 /disk2 ext3 defaults 1 2
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda3 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
exp4900:/home /home nfs defaults 0 0
exp4900:/apps /apps nfs defaults 0 0
exp4900:/lmksys /lmksys nfs defaults 0 0
exp4900:/medt01 /medt01 nfs defaults 0 0
exp4900:/medt02 /medt02 nfs defaults 0 0
exp4900:/medt03 /medt03 nfs defaults 0 0
exp4900:/medt04 /medt04 nfs defaults 0 0
exp4900:/medt05 /medt05 nfs defaults 0 0
exp4900:/medt06 /medt06 nfs defaults 0 0
exp4900:/gulf01 /gulf01 nfs defaults 0 0
exp4900:/gulf02 /gulf02 nfs defaults 0 0

---------- Post updated at 04:35 AM ---------- Previous update was at 04:34 AM ----------

the problem is i must every day type command #mount -a
# 4  
Old 09-23-2012
Have you already tried the possible solution I posted above?
--
Bye
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Problem with command mount

Hi, I have a problem with the command mount with a password with special character mount -t smbfs '//itransfert_cs:password@IP/itransfert/1-Arrivees/Vers_K2' /share the password contain a * and a @ I try to quote but don't work, replace the @ with %40 and try to escape with \ but... (8 Replies)
Discussion started by: protocomm
8 Replies

2. HP-UX

Mount problem with Linux

Hello, I want to mount a directory with nfs (v3). Server HP-UX 10.20 Client Centos If I export the path "/tausch" with access control for hosts with the command mount -t nfs <SERVER_HP-UX_IP>:/tausch/ /mnt/mnt_bach2/ /etc/exports: /tausch ... (8 Replies)
Discussion started by: nuts
8 Replies

3. Linux

problem in mount

every day i must type # mount -a in the workstation to mount the directory from the server . note 1- fstab is very good no problem in it 2- the network in this workstation is stable 3- i check every thing in this workstation but i dont see any problem 4- the O.S RedHat 3u9 every day the... (1 Reply)
Discussion started by: ayman
1 Replies

4. Red Hat

Mount problem in RHEL6

Hi Folks, I am trying to mount an AIX server in Linux 6, I am able to mount the path under the mount point of /mnt and also can view on df -h. But, under the /mnt there is no content ... its empty. (6 Replies)
Discussion started by: gsiva
6 Replies

5. UNIX for Dummies Questions & Answers

usb mount problem

Hi friends, when i boot into my linux system, i am not able to use my USB device while it works on window. i know mount command but it seems my USB does not detected and when i insert my USB into USB port .. and run fdisk list command it does not show any additional device . normally... (2 Replies)
Discussion started by: johnray31
2 Replies

6. Linux

Mount problem

well i have an NFS server setup on a pc "1st server" running Fedora Core 4 and i need to mount this from a non-root user. But when i try this i get this freaking error "mount: only root can do this". i do have the entry in fstab file and i tried following solution (no one are working) entry in... (1 Reply)
Discussion started by: sydney30
1 Replies

7. UNIX for Dummies Questions & Answers

NFS mount problem

Hello, I'm trying to create an NFS mount on server1 to server2. From the man pages I think I'm doing it right: mount server2:/dev/vg60/lvol607 /net1 nfs mount: server1:/dev/vg60/lvol607: Permission denied Do I need to provide login credentials to server 2 somehow? What am I missing? ... (1 Reply)
Discussion started by: FredSmith
1 Replies

8. UNIX for Dummies Questions & Answers

mount protocol problem

i implemented the mount protocol through rpcv2. i keep getting a permission denied even if i already configured the server to allow my client. the rpc accectstat is ok but the mount service stat is permission denied. why is that? (0 Replies)
Discussion started by: red_colt
0 Replies

9. Solaris

nfs mount problem

I have a NFS share on a Linux server. When I try to mount it on a Solaris 9 server, I get the following message: nfs mount: <nfs-server-name>: : RPC: Program not registered I have a few other Sun boxes and I can mount the share on them without any problems. (2 Replies)
Discussion started by: soliberus
2 Replies

10. BSD

OpenBSD : mount problem

hi I have two hhd's. One is primary disk which holds the OpenBSD system and the other is my download disk (disk2). I formatted disk2 in "ffs" type. And created a "disklabel", wd1a. The disklabel program says "No change made", but I can see the changes by "p" command. I cannot mount my disk2!... (1 Reply)
Discussion started by: fnoyan
1 Replies
Login or Register to Ask a Question