Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2013 07:58:42 +1100
From:      andrew clarke <mail@ozzmosis.com>
To:        FreeBSD <freebsd-questions@freebsd.org>
Cc:        Carmel <carmel_ny@hotmail.com>
Subject:   Re: Unmounting a share
Message-ID:  <20131021205842.GA63680@ozzmosis.com>
In-Reply-To: <BLU0-SMTP2347A6F394934906361B01D93010@phx.gbl>
References:  <BLU0-SMTP2347A6F394934906361B01D93010@phx.gbl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon 2013-10-21 16:21:20 UTC-0400, Carmel (carmel_ny@hotmail.com) wrote:

> I have a Windows machine that I use to back up data onto. I use the
> following command to mount the share:
> 
> # Mount the drive
> /usr/sbin/mount_smbfs -N -f 0644 -U jim -W WORKGROUP //jim@boss-4700/FreeBSD $HOME/FreeBSD_D
> 
> I also have this in the /etc/fstab file:
> //jim@jim@boss-4700/FreeBSD  /usr/home/jim/FreeBSD_D   smbfs   rw,noauto       0       0
> 
> All of that works fine. The problem is that I cannot find a command to
> umount the share. I have tried every combination I could find on Google
> but they all result in an error message. It is probably really simple,
> but I cannot find one that works.

umount /usr/home/jim/FreeBSD_D

should work OK, as root.

What is the error message?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131021205842.GA63680>