This article is from a FAQ concerning SCO operating
systems. While some of the information may be applicable to any OS,
or any Unix or Linux OS, it may be specific to SCO Xenix, Open
Desktop or Openserver.
There is lots of Linux, Mac OS X and general Unix info elsewhere on
this site: Search this site is the best
way to find anything.
This is a multi-step procedure that requires one of the newer versions of Visionfs (Samba has similar capabilities).
First: you have to export a NFS file system. That's as simple as doing this:
mkdir /mynfsdir
echo "/mynfsdir" >> /etc/exports
exportfs -a
Next, run /usr/vision/bin/visionfs/clientadmin --setup
If you want individual users to determine their own access to Windows shares, you are done: just have each user run /usr/vision/bin/visionfs client --wizard
However, if you want to setup a global spot that anyone can access, follow these steps:
As root, run
/usr/vision/bin/visionfs client --unixperms 755
Use whatever permissions make sense for your system, of course: 755 gives everyone read access.
Next run /usr/vision/bin/visionfs client --wizard". Use the D (domain password) choice- even if you do NOT have NT domains. Assign a password (most Windows shares won't have a password, but assign it anyway), say "Y" to install the settings, and then choose "Q" to quit.
Now create symbolic links pointing at the machines you want to give access to. For example:
ln -s /smb/root/compaq /Compaq
This gives access the the "compaq" machine (assumong you ran the clientadmin with the default to use /smb as your share directory). Any user simply cd's to /Compaq to gain access to the shares, and
tar cvLf /dev/rStp0 /Compaq
will archive whatever resources are shared from that machine.
If you are running a domain, it's usually easiest to point Visionfs at the NT server for authentication - visionfs setup
Enter your email address for automatic notification of new posts here
(be sure to whitelist 'feedburner.com' if you use spam filtering)

| Views for this page | ||||
|---|---|---|---|---|
| Today | This Week | This Month | This Year | Overall |
| 1 | 7 | 44 | 1,181 | 1,394 |
/SCOFAQ/FAQ_winvisshare.html copyright 1997-2003 (various) All Rights Reserved
Have you tried Searching this site?
Unix/Linux/Mac OS X support by phone, email or on-site: Support Rates
This is a Unix/Linux resource website. It contains technical articles about Unix, Linux and general computing related subjects, opinion, news, help files, how-to's, tutorials and more. We appreciate comments and article submissions.

Add your comments