Re: Looking for NAS Hardware Recommendations

2011-07-13 Thread Joseph Sinclair
It's in the firmware zip file[1], something like FWUpdate.exe (they change the name sometimes). [1] http://www.buffalotech.com/support/getfile/ls_series-143.zip On 07/13/2011 08:55 PM, Mark Phillips wrote: > On Wed, Jul 13, 2011 at 7:09 PM, Joseph Sinclair > wrote: > >> The best suggestion I c

Re: Looking for NAS Hardware Recommendations

2011-07-13 Thread Mark Phillips
On Wed, Jul 13, 2011 at 7:09 PM, Joseph Sinclair wrote: > The best suggestion I can make (other than waiting for acp_commander to get > an update so it's able to open up the 1.43 firmware) is to use the Windows > or Mac uploader to upload your modified firmware. > I installed the Windows sw that

Re: Looking for NAS Hardware Recommendations

2011-07-13 Thread Joseph Sinclair
The best suggestion I can make (other than waiting for acp_commander to get an update so it's able to open up the 1.43 firmware) is to use the Windows or Mac uploader to upload your modified firmware. On 07/13/2011 05:45 PM, Mark Phillips wrote: > On Tue, Jul 12, 2011 at 10:38 PM, Joseph Sinclai

Re: Looking for NAS Hardware Recommendations

2011-07-13 Thread Mark Phillips
On Tue, Jul 12, 2011 at 10:38 PM, Joseph Sinclair wrote: > I missed the 1.43 part... Seems they've improved security. > > If you can get a shell prompt with acp_commander, try running whoami. If > you're already root, then "passwd -d root" will clear the current password, > and you can then set

Re: Looking for NAS Hardware Recommendations

2011-07-12 Thread Joseph Sinclair
I missed the 1.43 part... Seems they've improved security. If you can get a shell prompt with acp_commander, try running whoami. If you're already root, then "passwd -d root" will clear the current password, and you can then set it to anything you like with "passwd" The only safe way to upload

Re: Looking for NAS Hardware Recommendations

2011-07-12 Thread Mark Phillips
Joseph, I think the firmware may have changed... I reset the root password, but still cannot login. orca:/home/mark/Desktop/buffalo_nas# java -jar acp_commander.jar -t xxx.xxx.xxx.xxx -o ACP_commander out of the nas-central.org (linkstationwiki.net) project. Used to send ACP-commands to Buffalo

Re: Looking for NAS Hardware Recommendations

2011-07-12 Thread Joseph Sinclair
You shouldn't need to change or upload firmware. acp_commander can reset the root password (If it can get a shell prompt it should be able to reset the password...) java -jar acp_commander.jar -t $YOUR_NAS_IP_ADDRESS -o That will clear the root password to nothing, allowing you to login via ssh

Re: Looking for NAS Hardware Recommendations

2011-07-12 Thread Mark Phillips
Joeseph, One more issue, oh Great Buffalo NAS one;-) I started to work on rooting the device by following this http://buffalo.nas-central.org/wiki/Category:LS-WXL. First stumbling block is I have firmware 1.43. However, the zip key for 1.41 worked to unzip the firmware image. It turns out ssh

Re: Looking for NAS Hardware Recommendations

2011-07-11 Thread Joseph Sinclair
rsync will preserve ownership if you set the option to do so (I don't recall the exact flag offhand). I actually prefer rsync over the Samba mount because cifs doesn't understand POSIX permissions. If you root the box you can certainly do the rsync over ssh, but on a local net native(uncompress

Re: Looking for NAS Hardware Recommendations

2011-07-10 Thread Mark Phillips
In the shared folders section, one can check Windows, Apple, disk backup, ftp, and sftp. When I clicked Windows and backup, rsync works. mark@orca:~/Desktop$ rsync SANY0002.JPG rsync://xxx.xxx.xxx.xxx/array1_fred/ mark@orca:~/Desktop$ rsync rsync://xxx.xxx.xxx.xxx/ array1_fred mark@orca:~/Desktop$

Re: Looking for NAS Hardware Recommendations

2011-07-10 Thread Joseph Sinclair
For the mount, you can just use normal mount with -t cifs (or put it in fstab with cifs as the filesystem type). umount is generic; the unmount interface standardized a while back, that's why umount.cifs is no longer in Debian, it's obsolete. For rsync, the module name will never have a space.

Re: Looking for NAS Hardware Recommendations

2011-07-10 Thread Mark Phillips
The only way I can gain access to the shares is to use the following. I created a new share called 'fred' and deleted the other shares: mount.cifs //xxx.xxx.xxx.xxx/fred /home/nas_share -o user=user_name password=pass Of course, umount.cifs is no longer in Debian, but umount -f works to unm

Re: Looking for NAS Hardware Recommendations

2011-07-10 Thread Joseph Sinclair
Dash and underscore are fine. The only way to "reset" the name using the standard web interface is to delete the share and re-create it with the new name. On 07/10/2011 11:23 AM, Mark Phillips wrote: > Can the share name have a dash or underscore in it? How can I "reset" the > share names? > >

Re: Looking for NAS Hardware Recommendations

2011-07-10 Thread Mark Phillips
Can the share name have a dash or underscore in it? How can I "reset" the share names? Thanks for all your help! Mark On Jul 10, 2011 10:59 AM, "Joseph Sinclair" wrote: > The info folder is used by the web interface; don't delete that unless you'd like to reload the device from scratch ;) > The

Re: Looking for NAS Hardware Recommendations

2011-07-10 Thread Joseph Sinclair
The info folder is used by the web interface; don't delete that unless you'd like to reload the device from scratch ;) The correct value should be array1_Hshare. array1_Hshare is the rsync top-level "module" name, not a directory. The issue you're seeing sounds like a case-match issue or someth

Re: Looking for NAS Hardware Recommendations

2011-07-10 Thread Mark Phillips
On Fri, Jul 8, 2011 at 7:59 PM, Joseph Sinclair wrote: > It's not in the manual, but the "BuffaloLink" mechanism that allows one NAS > to backup another is rsync. > You can rsync to the box (to do backups) with the following pattern: > rsync ${OPTIONS} rsync://${BACKUP_SERVER}/array1_${SHARE_NAME}

Re: Looking for NAS Hardware Recommendations

2011-07-08 Thread Joseph Sinclair
It's not in the manual, but the "BuffaloLink" mechanism that allows one NAS to backup another is rsync. You can rsync to the box (to do backups) with the following pattern: rsync ${OPTIONS} rsync://${BACKUP_SERVER}/array1_${SHARE_NAME}/${DIR_NAME} In order to create anything on the NAS without ro

Re: Looking for NAS Hardware Recommendations

2011-07-08 Thread Mark Phillips
I am now the proud owner of a Buffalo Technology LinkStation Duo 2 TB (2 x 1 TB) Network Attached Storage LS-WX2.0TL/R1.The only way I seem to be able to access it out of the box is using ftp to save files from my Linux boxes. I can get to the web admin screens just fine. Do I have to root the

Re: Looking for NAS Hardware Recommendations

2011-07-05 Thread Stephen
if you don't mind a little server building Openfiler can convert a built server into a nice NAS appliance. It even has built in extensions for the 3ware management tools for example. they also sell built appliance from the same company that builds and maintains the OS. I have used in the past to po

Re: Looking for NAS Hardware Recommendations

2011-07-05 Thread Crawford Rainwater
Mark and company: QNAP systems might cost a bit like Drobo (but not as much as Drobo), but SAN and NAS storage none the less. Their URL is http://www.qnap.com The 459 Pro II is a modern version of a client of our's 459 Pro+ which is quite nice (and quite underutilized by the client as well ;-

Re: Looking for NAS Hardware Recommendations

2011-07-04 Thread Mark Phillips
Thanks for the informationamazon is shipping my new buffalo as I typeshould be here tomorrow. Mark On Mon, Jul 4, 2011 at 12:02 PM, Joseph Sinclair wrote: > I must be tired... > > I meant to include the link to the web-based access software for the > Buffalo Linkstations: > http://www.bu

Re: Looking for NAS Hardware Recommendations

2011-07-04 Thread Lisa Kachold
Great suggestions all! I have also setup Buffalo for others and also use a rooted one myself. On Mon, Jul 4, 2011 at 12:02 PM, Joseph Sinclair wrote: > I must be tired... > > I meant to include the link to the web-based access software for the > Buffalo Linkstations: > http://www.buffalotech.com

Re: Looking for NAS Hardware Recommendations

2011-07-04 Thread Joseph Sinclair
I must be tired... I meant to include the link to the web-based access software for the Buffalo Linkstations: http://www.buffalotech.com/technology/buffalo-advantage/web-access And the product features page: http://www.buffalotech.com/products/network-storage/home-and-small-office/linkstation-pr

Re: Looking for NAS Hardware Recommendations

2011-07-04 Thread Joseph Sinclair
I have used a Buffalo LinkStation Pro Duo for a couple of years, and I've found it to be extremely reliable, silent (I can hear it's fan only if I stick my ear right next to it..), and it performs very well. Their newest version is even better (faster NIC and CPU), and they also have a "LiveStat

Re: Looking for NAS Hardware Recommendations

2011-07-04 Thread Tom Ostlund
It costs more but it is a "set it and forget it" solution Take a look at Drobo.com I have had my drobo for 5 years without a single issue. You can install any combination of sata drives and it takes care of the rest. It has really worked well for me. Tom Ostlund t...@ostlundgroup.com EMAIL

Looking for NAS Hardware Recommendations

2011-07-04 Thread Mark Phillips
I have a small network and would like to set up some network backaup/storage. I looked at Best Buy and the WD MyBook 2TB NAS storage looked good at $150, but the reviews were terrible. I checked Fry's and the Iomega 2TB StoreCenter is more expensive ($239), but is has a few more bells and whistles,