You are not logged in.

#1 2007-09-17 19:36:41

heleos
Member
From: Maine, USA
Registered: 2007-04-24
Posts: 678

network drive fails to umount during shutdown

It seems to be random times when I'm accessing my 2nd harddrive (NTFS formatted, mounted with ntfs3g), that konqueror will freeze and will no longer start. The only way i've found to fix the problem is to reboot, and when shutting down, i notice:

Unmounting network drives:   [FAILED]
/storage is busy.

It's getting to be fairly annoying, and I'm wondering if anyone else is having this problem. It may be ntfs, or kde, or my harddrive, or anything else I can think of.

Offline

#2 2007-09-23 15:24:02

phildg
Member
Registered: 2006-03-10
Posts: 146

Re: network drive fails to umount during shutdown

Since updating to util-linux-ng I've noticed that

umount -a -t nfs,blah,blah,fuse,fuseblk

Always returns 1 even though the unmount was successful which gives the same

Unmounting network drives:   [FAIL]

error message at shutdown. These two things may be related.

Offline

#3 2007-09-23 19:42:42

ziggy
Member
From: Riga, Latvia
Registered: 2007-04-28
Posts: 23

Re: network drive fails to umount during shutdown

Similar problem here.:(
I have added the following in my fstab file:

192.168.1.3:/home       /mnt/devel      nfs     rw,soft,rsize=8192,wsize=8192        0 0

On startup share is mounted properly, but on shutdown I'm receiving

Unmount nfs:   [FAIL]

Offline

#4 2007-10-09 19:17:10

rocktorrentz
Member
From: Southampton, England
Registered: 2007-08-05
Posts: 141

Re: network drive fails to umount during shutdown

I've got the same problem and have had it on both my arch boxes for a while now. I haven't noticed it causing any problems to my fileserver but I don't know for sure. I would appreciate it if it could be fixed.

Offline

#5 2008-03-02 11:36:47

rocktorrentz
Member
From: Southampton, England
Registered: 2007-08-05
Posts: 141

Re: network drive fails to umount during shutdown

The problem is still there. I don't see it causing any problems but it does bug me.

Offline

#6 2008-09-09 13:09:12

chochem
Member
From: Denmark
Registered: 2008-03-02
Posts: 176
Website

Re: network drive fails to umount during shutdown

Same here. I think I can narrow it down to the type of command issued by the daemon script, namely

umount -a -t nfs,nfs4,smbfs,codafs,ncpfs,cifs,shfs,fuse,fuseblk

If I use this (or just umount -a -t nfs), I get a 1.
However, unmounting just using plain and simple

sudo umount 192.168.1.1:/mnt
or
sudo umount [local mount point]

returns 0.

Last edited by chochem (2008-09-12 12:31:11)

Offline

#7 2010-05-19 17:46:05

masteryod
Member
Registered: 2010-05-19
Posts: 433

Re: network drive fails to umount during shutdown

[i know this is old topic but recently i fall into that trap too]

I've got the same issue, edit DAEMONS list solved this, add dbus before hal it works for me

also look at this: http://bbs.archlinux.org/viewtopic.php?id=80013

Offline

Board footer

Powered by FluxBB