Page 1 of 1

External disk in XFS format

PostPosted: Sun Jul 07, 2013 10:01 pm
by ErikD
Hi,

Tried to connect an original NS2 disk formatted as XFS (holding lots of data I wanted to transfer).
As the format wasn't recognized I checked where this was set and found: 'exthddfunc_mountExtHdd.finc'

As XFS uses format '83' the NAS software is assuming 'ext' format ...

Changed the file as attached (line 93 onwards), for me it's working now.

-Erik

BTW: Thanks so much for this really great firmware! It's far better, faster and more stable than the bloated original.

Re: External disk in XFS format

PostPosted: Sun Jul 07, 2013 11:42 pm
by Jocko
Hi ErikD

think there is an issue with your attached file :scratch

About change the line 93 : Ok it's right for you but how we mount now the ext USB disk :whistle

Re: External disk in XFS format

PostPosted: Tue Jul 09, 2013 10:26 pm
by ErikD
Sorry Jocko,

Looks like I selected the wrong file for upload. As editing the original post did not replace the first upload, tried it once more here.

-Erik

Re: External disk in XFS format

PostPosted: Tue Jul 09, 2013 10:44 pm
by Jocko
Thank ErikD,

Now I understood what you changed.

Your suggesttion seems Ok. :thumbup
Just I prefer use the php command exec instead of shell_exec because we can test the status returned by the shell command.