Hooking up an external disk to the BenHur 2-20
by Volker Weber
The good news: It can be done. The bad news: You don't want to. Reason: The BenHur²-20 has only a USB 1.1 port. At least my hardware revision has. In case you do need to hook up a disk before Pyramid releases the LVM (logical volume manager), here's how you do it:
- Login with
ssh admin@your.benni.network.address
- Make yourself root with
su -
- Find the disk with
fdisk -l
- Look for /dev/scsi/host0/bus0/target0/lun0/disc
- If it does not contain partitions create a primary partition with
cfdisk /dev/scsi/host0/bus0/target0/lun0/disc
- Format the partition with
mkfs.ext3 /dev/sda1
- Add the disk to /etc/fstab like so:
/dev/sda1 /export/__shares__/external ext3 defaults,usrquota,grpquota 0 0
Comments
Hallo,
wie kann ich eine 2. interne Festplatte "dauerhaft" in einen BenHur Server anbinden? Mit "mount" wird diese zwar erkannt, nach einem reboot ist diese leider wieder weg.
Grüße
Mikesch
Michael Behrens, 2005-06-19
Genau wie oben beschrieben: durch Eintragen in /etc/fstab. Halt dann statt /dev/sda1 eben /dev/hdb1 ...
Stefan Rubner, 2005-06-19