Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
I have a dual boot win2000/Debian system. I have added a program to windows so it will read the linux drives. Now I want to make both systems have a common "Documents" file....ie have windows "MyDocuments" be /hda5/Documents instead of c:\MyDocuments.
In Linux I would just replace c:\MyDocuments with a symlink pointing to /hda5/Documents.
What is the windows equivalent of a Linux symlink?
That won't work. If you want to share a directory, repartition your disk and add a fat32 partition to put your Documents on.
Quote:
What is the windows equivalent of a Linux symlink?
There isn't one.
Some things to understand, windoze can read and write fat file systems and ntfs file systems. That is about it. I have heard of a driver for windoze to read and write ext2 partitions, but I would't trust anything I valued to windoze.
Linux has many more file systems, ext2, ext3, rieser and some more windoze has no idea how to read or write. Linux can read and write fat, and with the ntfsg3 driver installed.
So, if you don't want to re-partition, then keep the documents files on a partition linux can read/write. There are many How-Tos on how to make this work.
What file system are you using on the windoze system?
In windows, you can change the location of "special folders", like My Documents. If your common Documents folder shows up in windows without you having to do anything, then you should just be able to change this location to the common documents folder.
I've also requested this thread be moved, since it's not technically a Linux question.
edit: This may also be problematic since there's likely to be some permissions problems - how will windows know who owns any new files you create in the Documents folder from within windows? Unless this is something you tell this program you "have added ... to windows" (which program is it?).
That won't work. If you want to share a directory, repartition your disk and add a fat32 partition to put your Documents on.
There isn't one.
Some things to understand, windoze can read and write fat file systems and ntfs file systems. That is about it. I have heard of a driver for windoze to read and write ext2 partitions, but I would't trust anything I valued to windoze.
Linux has many more file systems, ext2, ext3, rieser and some more windoze has no idea how to read or write. Linux can read and write fat, and with the ntfsg3 driver installed.
So, if you don't want to re-partition, then keep the documents files on a partition linux can read/write. There are many How-Tos on how to make this work.
What file system are you using on the windoze system?
Windows is win2000 on vfat; I didn't trust linux ntfs drivers so I stayed with vfat. I have had a bad experience with linux corrupting an ntfs system in the past.
I have installed ext2ifs on the windows system to access the linux drives, all of which are ext3. So far it seems to be working without any problems although googling turns up some other users who have had trouble with it.
I don't use windows much, there are really only about 3 programs that I use that will not run in wine. These are (1) an income tax program (2) a Cad program and (3) Canon PhotoRecord which gets used quite a bit for printing photos. BUT, almost all windows programs want to put their data in "My_Documents" by default and start all their "open file" searches there. It would be so much easier if "MyDocuments" was the same documents folder that everything else (meaning Linux appications) uses.
My current drive partition setup is:
Code:
Filesystem
/dev/hda1 4.8G vfat....windows
/dev/hda3 5.7G ext3..../
/dev/hda4 3.5G ext3..../home
/dev/hda5 62G ext3....data..."Documents" folder is on this partition.
I used to use a vfat partition for data but switched to ext3 as soon as I was convinced that it was possible to access it from windows since ext3 is more reliable. Another reason is the 4G filesize limit with vfat which means that a dvd .iso cannot be craeted on a vfat system.
Just had time for a brief look at it but it looks like the microsoft's procedure for changing the default location of "MyDocuments" may give me the results I want. A symlink would have been so much easier!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.