Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

hackingthemediavault · Hacking The HP MediaVault

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 769
  • Category: Storage
  • Founded: Mar 27, 2007
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 809 - 838 of 1294   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
809 larry
larryh2k Send Email
Mar 2, 2009
1:32 am
... Why not try torrentflux which is available as an optware ipkg package? You will need optware installed and there's lots of guides out there on how to...
810 m3d1aus3r Send Email Mar 5, 2009
2:36 am
All, I have been happily using Debian on the MV2 for a few months now. Initially, only Debian Sid/Unstable could be installed. Now that Debian officially...
811 Martin Michlmayr
tbm@... Send Email
Mar 5, 2009
7:11 am
... What's the last time you upgraded? If it was before lenny came out, it should be fairly easy to replace sid with lenny in /etc/apt/sources.list....
812 m3d1aus3r Send Email Mar 5, 2009
1:24 pm
... I upgrade once a week on average. I am pretty current on Sid. If I wanted to use Lenny, should I reformat (/ and /boot) and reinstall, or can I install on...
813 Martin Michlmayr
tbm@... Send Email
Mar 6, 2009
8:21 am
... You cannot install on top of the existing installation, so if the downgrade doesn't work you have to format / and /boot and reinstall. You can keep /home. ...
814 David Bingham
dbingham_98 Send Email
Mar 10, 2009
3:44 pm
I'm interested in using my MV2010 as a general internal web server - or better, a wiki host. Does anyone have experience with getting Dokuwiki running on the...
815 Chris Seto
aximbigfan Send Email
Mar 10, 2009
3:46 pm
You will need to install a PHP supporting webserver with IPKG, then you will need to install MySQL. Chris ==== Chris Seto Admin of hackingthemediavault ... ...
816 Lee Devlin
lee810 Send Email
Mar 11, 2009
12:09 am
The server built into the MV1 is a very simple single threaded server based on micro-httpd. It would not be appropriate a candidate for interfacing to PHP or...
817 m3d1aus3r Send Email Mar 11, 2009
5:59 pm
All, If I ever get around to "downgrading&quot; my MV2 from Sid to Lenny, I guess I could also look into what file system I might want to use. I am not as much...
818 Martin Michlmayr
tbm@... Send Email
Mar 11, 2009
6:21 pm
... XFS is broken on ARM, so I'd stay with ext3. -- Martin Michlmayr http://www.cyrius.com/...
819 pagorman Send Email Mar 11, 2009
9:52 pm
I never setup an admin password and I can access a login using PuTTY and SSH but I have no clue about the password its asking for. Any help is appreciated....
820 Chris Seto
aximbigfan Send Email
Mar 11, 2009
9:54 pm
You need to setup a password. Go to the MV2's web UI, and look for the admin password option. Chris ==== Chris Seto Admin of hackingthemediavault ... This...
821 pagorman Send Email Mar 11, 2009
9:58 pm
I added a password but that does not seem to work either. In the UI I added an Administrator and a password. I then attempted to login via SSH using the user...
822 Chris Seto
aximbigfan Send Email
Mar 11, 2009
10:00 pm
Did you reboot? I had to reboot mine IIRC. ==== Chris Seto Admin of hackingthemediavault ... This email sent from Ubuntu 8.10 ====...
823 Daury
ldaury Send Email
Mar 12, 2009
2:12 pm
you have to set up your password reboot log in: root password: <your admin password>...
824 zakleerite Send Email Mar 13, 2009
3:53 am
Here's a step-by-step procedure for getting the MV2 to be an FTP server, and maintaining (Most) standard functionality. Having little Linux knowledge, I wanted...
825 Chris Seto
aximbigfan Send Email
Mar 13, 2009
3:57 am
Neat guide! Good job! It's a rather interesting feeling to the the scripts and methods I developed in action. If you want, I can add this to the hacking FAQ,...
826 Chris Seto
aximbigfan Send Email
Mar 13, 2009
4:04 am
BTW: I will note that the startup script method I posted isn't exactly the most throughly thought out system. I tested mine, and used it to flash a series of...
827 Lee Devlin
lee810 Send Email
Mar 13, 2009
4:35 am
That was actually posted a few weeks ago but got stuck in the group's spam filter and I just noticed it tonight while searching for something else. I recall...
828 Chris Seto
aximbigfan Send Email
Mar 13, 2009
4:38 am
Eh, I hate when that happens. I try to look over that kind of thing, but guess I missed this one. the Yahoo spam filter doesn't seem to ever catch any legit...
829 Lee Devlin
lee810 Send Email
Mar 13, 2009
4:47 am
I was able to get through the first problem with the 1.5TB drives by replacing fdisk which allowed me to create a mirror on to a 1.5TB drive. However, the JBOD...
830 m3d1aus3r Send Email Mar 13, 2009
11:35 am
Lee, This is where my memory is fuzzy. Does HP use LVM or RAID-LINEAR for JBOD? You can run cat /proc/mdstat, fdisk -l, the vg|lv|pv display and cat /etc/fstab...
831 Lee Devlin
lee810 Send Email
Mar 13, 2009
1:28 pm
Hi Francois, Thanks for responding. The MV2 uses the LVM to build arrays. I've captured the output of those commands on two units, one that is working, and the...
832 m3d1aus3r Send Email Mar 13, 2009
5:39 pm
It is a stack of RAID and LVM. After all these are all block devices... Basically, the user partitions (sda6 and sdb6) are formatted as LVM. These are the 2...
833 Lee Devlin
lee810 Send Email
Mar 14, 2009
2:18 pm
... Sure: On the good system: # mount /dev/md6 on /share/1000 type ext3 (data=writeback) /dev/md7 on /share/1894 type ext3 (data=writeback) /dev/sdj1 on...
834 m3d1aus3r Send Email Mar 15, 2009
3:48 pm
... Like you said initially, it looks like the ext3 file system sitting on top of md6 is short of the whole space available on md6. I assume this is a test...
835 Lee Devlin
lee810 Send Email
Mar 17, 2009
10:19 pm
Here's the result of that exercise: # umount /share/4162 # /usr/sbin/e2fsck /dev/md6 e2fsck 1.40.2 (12-Jul-2007) The filesystem size (according to the...
836 m3d1aus3r Send Email Mar 18, 2009
1:00 pm
It looks like the file system on top of md6 is just not formatted properly. Before you get into the manual tools for all layers (LVM and RAID), you may want to...
837 scharland@...
scharland... Send Email
Mar 19, 2009
6:54 am
Hi, I wondering if it's possible to install and a SVN server on mv2100 Series. thank you....
838 Chris Seto
aximbigfan Send Email
Mar 19, 2009
6:57 am
Sorry it took so long to get your message out of moderation. Thank the spammers. Yes, look at IPKG for the MV2. I checked, and SVN is listed. Chris ==== Chris...
Messages 809 - 838 of 1294   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help