a question on CIFS on windows client.


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users a question on CIFS on windows client.
# 1  
Old 07-08-2007
a question on CIFS on windows client.

Hi, this might be a little off-topic (since it involves windows)

1) I mounted a volume using cifs on windows. That volume has a symbolic link (which was created using a solaris client) Is there anyway to know from my windows client that a particular file is actually a symbolic link ??

2) The volume has a sparse file so that the logical size of the file is very big compared to its actual size on disk. However on my windows client, RightClick->Properties shows size of the file same as its size on disk. Is there anyway from my windows client to know that the file is sparse and has holes ?

Any help will be appreciated !! Thanks Smilie
# 2  
Old 07-09-2007
Quote:
Originally Posted by the_learner
1) I mounted a volume using cifs on windows. That volume has a symbolic link (which was created using a solaris client) Is there anyway to know from my windows client that a particular file is actually a symbolic link ??
Personally I don't think so. CIFS is a Microsoft protocol. Microsoft does not have the notion of symbolic links (Windows shortcuts is closest in concept but it is mostly desktop-oriented and is like other ordinary file and bears no special significance even on MS filesystems). So, it is reasonable that the Unix driver needs to mask this too. The filesystem on Unix will not prevent you from creating links, but the driver needs to interpret it as either following the link, or denying access subject to configuration.

Someone actually contrived an even more innovative question similar to yours before for masking symbolic links as shortcuts:

http://lists.samba.org/archive/samba...il/013312.html
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

Unable to access the CIFS share folder on windows by IP

Hi All Actually I have NAS Storage and Suddenly I got problem Unable to access the CIFS share folder on windows host, however the IP is pinging and the share is accessible via share name. The share can be accessed via share name only on Windows higher Windows Versions. Any help guys (4 Replies)
Discussion started by: Abu_SM
4 Replies

2. AIX

CIFS/SMB mount NetApp (Windows) fileshare

Hi guys, I'm trying to mount a windows share (hosted on a NetApp filer with clustered Ontap 8.3) and I have no luck doing it. This worked before when we used an old NetApp with Ontap 7.3. Seems there is an issue with ASCII/non-unicode support. I'm wondering if anybody here has mounted... (7 Replies)
Discussion started by: mikedavis
7 Replies

3. AIX

I/O speed to CIFS mounted Windows Share

I have an AIX box that mounts a Windows share across subnets. When I try to copy a 100 MB file to it, it copies around 2 MB/s. If I copy to another Windows share on the same subnet it copies around 12 MB/s. All I have is gigabit networks so I would expect it to go well over 12 MB/s, which is the... (8 Replies)
Discussion started by: kah00na
8 Replies

4. AIX

AIX cifs mount to Windows Server 2008 R2

Hi i have some problem to mount a Windows Server 2008 R2 share on AIX. I found the artikel 157701-aix-cifs-mount-windows-server-2008-share on the Forum (cant post the Link) witch decribe my situation but there is no solution. I can mount a share to a Windows 2003 SP2 Server but not to 2008 R2... (2 Replies)
Discussion started by: MrTee
2 Replies

5. Windows & DOS: Issues & Discussions

Linux mount cifs with Windows ACL support

I'm in the process of migrating my windows file servers to a Ubuntu Samba server. My plan is to use cp -Rp to copy all the mounted files to the proper directory on my Ubuntu server. I can mount them just fine but if I run getfacl against a mounted directory its not showing any of my Windows... (0 Replies)
Discussion started by: binary-ninja
0 Replies

6. AIX

AIX cifs: mount Windows Server 2008 share ?

Hello, I've been using AIX cifs to mount windows XP shares with no problems till now. Now it's Windows Server 2008 R2 - no go: mount -v cifs -n host1/user1/pass1 /share1 /mountpt1 There was an error connecting the share or the server. Make sure the lsdev command shows that device nsmb0 is in... (6 Replies)
Discussion started by: vilius
6 Replies

7. HP-UX

user can't write on cifs share but OK with Windows Explorer

Share ServerA ==== The Samba server is running on Samba version 3.0.22 based HP CIFS Server A.02.03.04 /opt/cifsclient/sbin/cifsclientd version: HP CIFS Client - Version A.02.02.02 smb file: My previous casw was thew user wasn't able to write to the share from Windows... (1 Reply)
Discussion started by: lamoul
1 Replies

8. Windows & DOS: Issues & Discussions

ntp client windows xp

All, I have a Windows XP client which I need to get time synchronized from a Linux ntp server. What are the commands to perform the setup and configuration? Thanks, Mike (1 Reply)
Discussion started by: bubba112557
1 Replies

9. UNIX for Dummies Questions & Answers

X-Client for Windows?

I managed it to install Solaris8 on an Intel-Engine. I want to use it as a Test-Server. It would be great if i could get now a free X-Client for Windows, with which i can logon to from my Main-Computer (NT4) to the Solaris8.Station. What is to do? Do somebody know Software for this? Please... (4 Replies)
Discussion started by: cyberbloodgoat
4 Replies
Login or Register to Ask a Question