[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]
AIX Version 4.3 Messages Guide and Reference
Error Messages for Component ID 0506
0506-204 Specify a vfs type
Possible Causes
Procedures for Recovery
- Specify a valid file system type.
Enter the mkfs -V VFSTypeName /dev/DeviceName command to create a new file system on the specified device. The new file system must be one of the types listed for that device in the filesystems file or must be specified by the mkfs command.
Note: The vfs file lists the allowed file system types. The vfs file must contain the VFS type name you specify.
If you use this option to recover from this error, you do not need to change the filesystems file.
- Ensure the filesystems file contains the vfs type.
With an editor, check the filesystems file to see whether the stanza referring to the device parameter exists. If the stanza is not in the file, add it to the file. If the stanza exists, but does not contain a VFS line, add a line similar to the following:
vfs = VFSTypeName
The vfs file must contain the specified VFSTypeName.
0506-324 Cannot mount Device on DirectoryName
Possible Causes
- You attempted to mount a device, but you do not have root authority or you are not a member of the system group.
- You attempted to mount a directory over a regular file, for example:
mount Directory File
- You tried to use a nonexistent file or directory as a mount point.
- A device (for example, a diskette drive) to be mounted is either not ready or is write- protected.
- You attempted to mount a file system that is already mounted.
Procedures for Recovery
- Run the id command from the command line to ensure that you have the correct authority.
- Ensure that the mount point that you specify for a directory is a directory, and the mount point for a file is a regular file.
- Create the file or directory to be used as the mount point.
- Ensure that the device is ready (for example, the diskette is in the drive) and is not write-protected.
0506-349 Cannot unmount String
Possible Causes
This error message is displayed with the following text:
Only the owner or a privileged user can perform the operation.
for one of the following reasons:
- You used the System Management Interface Tool (SMIT) to unmount a file system and do not own the file system, do not belong to the system group, or do not have access permissions.
- You used the unmount or umount command to unmount a file system and do not own the file system, do not belong to the system group, or do not have access permissions.
This error message is displayed with the following text:
A device is already mounted or cannot be unmounted.
for one of the following reasons:
Procedures for Recovery
- Obtain the proper access permissions.
- Select the SMIT Physical and Logical Storage--> File Systems--> Unmount a File System--> NAME of file system to unmount menu option.
- Select List to display a list of available file systems.
- Choose a file system to unmount.
- Select Do to unmount the file system.
OR
- Use the su command to change to the root user, or to a user who belongs to the system group and has write permission to the directory in which the file system is mounted.
- Use the umount or unmount command to unmount the file system.
- Remove active devices before unmounting a file system.
- Select the SMIT Physical and Logical Storage--> File Systems--> Unmount a File System--> NAME of file system to unmount menu option.
- Select List to display a list of available file systems.
- Select a file system to unmount.
- Select Do to unmount the file system.
OR
- Use the ps -ef command to ensure that none of the files contained in the file system are being accessed by any user.
- When all file access stops, use the umount or unmount command to unmount the file system.
0506-519 Device open failed
Possible Causes
- You tried to mount or unmount a file system that may be damaged.
- You ran the ff or fsck command on a file system after modifying the /etc/filesystems file and specifying an incorrect device.
- You attempted to run the fsck command on a cdrfs (CD-ROM) file system.
Procedures for Recovery
- Run the fsck FileSystem command on the file system to check whether there are errors in the output.
- If the fsck output displays errors, reboot the system from the boot media. Select the Maintenance option, then select Access a Root Volume Group.
- After identifying the correct volume group, select Access this Volume Group and start a shell before mounting filesystems.
- Run the fsck command on all the file systems, including the damaged one.
- Enter exit
after all the file systems are checked.
- Shut down the system:
shutdown -Fr
- Ensure that the device specified in the /etc/filesystems file is correct, or use SMIT to remove and then recreate the file system.
- Check the /etc/filesystem file for the FileSystem stanza. If the vfs
field is crdfs
, do not run the fsck command.
[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]