Mount problem in RHEL6

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Mount problem in RHEL6
# 1  
Old 08-21-2012
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.
# 2  
Old 08-21-2012
It would be very helpful to readers if you provided more information such as is this an NFS mount (there are other types of distributed or global filesystems!) and what system you are doing the df -h on.
# 3  
Old 08-22-2012
Its an nfs mount . Hereas, I am able to mount without nfs too. But, even after mounting the contents are not listed.
# 4  
Old 08-22-2012
We will still need more infortmation, let's start with getting the output of "df -h" and "mount" when ran without command line options.
# 5  
Old 08-23-2012
I used the below command to mount the server path under one server:

Code:
mount x.x.x.x:/mksysb /mnt

df -h:
Code:
Filesystem            Size  Used Avail Use% Mounted on
x.x.x.x:/mksysb      3.0T  2.9T   79G  98% /mnt

Code:
[root@abcd mnt]# ls -al
total 5
dr-xr-xr-x.  1 nobody nobody    2 Jul 30 11:25 .
dr-xr-xr-x. 27 root   root   4096 Aug 10 16:06 .

.

Last edited by radoulov; 08-27-2012 at 05:14 PM..
# 6  
Old 08-23-2012
The instructions were to run the "mount" command without any options so that I can see what options it was mounted with.
# 7  
Old 08-27-2012
Well, first of all, have you checked if the /mksysb dir on the AIX server has contents? Silly question, I know, but sometimes we tend to forget checking the very basic thing.
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. Linux

Problem in displaying message on RHEL6 on EFI during PXE boot

Hi, I am doing PXE boot for RHEL6.4 on EFI and want to display custom messsage before loading vmlinuz and initrd.img, which is not working. boot server side (In case of BIOS client): In /var/lib/tftpboot/default file I am putting the message in below format: SAY hello world boot... (0 Replies)
Discussion started by: indus123
0 Replies

3. Red Hat

Start problem rhel6

what can i do now??? please help me.... (12 Replies)
Discussion started by: shakilbd
12 Replies

4. 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

5. Red Hat

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... (3 Replies)
Discussion started by: ayman
3 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. Solaris

Problem with mount remot..!!

hi all... when I try to mount filesystem on solaris appear me Permission denied this is do it: mount -F nfs <remote file system> <mount point> mount -f nfs remot_server:/share /share when i run this line: nfs mount: server_remoto:/share: Permission denied what i need to do? Regards.. (4 Replies)
Discussion started by: chanfle
4 Replies

8. 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

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