OUR NETWORK:TiVoCommunity TechLore MyOpenRouter Dijit Community MediaSmart Home See all... About UsAdvertiseContact Us

 
Learn about scoring Forum's Raw Score: 80079.7
December 16, 2011 09:01 PM

Categories: PogoPlug Development

Rating (0 votes)
  • 1
  • 2
  • 3
  • 4
  • 5
Rate This!

Member Avatar

adambot

Member
Joined: 12/16/2011

Greetings.

I followed the directions here:

http://www.pogoplugged.com/article/21667/Pogoplug-Hackery-How-to-Set-Up-Persistent-USB-Mount-Locations/

i have added the following to the bottom of my /etc/init.d/rcS:
mount `/usr/sbin/findfs UUID="473480a0-f633-46ae-8832-3f1e55eac82b"` /opt

but it seems to be ignored.

I also have tried to stop hbmrg, delete sda1 from /tmp/.cemnt, then restart, however then i get this:

df
Filesystem           1K-blocks      Used Available Use% Mounted on
ubi0:rootfs             104524     11880     92644  11% /
none                     62884        12     62872   0% /tmp/dev/
sda1              1899892      4628   1798752   0% /opt/tmp/.cemnt/
sda1       1899892      4628   1798752   0% /tmp/.cemnt/mnt_sda1/tmp/.cemnt/
sdb1     1922859912    200184 1824984052   0% /tmp/.cemnt/mnt_sdb1

Discussion:    Add a Comment | Comments 1-2 of 2 | Latest Comment

December 27, 2011 5:18 AM

Replace:
"mount `/usr/sbin/findfs UUID="473480a0-f633-46ae-8832-3f1e55eac82b"` /opt"

with:

/usr/sbin/findfs UUID="473480a0-f633-46ae-8832-3f1e55eac82b" > tmp/myfsid
mount `more /tmp/myfsid` /opt

January 11, 2012 7:49 AM

The problem is that /usr/sbin is not in the PATH by default, you can have it added by adding it to /etc/profile and /root/.bash_profile and adding an export statement (export PATH=/opt/bin:/opt/sbin:/bin:/sbin:/usr/bin:/usr/sbin in my case since I have optware installed on my USB)

Discussion:    Add a Comment | Comments 1-2 of 2 | Latest Comment

Add Your Reply

(will not be displayed)

Email me when comments are added to this thread

 
 

Please log in or register to participate in this community!

Log In

Remember

Not a member? Sign up!

Did you forget your password?

You can also log in using OpenID.

close this window
close this window