Sponsored Content
Operating Systems AIX File system not mounting at bootup Post 302129497 by m223464 on Tuesday 31st of July 2007 08:45:14 AM
Old 07-31-2007
File system not mounting at bootup

Hi,

I've got a recent problem with 2 file systems on an AIX 5.3 server. The fs's are marked to auto mount at startup and do show as being mounted after a a restart however if you cd to the mount point and 'df -g .' it shows the fs hasn't actually mounted.

Code:
$ mount |grep SQLT0001.0
         /dev/stpfadb03   /db2data/db2afaa1/stpfaad1/data/db2afaa1/NODE0000/SQL00001/SQLT0001.0 jfs2   Jul 31 13:05 rw,log=/dev/loglv01
         /dev/stpmbdb04   /db2data/db2amba1/stpmbadr/data/db2amba1/NODE0000/SQL00001/SQLT0001.0 jfs2   Jul 31 13:05 rw,log=/dev/loglv01
         /dev/stpdbdb04   /db2data/db2adba1/stpdbad1/data/db2adba1/NODE0000/SQL00001/SQLT0001.0 jfs2   Jul 31 13:05 rw,log=/dev/loglv01
         /dev/stpdbdb09   /db2data/db2adbb1/stpdbad1/data/db2adbb1/NODE0000/SQL00001/SQLT0001.0 jfs2   Jul 31 13:05 rw,log=/dev/loglv01
$ cd /db2data/db2amba1/stpmbadr/data/db2amba1/NODE0000/SQL00001/SQLT0001.0
/db2data/db2amba1/stpmbadr/data/db2amba1/NODE0000/SQL00001/SQLT0001.0 $ df -g .
Filesystem    GB blocks      Free %Used    Iused %Iused Mounted on
/dev/stpmbdb02      1.00      0.97    3%      307     1% /db2data/db2amba1/stpmbadr/data
$

If I try and mount this fs I get the message 'The requested resource is busy', so I have to unmount it and then mount it and it mounts correctly.

Code:
$ ls -l /db2data/db2amba1/stpmbadr/data/db2amba1/NODE0000/SQL00001/SQLT0001.0
total 0
$ unmount /db2data/db2amba1/stpmbadr/data/db2amba1/NODE0000/SQL00001/SQLT0001.0
$ mount /db2data/db2amba1/stpmbadr/data/db2amba1/NODE0000/SQL00001/SQLT0001.0
$ ls -l /db2data/db2amba1/stpmbadr/data/db2amba1/NODE0000/SQL00001/SQLT0001.0
total 8
-rw-------   1 db2amba1 stpaadm         512 Jul 31 00:18 SQLTAG.NAM
$

Anyone got any ideas what could be causing this?

Thanks

Gareth
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Mounting an ISO As a file system in AIX

I want to mount an ISO image as a file system in AIX, have been unable to find a utility to do so after scouring the net. Bryan (1 Reply)
Discussion started by: murdaugh
1 Replies

2. UNIX for Dummies Questions & Answers

Mounting a Floppy on System V

Hi, i want to mount a floppy disk device on a System V/68 Release R3V6 system because i want to copy some files from this Unix computer to a Win-98 based computer. I have logged in as "root" and used command line: mount /dev/f0ps2 /floppy (the "floppy folder" on the computer i'm working on is... (1 Reply)
Discussion started by: xtremexp
1 Replies

3. Solaris

mounting windows(vfat) file system

how can i mount windows file system into solaris using vfstab or mount command. also please tell me how to display the partition information. (1 Reply)
Discussion started by: ajoy patel
1 Replies

4. Solaris

mounting file system /etc/vfstab

Hello. When I use format command - It shows: /dev/dsk/c0d0s4 is normally mounted on /u02 according to /etc/vfstab. Please remove this entry to use this device. What does it mean? (4 Replies)
Discussion started by: panchpan
4 Replies

5. Solaris

Mounting a NFS network file system across platforms - Solaris to AIX

Hi all, Kind of an emergency situation, I have to NFS mount an AIX filesystem on to a Sun Solaris OS (5.10). Typically from Sun to Sun is: mount -F nfs <remote file system>/dir <mount point> Which of course doesn't work if the remote file system is another OS (like AIX). Is there... (1 Reply)
Discussion started by: jeffpas
1 Replies

6. UNIX for Dummies Questions & Answers

Facts about mounting remote file system

Say, we are going to mount a remote file system on our server. I am not too sure about how will data be transferred back to original host when it is written to the mounted FS. Could you please share an article or your knowledge on this? Thanks in advance; Stephen W. (2 Replies)
Discussion started by: swmk
2 Replies

7. UNIX for Advanced & Expert Users

system slows after bootup for some time

Hi, I am using a Linux system running at run level 3. I am finding a wired problem, once the system boots, the system terminal slows down, I need to type the characters repeatedly to enter my login and password info. Also running any commands takes time, it stays in this condition for some... (1 Reply)
Discussion started by: cjjoy
1 Replies

8. Emergency UNIX and Linux Support

Problem mounting NTFS file System in REDHAT Enterprise 5

When I am trying to mount my windows partitions in REDHAT Enterprise Linux 5 using these command mount -t ntfs-3g /dev/sda1 /mnt/ntfs I have encountered with the problem mentioned below FATAL: Module fuse not found. ntfs-3g-mount: fuse device is missing, try 'modprobe fuse' as root I have... (3 Replies)
Discussion started by: dearanik
3 Replies

9. UNIX for Dummies Questions & Answers

Mounting File System

Hi Team , Team Can any give me a good explanation of mount file system.:wall:if we have do a df -k it show /var/orcl/abc/txt mounted on /var/orcl. example : Filesystem 1K-blocks Used Available Use% Mounted on tmpfs 4021876 0 ... (2 Replies)
Discussion started by: kkabc789
2 Replies

10. Red Hat

Issue with mounting the file system .

Hi gurus, Need your help , Am facing some issue with one of the ext3 file system.while rebooting it failed to mount fs after running fsck i tried manuall but still no luck.However i made the machine up but am unable to mount file system can some one please help me. root@vm258902]~# cat... (2 Replies)
Discussion started by: kapil514
2 Replies
MSDOSFS(5)						      BSD File Formats Manual							MSDOSFS(5)

NAME
msdosfs -- MS-DOS file system SYNOPSIS
options MSDOSFS DESCRIPTION
The msdosfs driver will permit the FreeBSD kernel to read and write MS-DOS based file systems. The most common usage follows: mount -t msdosfs /dev/ada0sN /mnt where N is the partition number and /mnt is a mount point. Some users tend to create a /dos directory for msdosfs mount points. This helps to keep better track of the file system, and make it more easily accessible. It is possible to define an entry in /etc/fstab that looks similar to: /dev/ada0sN /dos msdosfs rw 0 0 This will mount an MS-DOS based partition at the /dos mount point during system boot. Using /mnt as a permanent mount point is not advised as its intention has always been to be a temporary mount point for floppy and ZIP disks. See hier(7) for more information on FreeBSD direc- tory layout. SEE ALSO
mount(2), unmount(2), mount(8), mount_msdosfs(8), umount(8) AUTHORS
This manual page was written by Tom Rhodes <trhodes@FreeBSD.org>. BSD
October 1, 2013 BSD
All times are GMT -4. The time now is 08:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy