Home of the Squeezebox™ & Transporter® network music players.
Page 2 of 14 FirstFirst 123412 ... LastLast
Results 11 to 20 of 132
  1. #11
    Senior Member
    Join Date
    Jun 2006
    Location
    Portland, OR
    Posts
    564
    Quote Originally Posted by Jens_Newbie View Post
    Maybe I have not found the value in this forum, but how many capacities must the USB stick have to work fine? Another question, if I put the files on the stick, do I not slow down the system? I think a Hdd is much faster than an USB stick.
    Hello,

    the USB Stick should have at least 1 GB capacity (~ 10 €) --> 256 MB should be used for swap and you will need ~ the same capacity also for SSODS/Squeezecenter. Together it is a little bit mor then 512.

    The speed is ok. The only thing that is a little bit slower is the start of dynamic playlists (thats what i observed), but Date/time screesaver and also internet radio allows HDD standby. This is at least important for me.
    2 x Squeezebox 3 - 1 x Squeezebox Touch - SSOTS 4.14 - Squeezecenter 7.7.3 - QNAP TS439 Pro (3.6.3) - 4 x 500 GB Hitachi (RAID5)

  2. #12
    That seems to be working great thanks Mr_Hyde.

    The disk is definitely spinning down, however the lights don't swap to standby like I anticipated (I think normally the status light goes out or something). I assume this is because the NAS isn't in full standby more, instead it has just spun down the disk?

  3. #13
    Actually, I take that back, it is acting properly!

    Not sure it works if I set the timer to anything more than about 10 mins though strangely, I'll experiment more today!

  4. #14

    Thumbs up Speedincrease

    Hi just installed the USB stick utility. 0.3.

    I can't check if standby works yet, because i have a very large BT download running (32Gb ;-)).
    But i'm sure that changing the swapfile gave me a good speed increase. Espacially the thumbnails show up faster than before.

    So a big thumbs up and thx for this tool and SSOTS of course.

    Rgds,
    Hellsblade
    Last edited by Hellsblade; 2008-04-06 at 10:26.

  5. #15
    Junior Member
    Join Date
    Apr 2008
    Posts
    5
    I've installed the utility for swap & ssods. It looks good; although it would be great to be able to set a custom swap size.

    I can't get my HDD to go into standby, set at 5 min; I've tried turning everything off except slimserver, itunes service; and disconnecting the network. I'm using the SuperDateTime plugin too.

    Any ideas? I have 2 Samsung 1TB Drives, RAID 1...

  6. #16

    Error in script?

    I think your script is creating a Symbolic link to public folder in the root folder of the QNAP.
    I think this is caused by this part of the script;

    if [ -f $NEW_LINK/SSODS/$RCSSODS ]; then
    rm -rf /volume1
    ln -sf $NEW_LINK /volume1
    ln -sf $DIRPUBLIC $NEWLINK/$PUBLIC
    else....

    There is no underscore the the second ln command.
    I don't know the first thing about scripts so please review this and can you please explain why this link is needed in the volume1 share?

    I even found a recursive link in the in the public directory itself so that caused infinite byte counting when looking at the properties of the public share ;-).

    rgds,
    Hellsblade

  7. #17
    Senior Member
    Join Date
    Jun 2006
    Location
    Portland, OR
    Posts
    564
    Quote Originally Posted by Hellsblade View Post
    I think your script is creating a Symbolic link to public folder in the root folder of the QNAP.
    I think this is caused by this part of the script;

    if [ -f $NEW_LINK/SSODS/$RCSSODS ]; then
    rm -rf /volume1
    ln -sf $NEW_LINK /volume1
    ln -sf $DIRPUBLIC $NEWLINK/$PUBLIC
    else....

    There is no underscore the the second ln command.
    I don't know the first thing about scripts so please review this and can you please explain why this link is needed in the volume1 share?

    I even found a recursive link in the in the public directory itself so that caused infinite byte counting when looking at the properties of the public share ;-).

    rgds,
    Hellsblade
    Hi,

    thanks for the hint. There has to be an underscore.

    I will correct this in the next version.

    The link to public share is needed, if you want to update Squeezecenter via SSOTS when it is linked to usb since flips script looks at /volume1/Public
    2 x Squeezebox 3 - 1 x Squeezebox Touch - SSOTS 4.14 - Squeezecenter 7.7.3 - QNAP TS439 Pro (3.6.3) - 4 x 500 GB Hitachi (RAID5)

  8. #18
    Senior Member
    Join Date
    Jun 2006
    Location
    Portland, OR
    Posts
    564

    new version: 0.3a

    Hi,

    i've uploaded an updated version.

    - minor improvements, bug fixes
    - smartctl should work for multiple HDD
    - README file (can be displayed inside the tool)

    http://user.blue-cable.de/mrhyde/files/usbutil_r03a.zip
    2 x Squeezebox 3 - 1 x Squeezebox Touch - SSOTS 4.14 - Squeezecenter 7.7.3 - QNAP TS439 Pro (3.6.3) - 4 x 500 GB Hitachi (RAID5)

  9. #19
    Senior Member
    Join Date
    Mar 2008
    Location
    Paris
    Posts
    150
    Quote Originally Posted by mr_hyde View Post
    Hi,

    i've uploaded an updated version.

    - minor improvements, bug fixes
    - smartctl should work for multiple HDD
    - README file (can be displayed inside the tool)

    http://user.blue-cable.de/mrhyde/files/usbutil_r03a.zip
    Hi,
    Seems a very good and precious work, congratulations Mr_Hyde!

    Unfortunatly i'm running SC 7 on Synology DS207+ (arm) with the same hibernation issue as on Qnap TS.

    => Mr_Hyde, do you think it is possible to adapt your scripts to work with SSODS on arm Synology DS ?

    => Any Linux expert here to do the adaptation job ?

    It would be great to exit from this "never ending hibernation story".

    Regards

    Volpone
    Last edited by volpone; 2008-04-12 at 09:01.
    STREAM => SqueezeBoxServer 7.6 Beta / ReadyNas Pro (x86) | SB3 - Duet - Boom - Ipeng (Iphone) - Touch
    AUDIO => Rega DAC | NAD C162 pre-amp | NAD C272 power-amp | Triangle Celius 202 speakers

  10. #20
    Senior Member
    Join Date
    Jun 2006
    Location
    Portland, OR
    Posts
    564
    Quote Originally Posted by volpone View Post
    Hi,
    Seems a very good and precious work, congratulations Mr_Hyde!

    Unfortunatly i'm running SC 7 on Synology DS207+ (arm) with the same hibernation issue as on Qnap TS.

    => Mr_Hyde, do you think it is possible to adapt your scripts to work with SSODS on arm Synology DS ?

    => Any Linux expert here to do the adaptation job ?

    It would be great to exit from this "never ending hibernation story".

    Regards

    Volpone
    Hi Volpone,

    i am quite sure that the migration to Synology is possible since i've had one DS106 in the past and my older version (for SSODS 2.XX) worked reliable.

    The problem is that i have no DS available and it is not possible for me to adapt the script without any tool to test it(actually i even don't know if it works for QNAP209 and 409) :-(
    2 x Squeezebox 3 - 1 x Squeezebox Touch - SSOTS 4.14 - Squeezecenter 7.7.3 - QNAP TS439 Pro (3.6.3) - 4 x 500 GB Hitachi (RAID5)

Posting Permissions

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