how can i access unix files?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers how can i access unix files?
# 1  
Old 09-03-2001
how can i access unix files?

i have a hd with unix and other with linux/windows, and i can't access the unix files from linux or windows...anyone know how can i do that?

thanks.
# 2  
Old 09-03-2001

Can you be more specific? Are they all in the same computer? And you say you have Unix, Linux, and Windows on a total of two drives... what Unix is it?
# 3  
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.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
Login or Register to Ask a Question