Mailinglist Archive: opensuse-bugs (7478 mails)

< Previous Next >
[Bug 230694] umount.cifs and /etc/mtab
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Thu, 28 Feb 2008 02:26:17 -0700 (MST)
  • Message-id: <20080228092617.9EA4C24538E@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=230694

User jro@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=230694#c10


Jochen Roeder <jro@xxxxxxxxxx> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC|
|jro@xxxxxxxxxx




--- Comment #10 from Jochen Roeder <jro@xxxxxxxxxx> 2008-02-28 02:26:17 MST ---
we found the same issue also for SLED10 SP1
i guess the missing information to reproduce the bug is that you have to use
the uid=domain\user style

# mount -t cifs //wipe02/test "/home/VDESKTOP\user1/" -o
"user=VDESKTOP\user1,uid=10003,gid=10000,dir_mode=0751,domain=VDESKTOP"

# cat /proc/mounts | grep VDESK
//wipe02/test /home/VDESKTOP\134user1 cifs
rw,mand,unc=\\wipe02\test,username=user1,domain=VDESKTOP.SOMEDOMAIN.COM,rsize=16384,wsize=57344
0 0
# cat /etc/mtab | grep VDESK
//wipe02/test /home/VDESKTOP\\user1 cifs rw,mand 0 0

# umount "/home/VDESKTOP\user1/"
# cat /etc/mtab | grep VDESK
//wipe02/test /home/VDESKTOP\134\134user1 cifs rw,mand 0 0
and no entry in /proc/mounts for this share


--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >