Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to forge a local file system server with IGEPv2 Board

68 bytes added, 11:27, 3 November 2011
no edit summary
= Set up a External HD =
External HD is useful to get more space for our project. In this part we are going to set up our HD when it is connected to server.
Format your HD with a EXT3 Filesystem.
Create the following script: /etc/udev/rules.d/50-mount-external.rules:
<pre>/etc/init.d/udev stop
/etc/init.d/udev start
</pre>Connect your HD to server.Use "mount" command to see External HD information. <pre>/dev/root on / type ext3 (rw)
none on /proc type proc (rw,noexec,nosuid,nodev)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
/dev/sda1 on /media/usbhd-sda1 type ext3 (rw,relatime)
  </pre>Where our HD si mounte in media folder, and its name is usbhd-sda1
= Set up Owncloud.org Software =
4,199
edits