Re: Unmounting SMB file systems

Steve Dodd (dirk@loth.demon.co.uk)
Sat, 8 May 1999 07:23:51 +0100


On Sat, May 08, 1999 at 12:01:11AM -0400, phazer wrote:

> echo "Unmounting file systems"
> for i in ` mount | grep -v 'type smbfs' | awk '{print $3}' ` ; do
> umount $i
> done

umount -at nosmbfs

?

-- 
If breastfeeding a pig is sickening to you, what the hell are you
doing on usenet? -- Aimee, on rec.music.tori-amos

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/