do I need to install drivers for a computer which is going to access a NAS attached disk with foreign file system?

1

I will get straight to the point here, the NAS can read and write to ext4 external USB disks. I will mainly be accessing the NAS through my Mac and Windows 7 laptops through afp,ftp and smb protocols. my question is, do these protocols allow for the client computer to read and write the disk attached to the NAS without any additional drivers on the client side?

I would think that the protocols have some kind of system and no drivers would be needed because all along I have been downloading drivers and manuals from various company's ftp servers without ever getting any message saying the server was of a different filesystem.

the question mainly arised as I read that there is no proper support for read and write on ext4 for Windows 7. and so I was thinking if the NAS has full support and the protocols allow for read and write then I should have no problems with going ahead with ext4 right?

EDIT: while we are at it, the question also extends to DLNA/uPnP servers and clients. like since the NAS is the dlna server, will it bother the ps3(or any other media streamers) that server is ext4? I would believe this is not the case as from what I gather, dlna is all about universal protocol with the aim of letting devices connect to each other without much friction. thanks again.

basball

Posted 2011-06-05T04:07:39.000

Reputation: 37

Answers

1

No, you don't need drivers on your clients. AFP, SMB, and FTP servers do not expose the underlying filesystem semantics of whatever filesystem they're using on the back end.

Spiff

Posted 2011-06-05T04:07:39.000

Reputation: 84 656

thanks for the short and precise answer.

a deeper, quick educational answer on the protocols and the way they interact with the underlying filesystem would also be appreciated. thanks – basball – 2011-06-07T05:58:09.700

1

The storage underneath NAS will not affect DLNA either. What does affect DLNA is the codec compatability with the viewing device. I suspect you know this already, but is can be a bear for devices, like the PS3, with a restricted list of codecs.

uSlackr

Posted 2011-06-05T04:07:39.000

Reputation: 8 755