Which Unix for Fileserving with NTFS partitions as one sole purpose use?


 
Thread Tools Search this Thread
Operating Systems Linux Slackware Which Unix for Fileserving with NTFS partitions as one sole purpose use?
Prev   Next
# 1  
Old 09-13-2004
Which Linux for Fileserving with NTFS partitions as one sole purpose use?

I have a distant history with Dos based systems so I'm not overwhelmed, but my Unix experience is entirely limited to hacking my Tivo.

So I'm kindly requesting a pointer in the right direction specifically asking which Linux would best suit my needs...

What I want to do
I wish to use an old Dell XPS-T450 Pentium 3 PC with 512MB Ram as a file server for my music, and possibly my movies for a multi-room distribution.

Ideally I'd like to be able to install 3 large x NTFS partioned hard drives and a smaller Linux boot hard drive.

The sole purpose of this machine is to stream media files via a 100MB Full Duplex Wired NIC to other Windows XP PCs and SliMP3 devices around my home.

I'm overwhelmed by the number of different Linux types available, could anyone suggest....

Which linux, hopefully freely downloadable and minimalist, linux distribution would be best for streaming fileserving purposes?

Many thanks in advance for any help,

Mark Ward.

Last edited by Mark Ward; 09-13-2004 at 04:43 PM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Purpose of <>

Hi, I have read from the book that , <> causes the file to be used as both input as well as output. Can anyone give me the scenario where <> will be useful? Thanks (10 Replies)
Discussion started by: pandeesh
10 Replies

2. Solaris

NTFS HDD readable from UNIX

I have somehow taken on the collateral duties of System Administrator for our small internal network. At current we have one main file server with 48 SATA swappable drives under the Solaris 10 OS. My question is this. Our analysts are bringing back data from the field in Windows formatted... (8 Replies)
Discussion started by: cbrowne20
8 Replies

3. UNIX for Dummies Questions & Answers

Purpose of /etc/cron.d

What is the purpose of /etc/cron.d? (3 Replies)
Discussion started by: proactiveaditya
3 Replies

4. Ubuntu

Gparted, NTFS, Partitions, and power failures.

Having just installed mint on my new raptor, I decided I was going to removel the old unix partition from my NTFS back up drive, and resize the NTFS partition to fill the full 500gigs instead of just 300. While resizing the 300 gig to fill the full drive my computer shut off. When I booted back... (1 Reply)
Discussion started by: Methal
1 Replies

5. UNIX for Dummies Questions & Answers

SCO Unix; possible to resize partitions?

If anyone is willing to help I would defenitely appreciate it! The situtation is that we have a client that had a "falling out" with their software/hardware vendor and now aren't able to get support for their machines and software. What's happening is they're using SCO-Unix and a medical... (5 Replies)
Discussion started by: PartieHonteuse
5 Replies

6. UNIX for Dummies Questions & Answers

unix partitions

how to access/sliceing different partions using divvy (1 Reply)
Discussion started by: sobin
1 Replies

7. UNIX for Dummies Questions & Answers

Purpose of lint in UNIX

Can Any One let me know abut the use on "lint" in UNIX...... (1 Reply)
Discussion started by: kumar_saurabh
1 Replies

8. Linux

GRUB cannot boot NTFS partitions?

I have an issue with booting NTFS partitions with Grub. I have two HHD 1st HDD with Red Hat 9.0 and Grub as bootloader 2nd HDD with 8 Win partitions all ntfs. I have added the following line in my grub.conf: title Windows2000/Domino 6 root (hd1,0) makeactive chainloader +1 When I... (4 Replies)
Discussion started by: KDE Man
4 Replies

9. Linux

File Sharing among NTFS Partition & RH Linux 9 Partitions

Well Guys, will anybody solve my problem? I have installed Win XP and RH Linux 9 (Dual Boot) on an Intel x86 Machine. Everything is going fine except that I cannot share files among the two operating systems. For example, if I download a PDF file from internet and save it in my Win XP partition... (1 Reply)
Discussion started by: Jawwad
1 Replies
Login or Register to Ask a Question
NTFSCMP(8)						      System Manager's Manual							NTFSCMP(8)

NAME
ntfscmp - compare two NTFS filesystems and tell the differences SYNOPSIS
ntfscmp [OPTIONS] DEVICE1 DEVICE2 DESCRIPTION
The ntfscmp program makes a comparison between two NTFS filesystems from all aspects and reports all variances it finds. The filesystems can be on block devices or images files. Ntfscmp can be used for volume verification however its primary purpose was to be an efficient development tool, used to quickly locate, identify and check the correctness of the metadata changes made to NTFS. If one is interested only in the NTFS metadata changes then it could be useful to compare the metadata images created by using the --meta- data option of ntfsclone(8) to eliminate the usually uninteresting timestamp changes. The terse output of ntfscmp is intentional because the provided information is enough in each case to determine the exact differences. This can be achieved, for instance, if one compares the verbose outputs of ntfsinfo(8) for each reported inodes by the diff(1) utility. OPTIONS
Below is a summary of the options that ntfscmp accepts. -P, --no-progress-bar Don't show progress bars. -v, --verbose More informational output. -h, --help Display help and exit. EXIT CODES
The exit code is 0 on success, non-zero otherwise. KNOWN ISSUES
No problem is known. If you would find otherwise then please send your report to the development team: linux-ntfs-dev@lists.sourceforge.net AUTHOR
ntfscmp was written by Szabolcs Szakacsits (szaka@sienet.hu). AVAILABILITY
ntfscmp is part of the ntfsprogs package and is available from: http://www.linux-ntfs.org/content/view/19/37 The manual pages are available online at: http://man.linux-ntfs.org/ SEE ALSO
ntfsinfo(8), ntfscat(8), diff(1), ntfsclone(8), ntfsprogs(8) ntfsprogs 1.13.1 April 2006 NTFSCMP(8)