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 bought an external USB disc enclosure and fitted an old disk in it. I would like to use it read write both with Linux (Suse 8.2) and Windows XP. It will hold video files which will be large, so FAT32 will not be suitable.
I had found writeups about UDF as a cross platform format. I installed the UDFTools package. Then I partitioned the disc using FDISK and run MKUDFFS to create a file system, then mounted the volume with MOUNT -T UDF. This appeared to work and certainly I can copy data over under Linux - qute fast too. A concern is that the partition type defaults to 83 (Linux native) and I can't find a type for UDF (since UDF is mainly used for CDs and DVDs).
But I have not been successful in getting the disc to be seen by Windows XP. If I leave the type as 83 then Disc Manager sees a volume with an unknown type. I tried forcing the partition type to NTFS and then XP sees the volume but can't read it.
Can anybody suggest a solution? There is a product called Disc Drive Tuneup which is primarily for Macs but appears to do what I want, but it's $. I feel if I can get the Linux side right I should be able to get XP to access the data.
I have seen same problem on my systems.
If you have separate disk or USB-drive without other partitions you can use whole drive. Like /dev/sde (no /dev/sde1). That is recognized by Windows. But if you do need to have separate partition it should be type 06 (FAT16) as I have read somewhere.
I love UDF when working with Windows and Linux computers and shared media without FAT restrictions.
The partition ID 83 is native for Linux but can have different filing systems inside.
If you want the partition accessible by both Windows and Linux what's wrong with NTFS (Type 7)? or Ext2/3 which is moutable in Windows using free third party drivers.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.