+ Reply to Thread
Page 1 of 6 123 ... LastLast
Results 1 to 10 of 54

Thread: Pi music - storage and access

  1. #1
    Join Date: Dec 2014

    Location: UK, inactive

    Posts: 1,570
    I'm inactive.

    Default Pi music - storage and access

    Just to move the Pi storage discussion as requested ....

    Any suggestions, warnings and advice on RAID use that would make a Pi system safe and economical

  2. #2
    Join Date: Jun 2011

    Location: Tallinn, Estonia

    Posts: 155
    I'm Juha.

    Default

    Keep it simple

    Store your music on two disks. The main and a copy.
    Keep the copy in another location.

    No need for RAID
    RAID gives a false sense of security. It only helps if you have disk failure.
    Your RAID controller may break rendering everything useless.
    If you have burglary, fire or electrical problems, RAID does not help.

    External disks are cheap, fast (USB 3) and you can get them anywhere.
    Analogue: Thorens TD 160 Super, Micro Seiki CF1 arm, Toshiba SR-370, Micro Seiki MA-505 arm, Nagaoka MP-50, Ortofon S 15-TE
    Source: JRiver 20, RME 9632 sound card, cd Micromega Drive 1, Hegel HD2 dac, Asus Xonar STX
    Pre-amp: Quad 33, Audiolabor VV2020
    Amps: Quad 522, Quad 405, Nakamichi Amplifier 1, CEC Amp 3300
    Speakers: Kef 104/2, ESS Amt 1 Monitor, Magneplanar 2.5/RT, Yamaha NS1000M - Active Genelec, cable Mogami 2513 "Blue Rocket"

  3. #3
    Join Date: Mar 2008

    Location: Galashiels

    Posts: 14,031
    I'm inthescottishmafia.

    Default

    An easy solution for me, not being an IT expert, was to use a Drobo. Good thing with this is it automatically backs up files between the hard drives installed in it. Does this all by itself, no input needed from the user, other than to monitor how much capacity is being used. Drives can be hot swapped with no loss of data, though it can take a while for the new HD to be intergrated, depending on how much data is stored. Mine has been on 24/7 for the past three or four years with no issues. I recently swapped the four original 500GB drives for 3tb WD reds.

    I still use separate USB drives as a back up though..
    “Music has always been a matter of energy to me, a question of fuel. Sentimental people call it inspiration, but what they really mean is fuel. I have always needed fuel. I am a serious consumer. On some nights I still believe that a car with the gas needle on empty can run about fifty more miles if you have the right music very loud on the radio”

    Hunter S Thompson

  4. #4
    Join Date: Mar 2009

    Location: London UK

    Posts: 529
    I'm Chris.

    Default

    I would second Neal's post - RAID is not a backup system.

    I will even go as far to say you maybe better off with a single high reliability drive for your music store and perform regular incremental backups to a second and third drive...like I do
    If you were thinking of using a typical two disk NAS in RAID1, do you really need real time sync of data for a collection of audio files which is probably pretty static in nature? If you accidentally delete something from your disk, it's gone from the mirror too. Neals' suggested strategy is the one I've adopted.
    Chris

    Stuff

    1. Linux PC with onboard HDA SB/ALC892 24/192 optical S/PDIF and/or USB > TC-7520 (Gator + LM4562NA) > Quad 306 > AVI Neutron 3
    2. Rotel RCD 965BX > TC-7520 ( Gator + LM4562NA) > Hd595
    3. Rpi B+/HifiDigi B+ (with isolation transformer) Running "SqueezeOnArch" - https://github.com/SqueezeOnArch
    Nonsense
    1. Belkin Pure AV (white) phono, Belkin Pure AV (silver) USB, QEd 79-strand speaker cable.
    2. MG belden digital co-ax

  5. #5
    Join Date: Dec 2014

    Location: UK, inactive

    Posts: 1,570
    I'm inactive.

    Default

    I already use umpteen HDDs as backup and have a twin drive Mac - SSD for the OS and 'daily' files and an HDD for initial backup.

    From what I understand from Marcos' thread on the Pi the real benefit is using a NAS array is so your songs are readily accessible throughout the house. As I understand it the NAS takes the form of a twin drive RAID where you can dump all your tunes (and more) - the only drawback being that this would require backup unless the raid is 'self healing' which is not the case according to Neal's points. So the issue for me is that not only would I need a networkable RAID (i.e. not USB) but also a second drive set for backup of equal size.

    This makes the whole 'cheap as chips' philosophy of the Pi pretty much redundant - it wouldn't really add any real benefits above what I already have but would simply cost a fair smack.

    Or am I missing something?

  6. #6
    Join Date: Jul 2014

    Location: Hertfordshire

    Posts: 437
    I'm Graeme.

    Default

    Quote Originally Posted by mikmas View Post
    I already use umpteen HDDs as backup and have a twin drive Mac - SSD for the OS and 'daily' files and an HDD for initial backup.

    From what I understand from Marcos' thread on the Pi the real benefit is using a NAS array is so your songs are readily accessible throughout the house. As I understand it the NAS takes the form of a twin drive RAID where you can dump all your tunes (and more) - the only drawback being that this would require backup unless the raid is 'self healing' which is not the case according to Neal's points. So the issue for me is that not only would I need a networkable RAID (i.e. not USB) but also a second drive set for backup of equal size.

    This makes the whole 'cheap as chips' philosophy of the Pi pretty much redundant - it wouldn't really add any real benefits above what I already have but would simply cost a fair smack.

    Or am I missing something?
    Nope - NAS does not mean nor even imply RAID. It means "Network Attached Storage" a single disk drive would certainly qualify as NAS, yet would rule out RAID. As people have said before in this thread KISS.

  7. #7
    Join Date: Dec 2014

    Location: UK, inactive

    Posts: 1,570
    I'm inactive.

    Default

    OK ... I think what's confusing things is that the terms seemed to be used interchangeably from the outset and links were put up to twin drive NAS arrays (for example) with the inference that the second drive provides a safe backup - which has now been kicked into touch.

    Equally the discussion has moved to USB drives which for me would be pointless - my router only has ethernet or wifi so would mean I would need to connect a USB drive to a networked computer in the house and leave it on. It would be quicker just toting a USB drive to the shed when i want some sounds....

  8. #8
    Join Date: Feb 2013

    Location: Switerland

    Posts: 1,184
    I'm rupert.

    Default

    Quote Originally Posted by mikmas View Post
    I already use umpteen HDDs as backup and have a twin drive Mac - SSD for the OS and 'daily' files and an HDD for initial backup.

    From what I understand from Marcos' thread on the Pi the real benefit is using a NAS array is so your songs are readily accessible throughout the house. As I understand it the NAS takes the form of a twin drive RAID where you can dump all your tunes (and more) - the only drawback being that this would require backup unless the raid is 'self healing' which is not the case according to Neal's points. So the issue for me is that not only would I need a networkable RAID (i.e. not USB) but also a second drive set for backup of equal size.

    This makes the whole 'cheap as chips' philosophy of the Pi pretty much redundant - it wouldn't really add any real benefits above what I already have but would simply cost a fair smack.

    Or am I missing something?
    You are missing that you dont even need a HD to run a Pi. You can just stick a USB stick into it with your songs if you want to use it as a music repository.

  9. #9
    Join Date: Dec 2014

    Location: UK, inactive

    Posts: 1,570
    I'm inactive.

    Default

    Quote Originally Posted by Ali Tait View Post
    An easy solution for me, not being an IT expert, was to use a Drobo.
    Which one?

    I went on the Drobo website and it suggested a Drobo 5N to meet my needs - costs about £390 on ebuyer
    http://www.drobo.com/resource-center...robo-is-right/

  10. #10
    Join Date: Dec 2014

    Location: UK, inactive

    Posts: 1,570
    I'm inactive.

    Default

    Quote Originally Posted by r100 View Post
    You are missing that you dont even need a HD to run a Pi. You can just stick a USB stick into it with your songs if you want to use it as a music repository.
    I already figured that - but wouldn't need a Pi for that situation either .....

+ Reply to Thread
Page 1 of 6 123 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •