[SOLVED] Zyxel NSA320 Cannot mount NTFS drive/partition

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

[SOLVED] Zyxel NSA320 Cannot mount NTFS drive/partition

Postby pedroren » Sun Sep 01, 2013 4:13 am

Hi.
I just installed archlinuxarm on my Zyxel NSA320, switched from a Pogoplug.

But haven't been able to mount/automount a NTFS partition (1.5 TB) located in a HHD on the second bay of the Zyxel.
I have tried with autofs and udevil. Tried adding a fstab entry through Webmin, but fuse raise the error "device not found".

When I try to manually mount a NTFS partition:
ntfs-3g /dev/sdb1 /mnt
I get the response:
fuse: device not found, try 'modprobe fuse' first

But modprobe fuse shows nothing.

What can I do?

Thanks
Last edited by pedroren on Sun Sep 01, 2013 10:59 pm, edited 1 time in total.
pedroren
 
Posts: 13
Joined: Thu Apr 26, 2012 1:32 am

Re: Zyxel NSA320 Cannot mount NTFS drive/partition

Postby raumzeit » Sun Sep 01, 2013 7:21 pm

Probably your second hard drive is not enabled yet.
My NSA325 has two shell scripts started by a systemd service at boot time.
They enable the second drive:
$this->bbcode_second_pass_code('', '
$ cat /opt/nsa325/enable_sdb.sh
#!/bin/bash
#
# enables the correct gpi to activate the second harddrive on NSA325
#

#enable gpio 47
echo "47" > /sys/class/gpio/export
#switch gpio 47 into output mode
echo "out" > /sys/class/gpio/gpio47/direction
#turn it on!
echo "1" > /sys/class/gpio/gpio47/value
')
and turn the leds green:
$this->bbcode_second_pass_code('', '
$ cat /opt/nsa325/enable_leds.sh
#!/bin/bash
#

/bin/echo 255 > /sys/class/leds/nsa320\:green\:sys/brightness
/bin/echo 0 > /sys/class/leds/nsa320\:orange\:sys/brightness
#/bin/echo ide-disk > /sys/class/leds/nsa320\:green\:hdd1/trigger
')

Have you tried this already?
Acer CB5-311, Asus Flip, Tinker Board, Samsung ARM Chromebook, NSA 325, ix4-300d, WandBoard Quad, Raspberry Pi B, BeagleBoard ...and a dead Pandaboard :sad:
raumzeit
 
Posts: 73
Joined: Mon Oct 17, 2011 8:37 pm
Location: Vienna AT

Re: Zyxel NSA320 Cannot mount NTFS drive/partition

Postby WarheadsSE » Sun Sep 01, 2013 7:30 pm

That's probably the primary right there.
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: Zyxel NSA320 Cannot mount NTFS drive/partition

Postby pedroren » Sun Sep 01, 2013 10:58 pm

Thanks, I found the problem, it was because there was an update to linux (i think) so I had a slightly newer uImage in rootfs/boot and newer libraries, but the real boot partition uImage (I got a separate boot partition, as the guides specify) was outdated.
So I copied rootfs' /boot/uImage to boot partition, and now I can mount the second HDD NTFS partition.

I noticed about the kernel using this post:
http://archlinuxarm.org/forum/viewtopic.php?f=9&t=1783
Using the commands:
uname -a
file /boot/uImage

Any guide about the leds? None of them are working.

Thanks
pedroren
 
Posts: 13
Joined: Thu Apr 26, 2012 1:32 am

Re: [SOLVED] Zyxel NSA320 Cannot mount NTFS drive/partition

Postby moonman » Mon Sep 02, 2013 12:51 am

Whats the output of "dmesg | grep Machine"
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: [SOLVED] Zyxel NSA320 Cannot mount NTFS drive/partition

Postby pedroren » Mon Sep 02, 2013 1:36 am

dmesg | grep Machine
shows
[ 0.000000] Machine: ZyXEL NSA320 2-Bay Power Media Server


I don't have any files in /sys/class/leds
pedroren
 
Posts: 13
Joined: Thu Apr 26, 2012 1:32 am

Re: [SOLVED] Zyxel NSA320 Cannot mount NTFS drive/partition

Postby moonman » Mon Sep 02, 2013 2:20 am

That is the correct output. Im gonna have to investigate
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am


Return to Marvell Kirkwood

Who is online

Users browsing this forum: No registered users and 5 guests