Sponsored Content
Operating Systems HP-UX Is it really impossible to force umount on HP-UX Post 302315008 by gogol_bordello on Monday 11th of May 2009 08:45:25 AM
Old 05-11-2009
yes, sorry Smilie
nfs mounted but with link removed. can I umount it without reboot?

Here I've two solution, but I'm not sure they don't produce problems :
1- nfs.client stop/start
2- mv mnttab mnttab.old ; mountall

The problems are :
all other nfs mounted will be re-mounted?
will I cut communication with well-mounted fs?

Last edited by gogol_bordello; 05-11-2009 at 11:19 AM..
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

umount

:confused: Twofold question for you unix "guru's" 1) When attempting to use the umount command I get a message stating that the partition that I want to unmount is busy. Is there another command that I need to use prior to the umount command to clear the partition of activity????? ... (2 Replies)
Discussion started by: rod23
2 Replies

2. UNIX for Dummies Questions & Answers

umount error

the program as follow: mount /dev/fd0135ds18 /mnt cd /mnt touch file1 cat /file2 >/mnt/file1 umount /dev/fd135ds18 when error tell device busy could you tell me the reason? (1 Reply)
Discussion started by: fresh
1 Replies

3. UNIX for Advanced & Expert Users

umount help

hi all, I inherit a Solaris7 system with /home mounted via a share from the NFS server. When I look at mnttab, there are two entries mounted under /home. Let's say they are server:/home/a and server:/home/b. I would like to maintain /home/a but not /home/b. However, I just don't know where... (4 Replies)
Discussion started by: andrec
4 Replies

4. Solaris

umount is failing

I am trying to umount a NFS share. When I do the following: # umount syrupg21 umount: /oebs/syrupg21: device is busy device bussy so I like to check what is working on the system.... # fuser -muv /oebs/syrupg21/ # So no locks should be there... any clue? Regards, Johan... (3 Replies)
Discussion started by: suntac
3 Replies

5. Solaris

force umount in solaris 2.6

Hi All, Can someone share with me how to force umount in solaris 2.6? Thanks Leong (3 Replies)
Discussion started by: bkleong
3 Replies

6. UNIX for Dummies Questions & Answers

Almost impossible question

Would anyone know how to get a directory listing of all files in a directory as well as all the files in their respective subdirectories and save the listings to a file? I realize this is tricky. (12 Replies)
Discussion started by: danceofillusion
12 Replies

7. UNIX for Dummies Questions & Answers

Next to impossible question

I noticed that I have a print job that is hung up (lpstat -o) due to a broken printer. Is there a way to re-route the printed information into a text file? Or does it exist somewhere in UNIX as a text file? (5 Replies)
Discussion started by: danceofillusion
5 Replies

8. HP-UX

how to force umount

sorry, wrong section, mod please close thread (0 Replies)
Discussion started by: robertngo
0 Replies

9. UNIX for Advanced & Expert Users

fsck.gfs2 outputs "RG recovery impossible; I can't fix this file system"

I have a CentOS release 5.2 (Final)host running kernel 2.6.18-92.el5 with at raid 10 that had two mirrored drives fail. The drives were re-inserted and now the raid shows healthy (for now). I tried to mount but got an Input/output error. I then attempted a fsck: fsck.gfs2 -y /dev/vg_01/uss_vol... (0 Replies)
Discussion started by: king_hippo
0 Replies

10. Solaris

Impossible to access on /vol1

hi team, I'm a new with Solaris system and i'm a french, so my english will not be very good but I'll try to explain my problem. I have a Sun server SunFire X4170 with Solaris 10 as OS. since last week I am not able to access on /vol1 anymore. And bellow are the warning messages which are... (20 Replies)
Discussion started by: cerco
20 Replies
umount.davfs(8) 						       1.4.6							   umount.davfs(8)

NAME
umount.davfs - Umount-helper to unmount a davfs2 file system SYNOPSIS
umount.davfs [-h | --help] [-V | --version] umount dir SYNOPSIS (root only) umount.davfs dir DESCRIPTION
umount.davfs is a umount helper program. It is called by the umount(8) command. Its purpose is to prevent the umount command from returning unless mount.davfs has synchronized all its cached files with the webdav server. dir is the mountpoint where the WebDAV resource is mounted on. It may be an absolute or relative path. While for local file systems umount(8) will only return when all cached data have been written to disk, this is not automatically true for a mounted davfs2 file system. With this umount helper the user can rely on the familiar behaviour of umount(8). To inform the operating system that the file system uses a network connection, you should always use the _netdev option, when mounting as davfs2 file system. Depending on the amount of data and the quality of the connection, unmounting a davfs2 file system may take some seconds up to some hours. If the mount.davfs daemon encountered serious errors, umount.davfs may return an error instead of unmounting the file system. In this case try umount -i. The -i option will prevent umount(8) from calling umount.davfs. OPTIONS
-V --version Output version. -h --help Print a help message. -f -l -n -r -v This options are ignored. They are only recognized for compatibility with umount(8). FILES
/var/run/mount.davfs PID-files of running umount.davfs processes are looked up here. BUGS
No known bugs. AUTHORS
This man page was written by Werner Baumann <werner.baumann@onlinehome.de>. DAVFS2 HOME http://savannah.nongnu.org/projects/davfs2 SEE ALSO
mount.davfs(8), umount(8), davfs2.conf(5), fstab(5) davfs2 2009-04-13 umount.davfs(8)
All times are GMT -4. The time now is 07:24 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy