Sponsored Content
Full Discussion: how can i access unix files?
Top Forums UNIX for Dummies Questions & Answers how can i access unix files? Post 7884 by Neo on Tuesday 2nd of October 2001 11:35:23 PM
Old 10-03-2001
Hard drives have filesystems that are created on the drive.

Many UNIX kernels, linux for example, allow you to compile drivers that support many different filesystems. Others, do not.

Windows for example, only allow you to mount (is mount the right words in Windows??) file systems that are exactly what MS wants you to mount. This certainly does not include all the myriad of file systems that some UNIX systems allow you to mount.

Linux and many other UNIX kernals, support all the Windows file systems. For example, many Linux users mount many kinds of filesystems, including MS filesystems, such as VFAT, etc.

The questions that need to be answered are pretty straight forward:

(1) What is the MS filesystem you have?

(2) What is the UNIX filesystem you have?

(3) What is the OS you have?

When you answer these questions, it is possible to provide more detailed technical answer.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Need help to access/mount so to access folder/files on a Remote System using Linux OS

Hi I need to access files from a specific folder of a Linux system from an another Linux System Remotely. I know how to, Export a folder on One SCO System & can access the same by using Import via., NFS in the Sco Unix SVR4 System using the scoadmin utility. Also, I know to use mount -t ... (2 Replies)
Discussion started by: S.Vishwanath
2 Replies

2. UNIX for Dummies Questions & Answers

Using Access on Unix

Hi everybody, my question is how to run an Access Database under Unix? I need to do that for a Web Application. Links or anything about this topic would be helpful!!! thanx luna (3 Replies)
Discussion started by: luna
3 Replies

3. UNIX for Dummies Questions & Answers

Ways to Access Files on Unix Server via Web

Hi all! I'm a web developer with a question. We have a contractor that is working on a project that requires the user to access a ton of files on the clients Unix server. He has plans to built a VB interface for on site windows users to access those files and wants us to develop a web based... (4 Replies)
Discussion started by: Imhotep1963
4 Replies

4. Shell Programming and Scripting

Access Windows NT files through Unix.

I would like to write a script running on UNIX to purge files on Windows NT. How can access directory structure on NT through Unix? I am new to UNIX world. Could someone help me with the code. Thanks! (4 Replies)
Discussion started by: mkarekar
4 Replies

5. Filesystems, Disks and Memory

Unix Sco Open Server, Windows Computers Problem Access Unix Shared Files Help!!!!!

Hello Moto I hope someone can help We's here at work, have a unix box with sco openserver 5 on it, so it has a nice gui interface.. and also a fair few windows computers.. a system admin guy b4 me, has set up a user called neil, which can, when u try to access the unix box using windows... (2 Replies)
Discussion started by: haggo
2 Replies

6. UNIX for Dummies Questions & Answers

kernel giving access for multiple users to access files

hi all, i want to know y kernel is giving access for multiple users to access a file when one user may be the owner is executing that file. Because other user can manipulate that file when the other user is executing that file, it will give the unexpected result to owner . plz help me... (1 Reply)
Discussion started by: jimmyuk
1 Replies

7. Shell Programming and Scripting

How to access files from different directories and to perform search action in those files?

Hi, I want to access files from different directories (for example: /home/dir1/file1 , /home/dir2/file2 ...) Like this i have to access these files(file1, file2...). (3 Replies)
Discussion started by: bangarukannan
3 Replies

8. UNIX for Dummies Questions & Answers

Unix File Access Right

Hi all, I am curious what does this mean for? My file access right is denoted as xxx xxx xxx +, what does the + sign mean? As I am having + sign in file access, I am not able to copy the file that is having + sign. Thanks. (13 Replies)
Discussion started by: jessy83
13 Replies

9. UNIX Desktop Questions & Answers

Can Unix access Windows' File through Command Prompt in Unix

Hi all, I wish to know whether Unix can access window's file in Unix's terminal? Apart from that, how to copy files or share files between Window and Unix? I get to know of secure copy, however, my company's Unix does not support the feature of secure copy? Any other method for me to share/... (5 Replies)
Discussion started by: jessy83
5 Replies

10. Shell Programming and Scripting

Do I require remote login access to a windows server to transfer files from a UNIX server

Hi All I need to transfer a file from a UNIX server to a windows server. I saw that it is possible to do this using scp command by looking at the forum listed below: ... (2 Replies)
Discussion started by: vx04
2 Replies
AUTOFS(5)						      BSD File Formats Manual							 AUTOFS(5)

NAME
autofs -- automounter filesystem SYNOPSIS
To compile this driver into the kernel, place the following line in the kernel configuration file: options AUTOFS Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): autofs_load="YES" DESCRIPTION
The autofs driver is the kernel component of the automounter infrastructure. Its job is to pass mount requests to the automountd(8) daemon, and pause the processes trying to access the automounted filesystem until the mount is completed. It is mounted by the automount(8). OPTIONS
These options are available when mounting autofs file systems: master_options Mount options for all filesystems specified in the map entry. master_prefix Filesystem mountpoint prefix. EXAMPLES
To unmount all mounted autofs filesystems: umount -At autofs To mount autofs filesystems specified in auto_master(5): automount SEE ALSO
auto_master(5), automount(8), automountd(8), autounmountd(8) HISTORY
The autofs driver first appeared in FreeBSD 10.1. AUTHORS
The autofs was developed by Edward Tomasz Napierala <trasz@FreeBSD.org> under sponsorship from the FreeBSD Foundation. BSD
September 3, 2014 BSD
All times are GMT -4. The time now is 03:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy