Reply
Visitor
maya7maya
Posts: 1
Registered: 07-24-2011
0

Re: Mac OS 10.7 (Lion) can't connect with LinkStation (LS-WX2.0TL/R1)

Why is it that we just find out about this now? Why are Synology and others ready for this and not BT? This is cake! We need this fixed now or I'll be forced to dump this Linkstation, never to return to BT and go with Synology. How about a competitive upgrade Synology??? We're getting mauled by Lion, yes, but BT left us out in the jungle.

New Born
kurzweil4
Posts: 7
Registered: 07-22-2011
0

Re: Mac OS 10.7 (Lion) can't connect with LinkStation (LS-WX2.0TL/R1)

I am returning my LinkStation to the store, and I have already placed an order for a Time Capsule. The way that Buffalo dropped the ball here makes me realize that I will never be able to rely on them for something critical. I don't want to say that I will never use another Buffalo product, but in this case, for something crucial that MUST WORK at all times, they are not a dependable company, and are quite lax and don't take important functionality seriously. And if anyone tells me that they want to use a Buffalo product with Time Machine, I will strongly advise them not so do it since the company is not reliable.

Juvenile
Cloudstor-user
Posts: 23
Registered: 06-13-2011
0

Re: Mac OS 10.7 (Lion) can't connect with LinkStation (LS-WX2.0TL/R1)

I'm doing just what you are Kurzweil4 - I'm going to go get a Time Capsule to replace this thing. The Cloudstor was the first, and last, Buffalo device I'll own or use.
Calf
mashaffe
Posts: 5
Registered: 07-21-2011
0

Re: Mac OS 10.7 (Lion) can't connect with LinkStation (LS-WX2.0TL/R1)

N


davo wrote:
The claims are not false, all units still work with MAC with smb, just not afp. A fix will be released, end of story!

Not true.  I can't access my Terastation via SMB.

Calf
sbayle
Posts: 4
Registered: 07-21-2011
0

Re: Mac OS 10.7 (Lion) can't connect with LinkStation (LS-WX2.0TL/R1)

Neither can I.

Tonka
davo
Posts: 2,618
Registered: 10-24-2008
0

Re: Mac OS 10.7 (Lion) can't connect with LinkStation (LS-WX2.0TL/R1)

@ mashaffe

You have a HD-H1.0TGL/R5 that was:

1: Never officially supported with any MAC OS (check the specs))), supported only with Win98, 2000, NT4 and ME.
2. hasn't been sold for probably 7 years!!!
3: last update (2.16) released 4 years ago!! There will be no update to fix your issue.
*****My views are my own and not that of Buffalo Technolnoly!*****
My Stuff: TS-XL/R5, TS-HTGHL/R5, TS-QVHL/R6, WHR-HP-G300N x 2, WMBR-HP-GN, LS-CHL-V2, CS-WVL, WHR-G54S, HD-WLU2, WZR-HP-AG300H, HD-HTGL/R5, HD-HCU2 x 3, HD-PEU3 so name a few! :-P Always ensure you have a backup! And no... RAID IS NOT a backup!
Calf
mashaffe
Posts: 5
Registered: 07-21-2011
0

Re: Mac OS 10.7 (Lion) can't connect with LinkStation (LS-WX2.0TL/R1)


davo wrote:
@ mashaffe

You have a HD-H1.0TGL/R5 that was:

1: Never officially supported with any MAC OS (check the specs))), supported only with Win98, 2000, NT4 and ME.
2. hasn't been sold for probably 7 years!!!
3: last update (2.16) released 4 years ago!! There will be no update to fix your issue.

Yes, I have come to realize that. 

 

Still doesn't make me happy as I wasn't planning to replace it due to this upgrade.  Good news is I have 4 MACs in the house and only upgraded one.  So once I purchase another vendors NAS I can easily move everything off of the Terastation.

New Born
sammys
Posts: 1
Registered: 07-25-2011
0

Re: Mac OS 10.7 (Lion) can't connect with LinkStation (LS-WX2.0TL/R1)

[ Edited ]

I have a Linkstation Quad (LS-QL/1D) and have followed the instructions for getting AFP (file sharing) going again. Thanks for those that posted that.

 

Following that I looked around on the Internet for a way to get Time Machine working. Nothing

Decided to take matters into my own hands and took a stab at getting Time Machine working and succeeded. I did this by backing up the Lion versions of it and replacing it with Snow Leopard versions of it. I will revert it back once the Linkstation firmware update is ready.

 

What I did were the following steps. Quite a few steps but worth it in the end.

 

1. Make a backup of Lion's Time Machine software:

sudo mkdir ~/LionTMbackup
sudo cp -r /Applications/TimeMachine.app ~/LionTMbackup
sudo cp -r /System/Library/CoreServices/backupd* ~/LionTMbackup
sudo cp -r /System/Library/PreferencePanes/TimeMachine.prefPane ~/LionTMbackup

2. I then did a similar thing on the Snow Leopard Mac:

sudo mkdir ~/SLTMbackup
sudo cp -r /Applications/TimeMachine.app ~/SLTMbackup
sudo cp -r /System/Library/CoreServices/backupd* ~/SLTMbackup
sudo cp -r /System/Library/PreferencePanes/TimeMachine.prefPane ~/SLTMbackup

3. Zipped that one up then copied that over to the Lion computer's home directory (~):

cd ~
sudo zip -r SLTMbackup.zip SLTMbackup

4. Unzipped it on the Lion Mac:

cd ~
unzip SLTMbackup.zip

5. Deleted the Lion TimeMachine software:

sudo rm -rf /Applications/TimeMachine.app /System/Library/CoreServices/backupd* \
/System/Library/PreferencePanes/TimeMachine.prefPane

6. Killed the running backupd, mtmd and mtmfs:

killall backupd mtmd mtmfs

7. Copied in the Snow Leopard Time Machine software:

sudo cp -r ~/SLTMbackup/TimeMachine.app /Applications/
sudo cp -r ~/SLTMbackup/backupd* /System/Library/CoreServices/
sudo cp -r ~/SLTMbackup/TimeMachine.prefPane /System/Library/PreferencePanes/

8. Updated the standard exclusions files that will be used:

sudo cp ~/LionTMbackup/backupd.bundle/Contents/Resources/StdExclusions.plist \
/System/Library/CoreServices/backupd.bundle/Contents/Resources/ sudo cp ~/LionTMbackup/backupd.bundle/Contents/Resources/System.plist \
/System/Library/CoreServices/backupd.bundle/Contents/Resources/

 

I ran a backup ok though Finder froze on me. I had to kill it and restart it. Small price to pay for working backups :smileyhappy:

 

To the PR guy (sorry I can't go back to check your name right now): Please tell the engineers that we, the customers, don't really care if the box runs slower using DHX2 because the delay is only when the share is first connected. The optimization they are working on can come later. What we need now are Buffalos that can serve Lions.

Calf
jrslay
Posts: 3
Registered: 07-25-2011
0

Re: Mac OS 10.7 (Lion) can't connect with LinkStation (LS-WX2.0TL/R1)

Do you have an update on the ETA of the fix yet?

 

Thansk

Juvenile
BenFranklin1776
Posts: 12
Registered: 07-22-2011
0

Re: Mac OS 10.7 (Lion) can't connect with LinkStation (LS-WX2.0TL/R1)

Mr. Jay Pechek,

 

It is better to have a slow backup than two months of no backup. Please urge your development team to release a beta version of the firmware that technically works, even if it is slow.

 

Otherwise, make an official public statement that your hard drives do not support OSX Lion without hacking the operating system and update your advertising on your packaging.

 

As a reminder to anyone reading this forum, you can file a complaint with the Better Business Bureau for misleading advertising here:

 

https://odr.bbb.org/odrweb/public/complaintlink.aspx

 

The Netatalk protocol is supported in previous version of OSX and there is no reason why a firmware update was not made available at the launch of the Lion, especially when your website and physical packaging advertises its devices as being compatible with Lion.

 

Regards,

Ben