linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Accessing NTFS Shares from Freescale MPC8313
@ 2009-05-17  8:45 Chris Plasun
  2009-05-18 17:10 ` Scott Wood
  0 siblings, 1 reply; 5+ messages in thread
From: Chris Plasun @ 2009-05-17  8:45 UTC (permalink / raw)
  To: linuxppc-dev

Hi,

(I haven't found any answers in the archives)

How would I access a NTFS shared directory from a Freescale MPC8313?

Will Samba run on a Freescale MPC8313?

Thanks,

Chris Plasun

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Accessing NTFS Shares from Freescale MPC8313
  2009-05-17  8:45 Accessing NTFS Shares from Freescale MPC8313 Chris Plasun
@ 2009-05-18 17:10 ` Scott Wood
  2009-05-18 18:06   ` Chris Plasun
  0 siblings, 1 reply; 5+ messages in thread
From: Scott Wood @ 2009-05-18 17:10 UTC (permalink / raw)
  To: Chris Plasun; +Cc: linuxppc-dev

On Sun, May 17, 2009 at 01:45:30AM -0700, Chris Plasun wrote:
> Hi,
> 
> (I haven't found any answers in the archives)
> 
> How would I access a NTFS shared directory from a Freescale MPC8313?
> 
> Will Samba run on a Freescale MPC8313?

It should (and if it doesn't, file a bug with them).  

Userspace is pretty much the same at the source-code and user-interface
level -- the answer to "how do I do X on this PPC board" is generally the
same as the answer to "how do I do X on Linux", other than that you may
need to compile some packages manually if they don't come with whatever
distribution you're using.

-Scott

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Accessing NTFS Shares from Freescale MPC8313
  2009-05-18 17:10 ` Scott Wood
@ 2009-05-18 18:06   ` Chris Plasun
  2009-05-18 18:18     ` Leon Woestenberg
  0 siblings, 1 reply; 5+ messages in thread
From: Chris Plasun @ 2009-05-18 18:06 UTC (permalink / raw)
  To: linuxppc-dev

Scott Wood wrote:
> On Sun, May 17, 2009 at 01:45:30AM -0700, Chris Plasun wrote:
>> Hi,
>>
>> (I haven't found any answers in the archives)
>>
>> How would I access a NTFS shared directory from a Freescale MPC8313?
>>
>> Will Samba run on a Freescale MPC8313?
> 
> It should (and if it doesn't, file a bug with them).  
> 
> Userspace is pretty much the same at the source-code and user-interface
> level -- the answer to "how do I do X on this PPC board" is generally the
> same as the answer to "how do I do X on Linux", other than that you may
> need to compile some packages manually if they don't come with whatever
> distribution you're using.

Thanks Scott.

I did some more reading on the board and it appears that it's not as 
limited as I thought. The "custom" Linux we're running is very limited 
(so it appears) and I interpreted the board to be so as well.

I'm a Windows ASP.NET developer thrown off the deep end into Linux so 
please forgive the noob questions. After going through many post it 
appears my questions are pertinent to general Linux.

Thank you!
Chris Plasun

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Accessing NTFS Shares from Freescale MPC8313
  2009-05-18 18:06   ` Chris Plasun
@ 2009-05-18 18:18     ` Leon Woestenberg
  2009-05-18 18:38       ` Chris Plasun
  0 siblings, 1 reply; 5+ messages in thread
From: Leon Woestenberg @ 2009-05-18 18:18 UTC (permalink / raw)
  To: Chris Plasun; +Cc: linuxppc-dev

Hello Chris,

On Mon, May 18, 2009 at 8:06 PM, Chris Plasun <chrispl78@yahoo.com> wrote:
> Scott Wood wrote:
>> On Sun, May 17, 2009 at 01:45:30AM -0700, Chris Plasun wrote:
>>> (I haven't found any answers in the archives)
>>> How would I access a NTFS shared directory from a Freescale MPC8313?
>>> Will Samba run on a Freescale MPC8313?
>>
>> It should (and if it doesn't, file a bug with them).
>> Userspace is pretty much the same at the source-code and user-interface
>> level -- the answer to "how do I do X on this PPC board" is generally the
>> same as the answer to "how do I do X on Linux", other than that you may
>> need to compile some packages manually if they don't come with whatever
>> distribution you're using.
>
> Thanks Scott.
>
> I did some more reading on the board and it appears that it's not as limited
> as I thought. The "custom" Linux we're running is very limited (so it
> appears) and I interpreted the board to be so as well.
>

To build your own fully-open Linux for this board, I can recommend
both these projects:

LTIB (http://www.bitshrine.org/)
OpenEmbedded (http://www.openembedded.org/)

We use the latter in an industrial setting with much success,

Regards,
-- 
Leon

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Accessing NTFS Shares from Freescale MPC8313
  2009-05-18 18:18     ` Leon Woestenberg
@ 2009-05-18 18:38       ` Chris Plasun
  0 siblings, 0 replies; 5+ messages in thread
From: Chris Plasun @ 2009-05-18 18:38 UTC (permalink / raw)
  To: linuxppc-dev

Hi Leon,

Leon Woestenberg wrote:
> Hello Chris,
> 
> On Mon, May 18, 2009 at 8:06 PM, Chris Plasun <chrispl78@yahoo.com> wrote:
>> Scott Wood wrote:
>>> On Sun, May 17, 2009 at 01:45:30AM -0700, Chris Plasun wrote:
>>>> (I haven't found any answers in the archives)
>>>> How would I access a NTFS shared directory from a Freescale MPC8313?
>>>> Will Samba run on a Freescale MPC8313?
>>> It should (and if it doesn't, file a bug with them).
>>> Userspace is pretty much the same at the source-code and user-interface
>>> level -- the answer to "how do I do X on this PPC board" is generally the
>>> same as the answer to "how do I do X on Linux", other than that you may
>>> need to compile some packages manually if they don't come with whatever
>>> distribution you're using.
>> Thanks Scott.
>>
>> I did some more reading on the board and it appears that it's not as limited
>> as I thought. The "custom" Linux we're running is very limited (so it
>> appears) and I interpreted the board to be so as well.
>>
> 
> To build your own fully-open Linux for this board, I can recommend
> both these projects:
> 
> LTIB (http://www.bitshrine.org/)
> OpenEmbedded (http://www.openembedded.org/)
> 
> We use the latter in an industrial setting with much success,

Thanks Leon. I'll definitely be back to ask for help to get these 
distributions running =)

cp

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-05-18 18:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-17  8:45 Accessing NTFS Shares from Freescale MPC8313 Chris Plasun
2009-05-18 17:10 ` Scott Wood
2009-05-18 18:06   ` Chris Plasun
2009-05-18 18:18     ` Leon Woestenberg
2009-05-18 18:38       ` Chris Plasun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).