|
|
 |
« on: December 10, 2011, 08:58:24 PM » |
|
hello all, i am relatively new to plug computing. i use my plug computer as a server for my home network. it works fine for the hdds already connected. i recently bought a new 1.5Tb hdd, and would like to connect it as well. problem is, i cannot mount it, and since a friend helped me setup the original script, i cannot remember where it is. i would like to copy the option (below) for a third hdd:
GALAXY:~# mount tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755) proc on /proc type proc (rw,noexec,nosuid,nodev) sysfs on /sys type sysfs (rw,noexec,nosuid,nodev) procbususb on /proc/bus/usb type usbfs (rw) udev on /dev type tmpfs (rw,mode=0755) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev) devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620) rootfs on / type rootfs (rw) /dev/sdb1 on /media/DEEP_SPACE type vfat (rw,noexec,nodev,sync,noatime,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) /dev/sdc1 on /media/POLARIS type vfat (rw,noexec,nodev,sync,noatime,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) /dev/sdb1 on /media/usb0 type vfat (rw,noexec,nodev,sync,noatime,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) tmpfs on /var/cache/apt type tmpfs (rw,noexec,nosuid)
can someone please point me to where the script is ... thanks, theo
|