Accessing UNIX files through visionFS/samba


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Accessing UNIX files through visionFS/samba
# 1  
Old 08-07-2008
Accessing UNIX files through visionFS/samba

Hello,

I was wondering, for a windows application accesing UNIX files via VisionFS or SAMBA what would be a preferred way to read and process a large number of records?

Up to 50 users could be accessing this file at the same time.

1. for each record - open file, read record, close file , process.
2. open file , read and process all 5000 records, close file.

Opportunistic locks are used.

Thank you!
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Help with accessing Samba shares on external (NON-DOMAIN) webserver(s)

Hi all, You may have seen my recent topic, where I asked for help getting some samba shares to work on our network. Now that these are working, I move on to the next hurdle! We have a few externally hosted (Windows Server 2008 R2) web servers which are not on our domain, but can still... (0 Replies)
Discussion started by: mgreen81
0 Replies

2. SCO

sco visionfs vs smb

i need to copy the entire contents of my sco server 5.0.5 it says its running vision fs 2.01.905 if i access it from windows i would like to be able to access it like a normal file share instead of only thru an ftp service i cannot find vison software on the server /usr/vision does not exist ... (1 Reply)
Discussion started by: crosbymook
1 Replies

3. UNIX for Dummies Questions & Answers

accessing windows files from unix

Hello, I am new to Unix and I would like to know how can I see my files from Windows desktop. When I type ls, I can see a list of files-directories including Desktop, but when I cd Desktop, and then ls there is a message 'Link to old Desktop'. (The big picture is to build a sundials library but... (4 Replies)
Discussion started by: s097
4 Replies

4. SCO

Visionfs configuration problem!

I have re-installed sco unix 7.1.1 box, and Visionfs is installed and configured successful but when i run the "sh /usr/vision/bin/visionfs print --install PRINTERNAME PC-NAME PRINTERNAME" command the system gives me the usage instruction as if i am giving the wrong syntax! any help please! (1 Reply)
Discussion started by: titino
1 Replies

5. Programming

accessing unix variables in oracle

Hi, consider the following script. ip='***.***.**.**' user='****' pw='******' ftpresults=`ftp -nv $ip<<EOF user $user $pw cd /home/oracle/practice size $1 bye EOF` fname=$1 echo $ftpresults sqlplus -s tms/tms@dev45 <<"EOF" insert into remote_file_sizes (file_name,file_size)... (1 Reply)
Discussion started by: ravi raj kumar
1 Replies

6. UNIX for Dummies Questions & Answers

Accessing Unix from Server

I am trying to access my school's unix server. On one of the tutorials they passed out there were instructions on how to dial a modem to connect or something but I think i should be able to connect to it through my school's internet connection. All of my school's computers has access to a unix... (1 Reply)
Discussion started by: UMiami10
1 Replies

7. UNIX for Dummies Questions & Answers

Accessing files on external USB drive using UNIX?

Hi Folks, I'm a serious UNIX newbie... I'm using a bash shell on Mac OS X. Basically I took up unix in order to use a specific image processing software package... I've learned enough to write a script to batch process all of my images, but I have so many that I would like to use an... (1 Reply)
Discussion started by: Slanter
1 Replies

8. SCO

VISIONFS Print Problems

Hello there, I have a problem with the "visionfs print" command on Sco Open Server. I am able to print to matrix printers, attached to windows workstations, but when I send a file to a laser jet (HP 1020 for example) the printer hangs. If any one of you have any idea why this happen please... (1 Reply)
Discussion started by: zaxos
1 Replies

9. UNIX for Dummies Questions & Answers

Accessing files on unix share from xp?

Sorry if the is in the wrong section, but would like to know if anyone can help with the following I am on a network using Windows XP and am having problems viewing/manipulating files on one of the shared drives, which happens to be a snap server. I have no other problems with any of the other... (1 Reply)
Discussion started by: MrB
1 Replies

10. UNIX for Dummies Questions & Answers

VisionFS error

I have a Unix SCO 5.0 connected to the Windows 2000 domain, the administrator was able to access any share folders from the Unix server until I changed the administrator password. When the administrator user tries to connect to the Unix Share a message comes up: Incorrect password or unknown... (0 Replies)
Discussion started by: gonzalez109
0 Replies
Login or Register to Ask a Question
SMBMNT(8)																 SMBMNT(8)

NAME
smbmnt - helper utility for mounting SMB filesystems SYNOPSIS
smbmnt mount-point [ -s <share> ] [ -r ] [ -u <uid> ] [ -g <gid> ] [ -f <mask> ] [ -d <mask> ] [ -o <options> ] DESCRIPTION
smbmnt is a helper application used by the smbmount program to do the actual mounting of SMB shares. smbmnt can be installed setuid root if you want normal users to be able to mount their SMB shares. A setuid smbmnt will only allow mounts on directories owned by the user, and that the user has write permission on. The smbmnt program is normally invoked by smbmount(8) It should not be invoked directly by users. smbmount searches the normal PATH for smbmnt. You must ensure that the smbmnt version in your path matches the smbmount used. OPTIONS
-r mount the filesystem read-only -u uid specify the uid that the files will be owned by -g gid specify the gid that the files will be owned by -f mask specify the octal file mask applied -d mask specify the octal directory mask applied -o options list of options that are passed as-is to smbfs, if this command is run on a 2.4 or higher Linux kernel. AUTHOR
Volker Lendecke, Andrew Tridgell, Michael H. Warfield and others. The current maintainer of smbfs and the userspace tools smbmount, smbumount, and smbmnt is Urban Widmark <URL:mailto:urban@teststa- tion.com>. The SAMBA Mailing list <URL:mailto:samba@samba.org> is the preferred place to ask questions regarding these programs. The conversion of this manpage for Samba 2.2 was performed by Gerald Carter 19 November 2002 SMBMNT(8)