<<O>>  Difference Topic LacieEDMiniV2 (12 - 07 Oct 2009 - Main.PetrMalat)
Line: 1 to 1
 

Debian on Lacie Ethernet Disk mini v2

Debian on ED Mini project logo
Changed:
<
<
I've bought Linux powered NAS Lacie ED Mini v2. Because the original firmware has only little features (no bittorrent client etc.) I've hacked it and replaced the original linux based firmware with debian Lenny. Here is everything needed to do the same and various usefull tips and related programs.
>
>
I've bought Linux powered NAS Lacie ED Mini v2. Because the original firmware has only little features (no bittorrent client etc.) I've hacked it and replaced the original linux based firmware with Debian Lenny. Here is everything needed to do the same and various usefull tips and related programs.
 

Repository

I'm running Debian repository (for armel architecture) with my programs I'm using on ED Mini. If you want to use it, add this sources (into
Line: 12 to 12
 

Downloads / Packages

Power button daemon

Changed:
<
<
I've written simple daemon for handling powerbutton events. It's already in my Debian for NAS repository, the package is called btnd. Because it can be useful also outside Debian for NAS, it has its own page.
>
>
I've written simple daemon for handling powerbutton events. It's already in my repository, the package is called btnd. Because it can be useful also outside this project, it has its own page.
 

System date handling

The ED Mini doesn't remember clock when it's shutted down. Program hdclock solves it by saving time onto harddisk before halting system and restoring it during startup. It works as drop in replacement for hwclock from util-linux. The package is called hdclock. It also has its own page.
Line: 28 to 28
  Don't forget to repace default dropbear keys with your own. You can generate new with this commands:
    dropbearkey -t rsa -f /etc/dropbear/dropbear_rsa_host_key
    dropbearkey -t dss -f /etc/dropbear/dropbear_dss_host_key
Changed:
<
<
  • Base system (40MB) - Base installation of Debian Lenny for armel architecture, without kernel and modules.
>
>
  • Base system (40MB) - Base installation of Debian Lenny for armel architecture, without kernel and modules. Default IP is 192.168.1.100/24.
 

How Tos


 <<O>>  Difference Topic LacieEDMiniV2 (11 - 07 Oct 2009 - Main.PetrMalat)
Line: 1 to 1
 

Debian on Lacie Ethernet Disk mini v2

Added:
>
>
Debian on ED Mini project logo
  I've bought Linux powered NAS Lacie ED Mini v2. Because the original firmware has only little features (no bittorrent client etc.) I've hacked it and replaced the original linux based firmware with debian Lenny. Here is everything needed to do the same and various usefull tips and related programs.

Repository

Line: 21 to 22
 
Added:
>
>
 

Base installation of Debian (armel architecture)

Don't forget to repace default dropbear keys with your own. You can generate new with this commands:
    dropbearkey -t rsa -f /etc/dropbear/dropbear_rsa_host_key

 <<O>>  Difference Topic LacieEDMiniV2 (10 - 07 Oct 2009 - Main.PetrMalat)
Line: 1 to 1
 

Debian on Lacie Ethernet Disk mini v2

Added:
>
>
I've bought Linux powered NAS Lacie ED Mini v2. Because the original firmware has only little features (no bittorrent client etc.) I've hacked it and replaced the original linux based firmware with debian Lenny. Here is everything needed to do the same and various usefull tips and related programs.
 

Repository

I'm running Debian repository (for armel architecture) with my programs I'm using on ED Mini. If you want to use it, add this sources (into
Changed:
<
<
/etc/apt/sources.list):
    deb http://data.malat.biz/data/apt lenny main
>
>
/etc/apt/sources.list):
    deb http://data.malat.biz/data/apt lenny main
  deb-src http://data.malat.biz/data/apt lenny main All packages are signed with my GPG key, you can install it with
    aptitude install petr-malat-keyring
Line: 16 to 17
  The ED Mini doesn't remember clock when it's shutted down. Program hdclock solves it by saving time onto harddisk before halting system and restoring it during startup. It works as drop in replacement for hwclock from util-linux. The package is called hdclock. It also has its own page.

Kernel and modules

Changed:
<
<
Distributed under GPLv2, build from vanilla kernel source which is available here.
>
>
Distributed under GPLv2, build from vanilla kernel sources which are available here.
 

Base installation of Debian (armel architecture)

Added:
>
>
Don't forget to repace default dropbear keys with your own. You can generate new with this commands:
    dropbearkey -t rsa -f /etc/dropbear/dropbear_rsa_host_key
    dropbearkey -t dss -f /etc/dropbear/dropbear_dss_host_key
 
Added:
>
>
  • Base system (40MB) - Base installation of Debian Lenny for armel architecture, without kernel and modules.
 

How Tos


 <<O>>  Difference Topic LacieEDMiniV2 (9 - 07 Oct 2009 - Main.PetrMalat)
Line: 1 to 1
 

Debian on Lacie Ethernet Disk mini v2

Repository

I'm running Debian repository (for armel architecture) with my programs I'm using on ED Mini. If you want to use it, add this sources (into
Line: 16 to 16
  The ED Mini doesn't remember clock when it's shutted down. Program hdclock solves it by saving time onto harddisk before halting system and restoring it during startup. It works as drop in replacement for hwclock from util-linux. The package is called hdclock. It also has its own page.

Kernel and modules

Changed:
<
<
Distributed under GPLv2, build from vanilla kernel source which is available here.
  • Minimal kernel - supports ed-mini, ext4, nfs, doesn't support old ARM ABI (arm architecture)
  • Kernel with various FS - supports ed-mini, ext3, ext4, jfs, reiserfs, xfs, nfs, doesn't support old ARM ABI (arm architecture)
  • Big kernel - supports ed-mini, ext3, ext4, jfs, reiserfs, xfs, nfs, both ARM ABI architectures, modules
>
>
Distributed under GPLv2, build from vanilla kernel source which is available here.
 

Base installation of Debian (armel architecture)


 <<O>>  Difference Topic LacieEDMiniV2 (8 - 07 Oct 2009 - Main.PetrMalat)
Line: 1 to 1
 

Debian on Lacie Ethernet Disk mini v2

Repository

I'm running Debian repository (for armel architecture) with my programs I'm using on ED Mini. If you want to use it, add this sources (into
Line: 16 to 16
  The ED Mini doesn't remember clock when it's shutted down. Program hdclock solves it by saving time onto harddisk before halting system and restoring it during startup. It works as drop in replacement for hwclock from util-linux. The package is called hdclock. It also has its own page.

Kernel and modules

Added:
>
>
Distributed under GPLv2, build from vanilla kernel source which is available here.
  • Minimal kernel - supports ed-mini, ext4, nfs, doesn't support old ARM ABI (arm architecture)
  • Kernel with various FS - supports ed-mini, ext3, ext4, jfs, reiserfs, xfs, nfs, doesn't support old ARM ABI (arm architecture)
  • Big kernel - supports ed-mini, ext3, ext4, jfs, reiserfs, xfs, nfs, both ARM ABI architectures, modules
 

Base installation of Debian (armel architecture)


 <<O>>  Difference Topic LacieEDMiniV2 (7 - 06 Oct 2009 - Main.PetrMalat)
Line: 1 to 1
 

Debian on Lacie Ethernet Disk mini v2

Repository

I'm running Debian repository (for armel architecture) with my programs I'm using on ED Mini. If you want to use it, add this sources (into
Line: 13 to 13
  I've written simple daemon for handling powerbutton events. It's already in my Debian for NAS repository, the package is called btnd. Because it can be useful also outside Debian for NAS, it has its own page.

System date handling

Changed:
<
<
The ED Mini doesn't remember clock when it's shutted down. This script solves it by saving time onto harddisk before halting system and restoring it during startup. The package is called hdtime.
>
>
The ED Mini doesn't remember clock when it's shutted down. Program hdclock solves it by saving time onto harddisk before halting system and restoring it during startup. It works as drop in replacement for hwclock from util-linux. The package is called hdclock. It also has its own page.
 

Kernel and modules


 <<O>>  Difference Topic LacieEDMiniV2 (6 - 04 Oct 2009 - Main.PetrMalat)
Line: 1 to 1
Changed:
<
<

Downloads

>
>

Debian on Lacie Ethernet Disk mini v2

Repository

I'm running Debian repository (for armel architecture) with my programs I'm using on ED Mini. If you want to use it, add this sources (into /etc/apt/sources.list):
    deb http://data.malat.biz/data/apt lenny main
    deb-src http://data.malat.biz/data/apt lenny main
All packages are signed with my GPG key, you can install it with
    aptitude install petr-malat-keyring

Downloads / Packages

 
Changed:
<
<

Power button daemon

I've written simple daemon for handling powerbutton events.
>
>

Power button daemon

I've written simple daemon for handling powerbutton events. It's already in my Debian for NAS repository, the package is called btnd. Because it can be useful also outside Debian for NAS, it has its own page.
 

System date handling

Added:
>
>
The ED Mini doesn't remember clock when it's shutted down. This script solves it by saving time onto harddisk before halting system and restoring it during startup. The package is called hdtime.
 

Kernel and modules


 <<O>>  Difference Topic LacieEDMiniV2 (5 - 04 Oct 2009 - Main.PetrMalat)
Line: 1 to 1
 

Downloads

Changed:
<
<

Power button daemon

>
>

Power button daemon

  I've written simple daemon for handling powerbutton events.

System date handling


 <<O>>  Difference Topic LacieEDMiniV2 (4 - 30 Sep 2009 - Main.PetrMalat)
Line: 1 to 1
 

Downloads

Power button daemon

Added:
>
>
I've written simple daemon for handling powerbutton events.
 

System date handling


 <<O>>  Difference Topic LacieEDMiniV2 (3 - 29 Sep 2009 - Main.PetrMalat)
Line: 1 to 1
Deleted:
<
<
 

Downloads

Power button daemon

System date handling

Added:
>
>

Kernel and modules

Base installation of Debian (armel architecture)

 

How Tos

Added:
>
>
 

 <<O>>  Difference Topic LacieEDMiniV2 (2 - 29 Sep 2009 - Main.PetrMalat)
Line: 1 to 1
 
Added:
>
>

Downloads

 
Added:
>
>

Power button daemon

 
Added:
>
>

System date handling

How Tos

 

-- PetrMalat - 24 Sep 2009
Added:
>
>

META FILEATTACHMENT attachment="lacie1-thumb.jpeg" attr="h" comment="Project logo" date="1254215050" name="lacie1-thumb.jpeg" path="lacie1-thumb.jpeg" size="20196" stream="lacie1-thumb.jpeg" tmpFilename="/usr/tmp/CGItemp31044" user="PetrMalat" version="1"



ViewHistory: r12 < r11 < r10 < r9More