Recommended filesystem?

hanumanji
Posts: 2
Joined: Sat Feb 07, 2009 3:12 pm

Recommended filesystem?

Postby hanumanji » Mon Feb 09, 2009 12:56 am

Greetings. I am new to Linux and new to Amahi. I am converting my former Windows Home Server box to Amahi. I will be adding hard drives to my system and changing the shares to point to them. I will be sharing with OS X and XP systems, but only backing up the OS X system. What is the recommended filesystem to use for these drives?
Thanks!

User avatar
moredruid
Expert
Posts: 791
Joined: Tue Jan 20, 2009 1:33 am
Location: Netherlands
Contact:

Re: Recommended filesystem?

Postby moredruid » Mon Feb 09, 2009 1:15 am

you can choose almost any type of filesystem and run linux, most distro's use ext3 or reiserfs.

ext3 is a well performing journaling filesystem, tried and tested.
reiserfs is in some cases faster (also journaling), but development has stalled lately.

I recommend using ext3, this will serve you well enough.

as for the backup etc., this will be transparent to the client systems. OS X will mount your shares using samba (CIFS) fine. You can also create a small script for automounting your drives on a Mac.
Go to Programs, Applescript
Add an applescript and copy the below stuff in it:

Code: Select all

tell application "Finder" mount volume "smb://WORKGROUP;username:password@hda/<directory>" end tell
be careful: you will need to set the WORKGROUP, username & password correctly! You can replace <directory> with music, pictures, movies or a share you've created yourself.
save the file as an executable in your home folder.
set it ro run everytime you logon to your computer in System preferences -> Accounts -> Login item -> add the file you've just created.
reboot your Mac to see if the drive comes up at boot.
echo '16i[q]sa[ln0=aln100%Pln100/snlbx]sbA0D2173656C7572206968616D41snlbxq' | dc
Galileo - HP Proliant ML110 G6 quad core Xeon 2.4GHz, 4GB RAM, 2x750GB RAID1 + 2x1TB RAID1 HDD

hanumanji
Posts: 2
Joined: Sat Feb 07, 2009 3:12 pm

Re: Recommended filesystem?

Postby hanumanji » Mon Feb 09, 2009 11:37 am

thanks for that great information! i could have used that applescript a long time ago when i was running my windows home server! i manually mounted shares every logon :lol:
i am using gparted to format the data drive. it looks like i need to create a partition table before i can format it. the default table type is msdos. do i want to use that or some other type?
Image

User avatar
cpg
Administrator
Posts: 2618
Joined: Wed Dec 03, 2008 7:40 am
Contact:

Re: Recommended filesystem?

Postby cpg » Mon Feb 09, 2009 4:51 pm

msdos is not good for many reasons (cannot take files over 2gb, not journaled, etc.).

use ext3. tried and tested. i never lost data on ext3.
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 8GB RAM, 1TBx2+3TBx1

User avatar
relrobber
Posts: 72
Joined: Wed Dec 17, 2008 10:01 pm
Location: Searcy, AR
Contact:

Re: Recommended filesystem?

Postby relrobber » Sat Feb 21, 2009 3:12 pm

a little late to the party but...i use xfs for my storage partitions. handles deleting of large files better than ext3.
Home HDA: Sony VAIO PCV-RX560, 1.7GHz P4, 320MB RAM

Managed HDA: 512MB RAM

User avatar
cpg
Administrator
Posts: 2618
Joined: Wed Dec 03, 2008 7:40 am
Contact:

Re: Recommended filesystem?

Postby cpg » Sat Mar 07, 2009 5:19 pm

i just tried xfs for the first time and it's great with large files being deleted (iso files, vobs, etc.).

other files playing from the same server no longer freeze while the delete takes place. great tip!
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 8GB RAM, 1TBx2+3TBx1

Who is online

Users browsing this forum: No registered users and 52 guests