LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-22-2009, 11:08 AM   #1
blknite01minnesota
LQ Newbie
 
Registered: Jul 2009
Distribution: Slackware 12.2
Posts: 6

Rep: Reputation: 0
shared Hard Drive format question


I currently have NTFS partitions on my slackware file and print server. I can not use FAT32 format because I have files that are larger than 4 gig, so my issue is this. What format can I use that will give me read AND write access for windows PCs while not having to worry about the eventual fragmentation that is associated with NTFS?

This is a samba share folder.
 
Old 07-22-2009, 11:11 AM   #2
TwinReverb
Member
 
Registered: Sep 2008
Location: Misawa AB, Japan
Distribution: Slackware
Posts: 191
Blog Entries: 2

Rep: Reputation: 40
If it is shared over Samba, the file format does not matter, if I remember correctly. Make it whatever Linux file system you want. I know that XFS has a file system reorganizer (i.e. defragmenter)....
 
Old 07-22-2009, 11:12 AM   #3
mattydee
Member
 
Registered: Dec 2006
Location: Vancouver, BC
Distribution: Debian,Ubuntu,Slackware
Posts: 479

Rep: Reputation: 48
Not sure what you mean.
If you are accessing the files from windows machine via samba, then the file system doesn't really matter as far as the clients are concerned. So you can use anything you like, ext3, xfs, jfs, etc.
 
Old 07-22-2009, 11:23 AM   #4
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Welcome to LQ!

Since you are using 'SAMBA' then the filesystem on the server is transparent to the client. So I would setup a ext3 or equivalent on the server. Now if you want to share R/W partitions then that's a different animal all together. You could always setup 'ntfs-3g' on your server for that then work via 'NFS' to the M$ systems.

Quote:
Originally Posted by blknite01minnesota View Post
I currently have NTFS partitions on my slackware file and print server. I can not use FAT32 format because I have files that are larger than 4 gig, so my issue is this. What format can I use that will give me read AND write access for windows PCs while not having to worry about the eventual fragmentation that is associated with NTFS?

This is a samba share folder.
'File- and printersharing on the local network' by Alien_Bob is an excellent wiki to get some useful information.

The above link and others available from 'Slackware-Links'. More than just SlackwareŽ links!
 
Old 07-22-2009, 12:31 PM   #5
blknite01minnesota
LQ Newbie
 
Registered: Jul 2009
Distribution: Slackware 12.2
Posts: 6

Original Poster
Rep: Reputation: 0
For read access over samba I know that format does not matter. But I would like to write on the hard drive from a Windows PC e.g. copy "file A" to the file server. I do not want to have to install ext3 support on every windows computer that needs to write. I already have samba set up to share with read and write access to NTFS formated hard drives, but I am worried about fragmentation on them and as I said I have .iso bigger than 4 gig so FAT32 is not an option. Is NTFS my only option?
 
Old 07-22-2009, 02:24 PM   #6
Franklin
Senior Member
 
Registered: Oct 2002
Distribution: Slackware
Posts: 1,348

Rep: Reputation: 217Reputation: 217Reputation: 217
Quote:
Originally Posted by blknite01minnesota View Post
For read access over samba I know that format does not matter. But I would like to write on the hard drive from a Windows PC e.g. copy "file A" to the file server. I do not want to have to install ext3 support on every windows computer that needs to write. I already have samba set up to share with read and write access to NTFS formated hard drives, but I am worried about fragmentation on them and as I said I have .iso bigger than 4 gig so FAT32 is not an option. Is NTFS my only option?
This is what we are telling you. Over SAMBA, the windows clients see the partitions shared over SAMBA as NTFS even though they might be ext3. It's transparent to the clients. I share a large ext3 partition via Samba as well as NFS so I can access what I need on that partition regardless of whether my laptop is running Windows XP or Slackware (my laptop tri-boots windows, slack 12.2, and current)

Personally, I have NEVER shared a drive that was formatted with NTFS over SAMBA or NFS and I would be very leery of doing so. My server shares are always formatted with a native *nix filesystem - usually ext3, but I have also used reiserfs.

The limitations you are describing are only in cases where you are sharing a partition on the same machine that boots both Windows and Linux and you want to share a partition between the 2 OS's on that one machine. It's not true in the case of a file server using SAMBA.

HTH
 
Old 07-23-2009, 08:21 AM   #7
blknite01minnesota
LQ Newbie
 
Registered: Jul 2009
Distribution: Slackware 12.2
Posts: 6

Original Poster
Rep: Reputation: 0
Ok I am currently going to experiment with it. But I think I had problems doing this before, could have been a bad install. On the plus side I did figure out how to mount, read, write and share NTFS under linux. I think thats a bit of an accomplishment. Thank you guys for the input will post my resaults.
 
Old 07-23-2009, 04:06 PM   #8
blknite01minnesota
LQ Newbie
 
Registered: Jul 2009
Distribution: Slackware 12.2
Posts: 6

Original Poster
Rep: Reputation: 0
That worked thank you all for your help.
 
  


Reply



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
format a hard drive (/dev/hda1) in Reiser fs format Linh Linux - General 7 06-17-2009 06:30 AM
Shared Hard Drive? pdfsmail Linux - Newbie 2 02-01-2007 01:58 PM
format hard drive elmerglue Linux - General 4 05-31-2006 08:15 PM
Shared hard drive? crispy_420 Linux - Newbie 4 12-10-2005 04:08 PM
Format hard drive uzerfrendly Linux - Hardware 9 02-24-2005 10:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:13 PM.

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