Ten(ish) steps to set up a dockstar

This forum is for Marvell Kirkwood devices such as the GoFlex Home/Net, PogoPlug v1/v2, SheevaPlug, and ZyXEL devices.

Re: Ten(ish) steps to set up a dockstar

Postby unmesh » Mon Nov 15, 2010 4:13 pm

$this->bbcode_second_pass_quote('Smokey', 'T')hanks! I'm seeing a lot more over the network now.


I'm glad it worked for you.

For NTFS, I had to install the ntfs-3g package. I'm not familiar with Apple file systems but there might be a package for them too.
unmesh
 
Posts: 15
Joined: Wed Nov 03, 2010 4:17 am

Re: Ten(ish) steps to set up a dockstar

Postby Smokey » Fri Nov 19, 2010 4:33 pm

$this->bbcode_second_pass_quote('unmesh', '
')For NTFS, I had to install the ntfs-3g package.


Using:

pacman -S ntfs-3g

???
Smokey
 
Posts: 5
Joined: Sat Nov 13, 2010 9:58 pm

Re: Ten(ish) steps to set up a dockstar

Postby unmesh » Fri Nov 19, 2010 5:01 pm

$this->bbcode_second_pass_quote('Smokey', '')$this->bbcode_second_pass_quote('unmesh', '
')For NTFS, I had to install the ntfs-3g package.


Using:

pacman -S ntfs-3g

???


I believe so.
unmesh
 
Posts: 15
Joined: Wed Nov 03, 2010 4:17 am
Top

Re: Ten(ish) steps to set up a dockstar

Postby blurry » Sat Nov 20, 2010 1:16 am

Rock and roll guys! If anyone wants to modify the wiki page I created for this, you have my full permission. Just keep it rated G and easy to follow. ;)

-B
blurry
 
Posts: 17
Joined: Tue Aug 31, 2010 2:52 pm

Re: Ten(ish) steps to set up a dockstar

Postby Smokey » Mon Nov 22, 2010 2:20 am

I installed the ntfs-3g package without any problems, but I still don't have access.

From the XP box, I can see the dockstar's directories. When I open media, I see the three HDs that I've connected, but when I try to open any of them, I see nothing.

The Mac only sometimes can log in, but always does less.

Any ideas?
Smokey
 
Posts: 5
Joined: Sat Nov 13, 2010 9:58 pm

Re: Ten(ish) steps to set up a dockstar

Postby unmesh » Mon Nov 22, 2010 3:39 am

$this->bbcode_second_pass_quote('Smokey', 'I') installed the ntfs-3g package without any problems, but I still don't have access.

From the XP box, I can see the dockstar's directories. When I open media, I see the three HDs that I've connected, but when I try to open any of them, I see nothing.

The Mac only sometimes can log in, but always does less.

Any ideas?


I could have sworn that NTFS partitions were automounting but now they are not on my setup. in fact, I can't get them to mount manually either :(

I need to look into this further.
unmesh
 
Posts: 15
Joined: Wed Nov 03, 2010 4:17 am
Top

Re: Ten(ish) steps to set up a dockstar

Postby unmesh » Mon Nov 22, 2010 4:40 am

$this->bbcode_second_pass_quote('unmesh', '')$this->bbcode_second_pass_quote('Smokey', 'I') installed the ntfs-3g package without any problems, but I still don't have access.

From the XP box, I can see the dockstar's directories. When I open media, I see the three HDs that I've connected, but when I try to open any of them, I see nothing.

The Mac only sometimes can log in, but always does less.

Any ideas?


I could have sworn that NTFS partitions were automounting but now they are not on my setup. in fact, I can't get them to mount manually either :(

I need to look into this further.


I'd originally used a hard drive to confirm that NTFS was working and this time, I was using a USB stick to reconfirm operation. It turned out that the partition table on it was somehow munged even though Windows7 wasn't complaining. I used fdisk on the Dockstar to clean out the partition table and Windows7 to format the NTFS filesystem after which it automounts, shows up over SMB and I can transfer files back and forth.

Whew :D
unmesh
 
Posts: 15
Joined: Wed Nov 03, 2010 4:17 am
Top

Re: Ten(ish) steps to set up a dockstar

Postby Smokey » Mon Nov 22, 2010 4:51 pm

I can't do anything more on my setup. The Seagate drive just failed...
Smokey
 
Posts: 5
Joined: Sat Nov 13, 2010 9:58 pm

Re: Ten(ish) steps to set up a dockstar

Postby redhydralisk » Sun Nov 28, 2010 9:05 am

Hi,

I'm having trouble with the autofs/automount. Thread says automount, wiki says autofs. I can't get either to work. Please help.

$this->bbcode_second_pass_code('', '[root@Arch Linux ARM install ~]# pacman -S autofs
error: 'autofs': could not find or read package
[root@Arch Linux ARM install ~]# pacman -S automount
error: 'automount': could not find or read package
[root@Arch Linux ARM install ~]#
')

Thanks.
redhydralisk
 
Posts: 10
Joined: Mon Apr 26, 2010 11:23 am

Re: Ten(ish) steps to set up a dockstar

Postby eplug » Sun Dec 12, 2010 9:33 am

I'm having the same trouble
I'm following the wiki:

$this->bbcode_second_pass_code('', 'wget --no-check-certificate https://aur.archlinux.org/packages/autofs/autofs.tar.gz
tar xzf autofs.tar.gz
cd autofs
makepkg -Acs #--asroot
pacman -U autofs-*.pkg.tar.xz
')

I think the problem is I used the "front page" wiki to setup my PlugOS, I think the original author expected us to have a full linux setup before launching some of these builds.
I had to add the following packings to build autofs
pacman -S patch
pacman -S gcc
pacman -S flex
pacman -S bison
pacman -S make

Then I ran makepkg -Acs --asroot

and it looked like it was building, but then it died with this:
$this->bbcode_second_pass_code('', '==> Starting package()...
make: Warning: File `Makefile' has modification time 1.3e+09 s in the future
set -e; for i in lib daemon modules man; do make -C $i install; done
make[1]: Entering directory `/tmp/autofs/src/autofs-5.0.5/lib'
make[1]: Warning: File `Makefile' has modification time 1.3e+09 s in the future
gcc -march=armv5te -O2 -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"@mapdir@\" -DAUTOFS_CONF_DIR=\"@confdir@\" -c cache.c
make[1]: PATH_RPCGEN@: Command not found
make[1]: *** [mount.h] Error 127
make[1]: Leaving directory `/tmp/autofs/src/autofs-5.0.5/lib'
make: *** [install] Error 2
Aborting...
')
eplug
 
Posts: 2
Joined: Sun Dec 12, 2010 9:23 am

PreviousNext

Return to Marvell Kirkwood

Who is online

Users browsing this forum: No registered users and 16 guests