Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
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.
I have many NTFS formatted disks the data within which I would like to host on a linux server. I suppose I could copy the material over onto ext2/ext3 formatted disks, but the following issues prompt me to seek an alternative: (a) I expect to routinely receive many such disks, (b) data integrity during copying, (c) need for additional additional disks, (d) disk copy labor/time.
The alternative I can think of is to simply mount the NTFS disks under Linux and host the material. The question is whether this is a reliable (& efficient) mode of operation, especially since it will be a 24x7 operation?
Would also appreciate any suggestions as to how to host a plethora of NTFS formatted disks using a linux OS.
Thanks Lenard. The testimonials suggest very reliable operations, presumably it is stable under a 24x7 operations too, and benchmarks suggest reliable large files handling...
Naively, if the server is 64-bit and the NTFS disks were written using 32-bit Win XP, could it turn out to be an issue?
Would you be able to read only through the network. I am intrested in doing the same thing, but would like to have write access for the ntfs network shared drive.
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790
Rep:
Quote:
Naively, if the server is 64-bit and the NTFS disks were written using 32-bit Win XP, could it turn out to be an issue?
Not a problem
[quote]
Would you be able to read only through the network. I am intrested in doing the same thing, but would like to have write access for the ntfs network shared drive.
[quote]
Also not a problem, depending if you using samba (cifs mounted) or ntfs-3g mounted it is just a matter of permissions.
thank you from me as well. One more thing though, I have now setup samba and ntfs-3g on ubuntu so it will share my ntfs drive. I can now write to it remotely and locally from the linux box. I would like to know if this is safe, cause i know linux and ntfs have an issues in the past when it came to writing.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.