Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Feb 2005 12:57:46 +0100 (CET)
From:      hexplodr <hexploder@yahoo.it>
To:        freebsd-net@freebsd.org
Subject:   mount_smbfs: strange behavior
Message-ID:  <20050203115747.4153.qmail@web60404.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
FreeBSD 5.3-RELEASE #0 (i386)

Hi all!
strange problem with mount_smbfs command, happens when
I try to connect to a FreeBSD server with samba 3.0.7.
I create a file in the shared directory, then I'm not
able anymore to delete it till I close the session and
re-mount the shared dir.

# mount_smbfs //myuser@samba/share /mnt
# echo Hello > /mnt/file
# ls /mnt/file
/mnt/file
# rm /mnt/file
remove /mnt/file? y
rm: /mnt/file: Operation not permitted
# umount /mnt
umount: unmount of /mnt failed: Device busy
# <CTRL>+D and logon again
# umount /mnt
# mount_smbfs //myuser@samba/share /mnt
# rm /mnt/file
remove /mnt/file? y
# ls /mnt/file
No such file or directory

Do you have suggestions to find and correct the
problem?
Thanks!


		
___________________________________ 
Nuovo Yahoo! Messenger: E' molto più divertente: Audibles, Avatar, Webcam, Giochi, Rubrica… Scaricalo ora! 
http://it.messenger.yahoo.it



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