|
Title: working in linux? Post by: d2490n on November 08, 2006, 06:48:45 AM hi, i am considering buying a neuros 2, but i wold like to know how heard it is to get working with linux.
i am using slackware 11 with the 2.6.18 kernel. im not exactly pro in nix yet but i am willing to learn to use this hardware as long as its not a total pain in the ass every time i want to transfer files. any help will be apreseated. Title: Re: working in linux? Post by: linuxdaemon on November 09, 2006, 11:24:25 AM I cannot speak for Slackware, but I use Fedora and the Neuros is detected as a USB Mass Storage Device and it gets automounted by Nautilus. If it doesn't automount, it should at least detect it and you can see the device number it gets by watching /var/log/messages...Most likely it will be something like /dev/sda. Then you can just mount it with "mount /dev/sda /mnt/neuros"
After the disk is mounted, I use rsync to get the content over to my neuros. You could use copy or any other similar command, but rsync will copy over only what changed so it will be faster when you start adding content after your initial import...Here is the rsync command I use: rsync -rvt --exclude *.png --exclude .folder --modify-window=1 --progress /media/source /mnt/neuros/music I then use Neuros Database Manipulator (http://neurosdbm.sourceforge.net/ (http://neurosdbm.sourceforge.net/)) to initiate the database rebuild. You can use NDBM to handle the content syncing as well, but I have 40GB of content, and it takes a REALLY long time to parse through everything w/o much feedback...so I prefer the rsync method because I can see what it is doing. I have had my neuros 2 for about 9 months, and this method has been working well for me. Hope that helps. --Alex Title: Re: working in linux? Post by: d2490n on November 10, 2006, 04:41:41 AM sweet thancks for the reply, i have never used rsync before but i bet i can learn how(im kindof a noob). looks like im going to get one of these, only thing im worryed about is the mixed reviews i see on the web. any way if mine is defective i can allways send it back.
|