> From [EMAIL PROTECTED]  Wed Apr 11 10:38:42 2001
> From: "Christopher Harrer" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Symbolic Link question
> 
> Hello All,
> 
> I have a windows share mounted on my Linux development system via 'mount -t 
> smbfs...'.  Is it possible to create symbolic links to files under that 
> share and if so how do I do it?
> 
> I'm currently trying to do the following, without success:
> 
> ln -sf /usr/src/cvstree/test.c /home/chris/test.c

Unfortunately, you didn't mention which shares you mounted where.

  I assume you're trying to execute the 'ln -s' command on the Linux
  system, not on the Windoze system, since Windoze doesn't have such a
  command.

  If /usr/src/cvstree is some directory on the windoze system that you've
  mounted on that path in the Linux system, and /home/chris is a REAL
  Linux directory on the linux system AND you have write access to that
  directory and read access to the /usr/src/cvstree/test.c file, you
  should have no problem creating the symlink.

  If, on the other hand, /home/chris is a directory in a DOS/Windoze
  filesystem, you can't create symlinks THERE, since the DOSdoze filesystems 
  don't support it.


> I get "operation not permitted".
> 
> Thanks!
> 
> Chris



        pete peterson
        GenRad, Inc.
        7 Technology Park Drive
        Westford, MA 01886-0033

        [EMAIL PROTECTED] or [EMAIL PROTECTED]
        +1-978-589-7478 (GenRad);  +1-978-256-5829 (Home: Chelmsford, MA)
        +1-978-589-2088 (Closest FAX); +1-978-589-7007 (Main GenRad FAX)
 



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to