[How To] V2 Pink Pogo Plug -- get auto mount working

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

[How To] V2 Pink Pogo Plug -- get auto mount working

Postby Sinatics » Thu Nov 29, 2012 6:23 pm

Hey guys, after asking a few questions on this forum I was able to get auto mount playing nicely with my V2 Pink Pogo Plug, Since it took me awhile to find the information here I figured I'd share how I got it working to help others.

Here is a link to my post further down on this thread that goes through the steps I took to make things work.
Last edited by Sinatics on Fri Nov 30, 2012 4:05 am, edited 1 time in total.
Sinatics
 
Posts: 8
Joined: Tue Nov 27, 2012 5:15 am

Re: Auto mounting drives not working

Postby xenoxaos » Thu Nov 29, 2012 6:32 pm

$this->bbcode_second_pass_code('', 'pacman -S ntfs-3g')
Arch Linux ARM exists and continues to grow through community support, please donate today!
xenoxaos
Developer
 
Posts: 323
Joined: Thu Jan 06, 2011 1:45 am

Re: Auto mounting drives not working

Postby moonman » Thu Nov 29, 2012 6:47 pm

did you JUST install alarm? if so udev-automount does not work with ntfs-3g anymore.
Use this instead: viewtopic.php?f=18&t=4376&start=10#p24167
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: Auto mounting drives not working

Postby xenoxaos » Thu Nov 29, 2012 6:49 pm

I did not know that udev-automount didnt play nicely with ntfs anymore....as all my external media is either ext, btrfs, or fat.
Arch Linux ARM exists and continues to grow through community support, please donate today!
xenoxaos
Developer
 
Posts: 323
Joined: Thu Jan 06, 2011 1:45 am

Re: Auto mounting drives not working

Postby pepedog » Thu Nov 29, 2012 7:24 pm

udev-automount doesn't work on anything on trimslice now. Massive entries in syslog, then although drive not mounted, it is but you can't unmount. Could be a systemd thing?
As moonman said, udevil works well
pepedog
Developer
 
Posts: 2431
Joined: Mon Jun 07, 2010 3:30 pm
Location: London UK

Re: Auto mounting drives not working

Postby Sinatics » Thu Nov 29, 2012 8:15 pm

SOLVED and UPDATE to help others:

Alright, This is what I did to fix my issue. This is for the V2 Pink PogoPlug:

1. Use Gparted to create ext3 partition on thumb drive
2. Use live CD (Knopppix) to run the following commands on the thumb drive:
$this->bbcode_second_pass_code('', '
sudo su
')
**find usb mount point in file browser**
$this->bbcode_second_pass_code('', '
cd /media/<mount point>
wget http://archlinuxarm.org/os/ArchLinuxARM-armv5te-latest.tar.gz
tar xvzf ArchLinuxARM-armv5te-latest.tar.gz
sync
umount /media/<mount point>
')

SSH into pogoplug with no flash drive inserted and run the following to make ext3 file systems bootable:
$this->bbcode_second_pass_code('', '
/usr/sbin/fw_setenv usb_rootfstype ext3
')

Insert flash drive into pogoplug and reboot then SSH in and run these commands:
$this->bbcode_second_pass_code('', '
pacman -Syu
pacman -Sy udevil
systemctl enable devmon@root.service
systemctl start devmon@root.service
')

At this point you should be able to plug in a ntfs/fat32/ext3 formated drive and have it automount. You can find its mount point by running $this->bbcode_second_pass_code('', 'df -H') hope this helped a few people since I was super confused when I got my pogoplug a few days ago.

**If this process still doesn't work for you try a different flash drive. I tried using an older 2GB Sandisk Cruzer and an older 1GB PNY flash drives -- Both of which had issues. I finally got this working with a newer 2GB PNY flash drive. YMMV, I plan to switch out to a SanDisk Cruzer Fit 16GB in a few days when I get it in the mail. Hope this has been helpful!
Last edited by Sinatics on Fri Nov 30, 2012 4:00 am, edited 3 times in total.
Sinatics
 
Posts: 8
Joined: Tue Nov 27, 2012 5:15 am

Re: Auto mounting drives not working

Postby kmihelich » Thu Nov 29, 2012 8:34 pm

This has been on the main site for some time now: Reinstallation
Arch Linux ARM exists and continues to grow through community support, please donate today!
kmihelich
Developer
 
Posts: 1133
Joined: Tue Jul 20, 2010 6:55 am
Location: aka leming #archlinuxarm


Return to Marvell Kirkwood

Who is online

Users browsing this forum: No registered users and 13 guests