dlmh
12-06-07, 03:06 PM
Hi all,
Recently I posted a new thread concerning some troubles I had with a, as it turned out, defective TViX 5100-SH unit.
Yesterday I finally received a replacement unit so finally a lift-off.... at least so I thought.... getting a harddrive to be recognized on both the unit and my Mac turned out to be a lot harder then I had hoped.
A few misconceptions:
- the 5100-SH does NOT support HFS(+), even though previous models, like the 3000, do!
- Getting ext2, the unofficially supported Linux file-format, to work on Mac OSX is far from hassle-free. Formatting the drive even causes a kernel-panic and mounting is not so transparent as usual.
- A 5100-SH unit wired (@100 MBit) to a Airport Extreme (100MBit + 802.11n) and a Macbook Pro wirelessly (@300 MBit) does not result in the same or better speed than both machines wired to the router or directly. Streaming media results in audio-lag, hick-ups and even worse: stuttering.
So.... here's what you SHOULD do:
enable NFS under Leopard
In Terminal.app:
sudo vi /etc/exports
Here you will add a line as follows (in my example I have an external drive called "LaCie.500GB"):
/Volumes/LaCie.500GB -network 192.168.0.0 -mask 255.255.0.0
For those unknown with vi, you can go to insert-mode with "i". When done editing press Escape and enter ":wq" to write the text to file and quit vi.
Then enable the NFS-daemon
sudo nfsd enable
or restart the daemon
sudo nfsd restart
Then check your mounts:
showmount -e
add network-connection on TViX
Add a network connection on your TViX with the IP-address of your Mac and as source use the folder or volume you added to /etc/export (in my example: "/Volumes/LaCie.500GB/"
Harddrive installation
For those of you opting for a harddrive: NTFS is your best option.
Why? Because NTFS for Mac from Paragon Software delivers great performance and stability, even better than the built-in support for FAT32.
HFS(+) is, unfortunately, a no-go. I don't know why those guys at DVico stripped the newer models of this great feature, but it's a serious pain in the ass.
Secondly, ext2 is (unofficially) supported by DVico, but the driver for Mac OSX is very buggy to say the least.
I hope this will help you guys out! :)
Recently I posted a new thread concerning some troubles I had with a, as it turned out, defective TViX 5100-SH unit.
Yesterday I finally received a replacement unit so finally a lift-off.... at least so I thought.... getting a harddrive to be recognized on both the unit and my Mac turned out to be a lot harder then I had hoped.
A few misconceptions:
- the 5100-SH does NOT support HFS(+), even though previous models, like the 3000, do!
- Getting ext2, the unofficially supported Linux file-format, to work on Mac OSX is far from hassle-free. Formatting the drive even causes a kernel-panic and mounting is not so transparent as usual.
- A 5100-SH unit wired (@100 MBit) to a Airport Extreme (100MBit + 802.11n) and a Macbook Pro wirelessly (@300 MBit) does not result in the same or better speed than both machines wired to the router or directly. Streaming media results in audio-lag, hick-ups and even worse: stuttering.
So.... here's what you SHOULD do:
enable NFS under Leopard
In Terminal.app:
sudo vi /etc/exports
Here you will add a line as follows (in my example I have an external drive called "LaCie.500GB"):
/Volumes/LaCie.500GB -network 192.168.0.0 -mask 255.255.0.0
For those unknown with vi, you can go to insert-mode with "i". When done editing press Escape and enter ":wq" to write the text to file and quit vi.
Then enable the NFS-daemon
sudo nfsd enable
or restart the daemon
sudo nfsd restart
Then check your mounts:
showmount -e
add network-connection on TViX
Add a network connection on your TViX with the IP-address of your Mac and as source use the folder or volume you added to /etc/export (in my example: "/Volumes/LaCie.500GB/"
Harddrive installation
For those of you opting for a harddrive: NTFS is your best option.
Why? Because NTFS for Mac from Paragon Software delivers great performance and stability, even better than the built-in support for FAT32.
HFS(+) is, unfortunately, a no-go. I don't know why those guys at DVico stripped the newer models of this great feature, but it's a serious pain in the ass.
Secondly, ext2 is (unofficially) supported by DVico, but the driver for Mac OSX is very buggy to say the least.
I hope this will help you guys out! :)