Get your own customer support community

Recent activity

Subscribe to this feed
  • idea

    sdh replied on May 07, 2009 20:46 to the idea "Idea for version 3 - iSCSI given the Expandrive treatment" in ExpanDrive:

    sdh
    Good point, Jeff. Thinking about it, I guess that effectively building in an iSCSI initiator, which was what I was suggesting, would take Expandrive away from its core functionality of managing the drive connections themselves as simply as possible, and could make things unnecessarily complicated for the large majority of its users. (And its developers, too, of course).

    Steve
  • idea

    sdh shared an idea in ExpanDrive on May 02, 2009 12:23:

    sdh
    Idea for version 3 - iSCSI given the Expandrive treatment
    Having recently acquired one of the new Qnap TS-119 NAS devices I was interested to learn that they now include support for the iSCSI protocol out of the box. iSCSI is a bit different to protocols like Samba and AFP because, instead of being a network attached drive, the iSCSI layer makes the device behave exactly as a locally attached drive, meaning, for example, that it could be used completely transparently with Time Machine, with none of the jiggery-pokery that is required to get TM to recognise a remote disk that isn't a Time Capsule disk. The current downside of using iSCSI is that process of setting up an iSCSI connection is clunky, to say the least, requiring the free GlobalSAN iSCI initiator utility to first create the iSCSI volume and then to manage connections.

    Given how simple and straightforward that Expandrive is to use it would be great to see the process of creating and managing iSCSI connections become part of the program.

    Steve
  • problem

    sdh replied on October 18, 2008 10:09 to the problem "Incorrect space reported on connecting to Qnap NAS" in ExpanDrive:

    sdh
    Hi Jeff

    On my Qnap NAS, the latest version of Expandrive (1.3) now reports the correct free space (exactly the same as if I connect to it with SMB, for example). I'm now sure the problem was caused by the deliberately crippled ssh daemon that Qnap saw fit to install as the default. I used ipkg, which Qnap support, to install a new set of openssl libraries and sftp-server. Connecting to the NAS using this version of the ssh daemon Expandrive works perfectly.

    Steve
  • problem

    sdh replied on July 18, 2008 20:51 to the problem "Incorrect space reported on connecting to Qnap NAS" in ExpanDrive:

    sdh
    Matt

    Thanks for the reply. I've done a little more investigation, and I can see where the reported free space values are coming from for the different users, though I have no idea why they should be different.

    The NAS is a QNAP TS-109. It has an embedded Linux system, but it is configured in such a way that Linux is somewhat incidental. The QNAP supplied sshd, for example, is crippled so that it will only allow the admin user to log in. It also stores a lot of its default configuration in flash and loads the system into RAM on rebooting, thus overwriting any changes one makes to the standard configuration. A recent QNAP firmware upgrade brought in support for Optware ipkg, thus allowing more permanent enhancements to the system to be made. I've used ipkg to install openssh and sftp-server.

    Looking at the output of the df command, it appears that the free space as reported for a standard user is the free space on the largest, data partition (/dev/sda3) and is correct. currently 423.7G. Using Expandrive to connect as admin, though, (again to the optware ssh daemon, which has a default configuration) the free space is reported as only 2.8M, which is the free space on a different device (/dev/ram0). Expandrive also behaves like it should if there was only 2.8M free - a 3M file cannot be copied.

    If I connect to the QNAP sshd as admin, which is the only user allowed to connect to this daemon, this is when I get 8TB of free space reported.

    I'm happy to work with you to debug this on the optware ssh daemon. I could grant you access direct to my NAS box, and I'm happy to run any debugging scripts or try different builds of Expandrive. I don't think that it is worth pursuing the QNAP ssh daemon any more, though, on account that it is not a standard build of sshd.
  • star

    sdh marked one of Matt Moskwa's replies in ExpanDrive as useful. Matt Moskwa replied to the problem "The magical reappearing folder trick".

  • problem

    sdh replied on July 16, 2008 22:14 to the problem "The magical reappearing folder trick" in ExpanDrive:

    sdh
    Thanks for the explanation. I'm not sure how the .DS_Store file arose - the folder I'm accessing was one I created a long time ago and have only just rediscovered. Thinking back it was probably mounted over AFP.

    I think I'll manage with it as is for now. The work around - to delete the file manually over a standard SSH connection isn't too onerous. It could probably do with an entry in an FAQ or the program help files though. Thanks for an excellent little utility.
  • problem

    sdh reported a problem in ExpanDrive on July 15, 2008 14:36:

    sdh
    The magical reappearing folder trick
    I have come across a problem related to deleting directories. I'm connected via Expandrive to my home directory on a Solaris machine. When attempting to delete a directory by dragging the folder from the Expandrive window to the Trash, I get the usual server warning that the items will be deleted immediately.

    On confirming this, the folder disappears. Only, a few moments later, to magically reappear - though without any files that were present when the folder was 'deleted'. I tried connecting to the server with a command line ssh window, and it appears from doing a bit of testing, that the .DS_Store file's presence or absence is what causes the folder to reappear or to stay deleted. Deleting it from the command line using rm and then deleting the problem folder works as expected, and the folder stays deleted when I drag it to the Trash. I'm using the latest build (1.27).
  • problem

    sdh replied on July 02, 2008 20:10 to the problem "Incorrect space reported on connecting to Qnap NAS" in ExpanDrive:

    sdh
    Both commands produced exactly the same output:

    (1024, 1024, 9911L, 2855L, 2855L, 2560L, 1498L, 1498L, 0, 255)
  • problem

    sdh replied on July 02, 2008 16:24 to the problem "Incorrect space reported on connecting to Qnap NAS" in ExpanDrive:

    sdh
    Some updates for you.

    (Matt) Yes, df does work on my NAS.
    (Jon) It doesn't have Python installed by default, but through the wonders of ipkg it does now. However the free space is still reported as 8TB. Could there be a module that I'm missing? I have installed the default python-2.5 package (actually version 2.5.2).
  • problem

    sdh replied on June 28, 2008 23:10 to the problem "Incorrect space reported on connecting to Qnap NAS" in ExpanDrive:

    sdh
    Ok, thanks for the reply. The NAS does have ssh access - I use it all the time to manage it. What would you like to know about it?
  • problem

    sdh reported a problem in ExpanDrive on June 27, 2008 08:50:

    sdh
    Incorrect space reported on connecting to Qnap NAS
    I'm using Expandrive to connect to a Qnap Turbostation NAS with openssh-sftp-server installed.

    While I can connect ok, the Finder reports that the available disk space is 8TB. While I wish that it were so, the NAS only has 750GB installed. Otherwise, a very cool piece of software.

    Steve