Hi.. I have a number of Pi's running raspbmc in my house and they are all running beautifully. I stream my media (mostly SD MPEG4 and HD H264) from a windows 7 pc running hanewin nfs server. I am looking at removing this pc.
I frequently have this pc streaming different files to 2 devices at the same time.
I would ideally like to remove this pc and connect a powered 4tb usb hard disk to one of the Pi's.
My questions are as follows..
Would a Pi running raspbmc be able to operate normally (watch a video file from USB without slowdown and remain responsive) while serving another video file out to a second Pi?
What filesystem is best on the usb drive? It would be useful if I could use NTFS so I can also use the USB drive in a windows pc, but this is not essential and I could use something like ext4 if necessary.
Any advice?
-
- Posts: 200
- Joined: Tue Apr 17, 2012 4:10 pm
Re: Media shared from USB
Likely.
NTFS is hard to get running fast.
I use LVM+ext4
(there is software to r/w ext4 on windows).
exfat, and fat32 can be good options.
NTFS is hard to get running fast.
I use LVM+ext4
(there is software to r/w ext4 on windows).
exfat, and fat32 can be good options.
SBC with 32GB RAM: https://hardkernel.com
FAQ : https://raspberrypi.stackexchange.com
Unanswered: https://www.raspberrypi.org/forums/search.php?search_id=unanswered
FAQ : https://raspberrypi.stackexchange.com
Unanswered: https://www.raspberrypi.org/forums/search.php?search_id=unanswered
-
- Posts: 213
- Joined: Sat Jun 29, 2013 9:45 am
Re: Media shared from USB
This works absolutely fine.masterluke wrote: Would a Pi running raspbmc be able to operate normally (watch a video file from USB without slowdown and remain responsive) while serving another video file out to a second Pi?
What filesystem is best on the usb drive? It would be useful if I could use NTFS so I can also use the USB drive in a windows pc, but this is not essential and I could use something like ext4 if necessary.
You should use Ext4 if possible as this will minimise CPU load.
The trouble with the fat options is the file size is limited to 4GB.
Re: Media shared from USB
That is true for FAT32, exFAT has a file size limit of 128 PiBHiroProtagonist wrote:...The trouble with the fat options is the file size is limited to 4GB.
SBC with 32GB RAM: https://hardkernel.com
FAQ : https://raspberrypi.stackexchange.com
Unanswered: https://www.raspberrypi.org/forums/search.php?search_id=unanswered
FAQ : https://raspberrypi.stackexchange.com
Unanswered: https://www.raspberrypi.org/forums/search.php?search_id=unanswered