From: Mike <fromlists@talkingspider.com>
To: git@vger.kernel.org
Subject: Samba NTFS error "Could not rename the lock file?"
Date: Tue, 15 Jan 2008 22:13:31 -0500 [thread overview]
Message-ID: <478D765B.90905@talkingspider.com> (raw)
git version 1.5.2.1
I have my repository on a linux server and I'm trying to create a "git
clone" on an NTFS samba mount. So for example:
$ git clone /www/git/amflex /mnt/NTFS80gigsamba/amflex
Could not rename the lock file?
Could not rename the lock file?
Could not rename the lock file?
Could not rename the lock file?
Initialized empty Git repository in /mnt/NTFS80gigsamba/amflex/.git/
remote: Generating pack...
remote: Done counting 156 objects.
remote: Deltifying 156 objects...
remote: 100% (156/156) done
Indexing 156 objects...
remote: Total 156 (delta 58), reused 0 (delta 0)
100% (156/156) done
Resolving 58 deltas...
100% (58/58) done
Could not rename the lock file?
Could not rename the lock file?
This isn't permissions because I can manually create, rename, delete all
the files on the samba mount, using the same login account, no problem.
fstab for the samba mount is:
//192.168.1.100/NTFS80gigsamba /mnt/NTFS80gigsamba
user,auto,file_mode=0777,dir_mode=0777,credentials=/etc/samba/auth.mike,uid=dmke
0 0
next reply other threads:[~2008-01-16 3:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-16 3:13 Mike [this message]
2008-01-16 4:32 ` Samba NTFS error "Could not rename the lock file?" Sean
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=478D765B.90905@talkingspider.com \
--to=fromlists@talkingspider.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.