LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This 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


Closed Thread
  Search this Thread
Old 01-22-2006, 05:48 PM   #1
JohnSilver
Member
 
Registered: Jan 2006
Posts: 37

Rep: Reputation: 15
Writing to Windows 2000/XP from Linux.


There is a page on how to write to Windows 2000/XP from Linux at

http://linux.coconia.net

However, it doesn't seem to work for Mandriva 2006.

Could anyone help me getting it to work with Mandriva?
 
Old 01-22-2006, 05:54 PM   #2
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
Quote:
Could anyone help me getting it to work with Mandriva?
Someone probably could if you could tell us how it isn't working.
Please be detailed, what have you tried? what didn't work? What errors did you get?

We are willing to help but we cannot read minds over an ethernet cable (yet!)
 
Old 01-22-2006, 06:31 PM   #3
JohnSilver
Member
 
Registered: Jan 2006
Posts: 37

Original Poster
Rep: Reputation: 15
I got the warning about Module.symvers that the article mentions, and that is all.

Apart from that, everything seemed to work, except it didn't.

Am using the stock kernel = vmlinux-2.6.12-12mdk and sources.
 
Old 01-23-2006, 01:38 AM   #4
Progmaker
Member
 
Registered: Sep 2004
Location: Kaunas, Lithuania
Distribution: Knoppix, WinXP PRO SP2, OpenSUSE 10.0 OSS
Posts: 30

Rep: Reputation: 15
Well on my OpenSUSE 10.0 (kernel 2.6.13-15) writing to my WinXP PRO partition (FAT32) works fine :/
But it's not the answer to your question :/
 
Old 01-23-2006, 04:50 PM   #5
JohnSilver
Member
 
Registered: Jan 2006
Posts: 37

Original Poster
Rep: Reputation: 15
"But it's not the answer to your question"

Indeed it is not. Linux has always had good read and write capabilities to FAT32 (VFAT). Captive gave it read and write capability to NTFS.
 
Old 01-24-2006, 05:59 PM   #6
JohnSilver
Member
 
Registered: Jan 2006
Posts: 37

Original Poster
Rep: Reputation: 15
What else would you need to know in order to help?
 
Old 01-25-2006, 08:57 AM   #7
JohnSilver
Member
 
Registered: Jan 2006
Posts: 37

Original Poster
Rep: Reputation: 15
During the compilation of the FUSE programs, there was a warning about a missing file, called Module.symvers.

After that the stock kernel could not find the new kernel module.

I found that it was expecting to find it at another location so copied the kernel module to where it was expecting it.

That enabled one to mount the NTFS partitions read/write. However whenever one tried to write to them Captive collapsed in a big heap.

Any ideas?

What is the file Module.symvers for?
 
Old 01-25-2006, 05:27 PM   #8
JohnSilver
Member
 
Registered: Jan 2006
Posts: 37

Original Poster
Rep: Reputation: 15
bulliver, I thought you said someone might help out. So far zip, nothing.
 
Old 01-26-2006, 03:35 PM   #9
JohnSilver
Member
 
Registered: Jan 2006
Posts: 37

Original Poster
Rep: Reputation: 15
Hello,.. anyone out there?
 
Old 01-27-2006, 07:51 PM   #10
JohnSilver
Member
 
Registered: Jan 2006
Posts: 37

Original Poster
Rep: Reputation: 15
So, you know nothing about getting Captive to work with Mandriva 2006.

Do you know anything about getting the ATI drivers to work with Mandriva 2006?
 
Old 01-27-2006, 08:23 PM   #11
linuxmandrake
Member
 
Registered: Sep 2004
Distribution: debian sarge 64bit (AMD)
Posts: 709

Rep: Reputation: 30
I must stress that writting to NTFS isn't mature yet. Hence it's considered to be unsafe. U will need a fat32 partition then mount it if your distro doesn't do it fro u.
 
Old 01-28-2006, 07:08 PM   #12
JohnSilver
Member
 
Registered: Jan 2006
Posts: 37

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by linuxmandrake
I must stress that writting to NTFS isn't mature yet.
This is not really true.
Captive uses Windows binaries to read/write NTFS.

Captive uses Wine to run the Windows binaries -- Wine is just a collection of Windows system binaries, rewritten (rewritten from scratch) to run on Linux. These system binaries have been proved to run well and will run most Windows programs on Linux.

FUSE (filesystem in user space) is somewhat unknown and runs well in some cases.

Captive was mature years ago when first introduced by Jan. His software relied on a package (LUFS) which quickly became unsupported and soon his program would not work with standard Linux distributions. The code was recently rewritten to use FUSE.

Last edited by JohnSilver; 01-28-2006 at 07:13 PM.
 
Old 01-29-2006, 10:28 PM   #13
JohnSilver
Member
 
Registered: Jan 2006
Posts: 37

Original Poster
Rep: Reputation: 15
I'm still interested in info concerning ATI drivers and Mandriva 2006.
 
Old 01-30-2006, 08:58 AM   #14
RedShirt
Senior Member
 
Registered: Oct 2005
Location: Denver
Distribution: Sabayon 3.5Loop2
Posts: 1,150

Rep: Reputation: 45
Since 2.6.15, the Kernel has removed the tag of experimental/testing from NTFS read/write. I have tested the NTFS read/write from my SuSE 10.1 beta to my Windows XP box with NTFS. It works flawlessly. I have been told that you need to have your NTFS drives clean and defragmented constantly, but as I am a defrag whore and do it about 2 times a week anywho, can't say I have been in a position to test a dirty disk.

Secondarily, you can compile the ATI drivers as shell scripts from ATI's website on any distro(supposedly) including Mandriva. So just go to ATI.com, linux drivers, x86 or x86_64 and then download the .run. Once you have the .run, as root in the terminal cd to the download location then "./ati________.run" and you should have ATI drivers assuming you have all the prereqs installed.(/dev/shm, agp_gart, gcc, Kernel Source.)

Edit: this means you just need 2.6.15 or higher installed as your kernel. So you may have to upgrade it yourself.
 
Old 01-30-2006, 01:59 PM   #15
linuxmandrake
Member
 
Registered: Sep 2004
Distribution: debian sarge 64bit (AMD)
Posts: 709

Rep: Reputation: 30
What if u're running 2.6.12-9? Can u still write to NTFS
 
  


Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
writing to windows 2000 fat32 partitions from Fedora 2 michaelweaver Linux - Newbie 5 05-24-2005 09:40 PM
Migrating from Windows 2000 to Linux gyodai Linux - Networking 2 04-09-2004 08:07 AM
Slackware Linux 9 with Windows 2000 simanyay Linux - Newbie 3 11-19-2003 01:07 PM
problum with windows 2000 n linux prashu_bvp Linux - Networking 2 10-21-2002 12:42 PM
Partitioning in windows 2000 with linux anilkumarby Linux - General 2 04-17-2001 03:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:41 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration