bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#7638: question about make link issue


From: Eric Blake
Subject: bug#7638: question about make link issue
Date: Wed, 15 Dec 2010 07:50:48 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.7

[please keep the list in the loop]

On 12/14/2010 10:09 PM, Yixuan Huang wrote:
> Dear Eric,
> Thanks for your response.
> I ran ln on sles11 x64, and mount windos shared folder through mount -t cifs.
> My scripts will do ln -s xx xx.so, so it will report error and said like:
> tar: pegasus/lib/libpegcommon.so: Cannot create symlink to
> `libpegcommon.so.1': Operation not supported

Thanks for the additional information.  It sounds like you are running
into the issue on the Linux side of things, where you are locating files
on a cifs mount hosted natively by Windows.  Remember, Windows has very
poor symlink support, and cifs is accurately reporting that it cannot
create a symlink because the underlying file system on the native
Windows side can't represent symlinks.  This is not a bug in ln, but a
fundamental limitation of your choice of file system.

-- 
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]