![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
First Cup of Ubuntu
![]() Join Date: Jun 2006
Location: Florence, Italy
Beans: 10
Ubuntu 9.04 Jaunty Jackalope
|
how to: automatically umount cifs partitions
Hi everybody,
I'm posting a modification of a simple script originally coded by 'jferrando' http://www.ubuntuforums.org/showthre...highlight=cifs devoted to automatically umount cifs partitions in the shutdown and reboot sequence of Ubuntu (Dapper+). The main problem with the original script was that mount locations of cifs partitions had to be explicitly hardcoded in the script: I have written a simple routine which detects all mounted cifs-partition and umount them before proceeding with the other phases of the shutdown/reboot sequences. ----------------------------------------------------- Instructions are very simple: uncompress archive and set 'chmod +x' on the mountcifs file sudo cp mountcifs /etc/init.d/ cd /etc/rc0.d sudo ln -s /etc/init.d/mountcifs K02mountcifs cd /etc/rc6.d sudo ln -s /etc/init.d/mountcifs K02mountcifs ...that's all! ------------------------------------------------------ I've experienced problem in the shutdown of my laptop just after sharing cifs filesystems with other PCs in a VPN network... this script fixed the problem.... hope it will be useful for someone out there! Happy Coding Max |
|
|
|
|
|
#2 |
|
5 Cups of Ubuntu
![]() Join Date: Jun 2006
Location: Italy
Beans: 29
|
Re: how to: automatically umount cifs partitions
Works fine for me.
|
|
|
|
|
|
#3 |
|
5 Cups of Ubuntu
![]() Join Date: Apr 2006
Location: Seattle
Beans: 36
Ubuntu 7.04 Feisty Fawn
|
Re: how to: automatically umount cifs partitions
The script worked well and ended my CIFS VFS: No Response for cmd 50 error that would lock my sys on shutdown.
Unfortunately, now i get one at the same place that says: "CIFS VFS: No Response for Cmd 113" However, this error does not lock the system, it just hangs for about 5 seconds and then continues to shutdown properly. Any Ideas? |
|
|
|
|
|
#4 |
|
First Cup of Ubuntu
![]() Join Date: Jun 2006
Location: Florence, Italy
Beans: 10
Ubuntu 9.04 Jaunty Jackalope
|
Re: how to: automatically umount cifs partitions
I'm am experiencing the same problem, but at the moment I don'tknow how to fix that...
However, I'm working on it... if i find a solution I'll post on this thread Happy coding Max |
|
|
|
|
|
#5 |
|
First Cup of Ubuntu
![]() Join Date: Mar 2007
My beans are hidden!
|
Re: how to: automatically umount cifs partitions
Hi, thanks, it's very useful to me.
|
|
|
|
|
|
#6 |
|
Gee! These Aren't Roasted!
![]() Join Date: Feb 2006
Location: Hillsboro, Oregon USA
Beans: 181
Ubuntu 7.04 Feisty Fawn
|
Re: how to: automatically umount cifs partitions
Thank you! This solved the problem I was having in Feisty Fawn 7.04 with long delays on the
"CIFS VFS: No Response for Cmd (various)" Your solution worked immediately (no need to reboot after applying). Thanks!!
__________________
Robb TopolskiHillsboro, Oregon USA |
|
|
|
|
|
#7 |
|
First Cup of Ubuntu
![]() Join Date: Apr 2007
Beans: 7
|
Re: how to: automatically umount cifs partitions
this is great, thanks a lot
|
|
|
|
|
|
#8 |
|
Quad Shot of Ubuntu
![]() Join Date: Jul 2006
Location: Brampton ON Can
Beans: 478
Ubuntu 9.10 Karmic Koala
|
Re: how to: automatically umount cifs partitions
Super!!
I've been living with this problem since mid way through Edgy. Problem solved! thanks |
|
|
|
|
|
#9 |
|
Spilled the Beans
![]() Join Date: Jul 2006
Beans: 14
|
Re: how to: automatically umount cifs partitions
What does happen if you try and shutdown with cifs still mounted? If it's something bad, then this is a bug, and bugs should be fixed.
|
|
|
|
|
|
#10 | |
|
Quad Shot of Ubuntu
![]() Join Date: Jul 2006
Location: Brampton ON Can
Beans: 478
Ubuntu 9.10 Karmic Koala
|
Re: how to: automatically umount cifs partitions
Quote:
You are right though, it does seem to be a bug |
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|