Kev

Members
  • Posts

    7
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Kev's Achievements

Noob

Noob (1/14)

0

Reputation

  1. How do I remove disk2 drive if I have not set up a parity drive yet? Both have data on them. I need to install a bigger drive but the config still shows old drive? Will restore harm the data on disk 1 Thanks
  2. I used the step by step instructions to build my unraid box all my data was moved first, now I need to installed parity drive. 1tb--2x 500g and 1tb partiy. 1 drive has a movie folder the other drive has a Movie folder and a Pictures folder and Documents folder. Will there be any issues with duplicate folders when I enable shares? Now I should enable User Shares and set the split level to 1 so any new movies I create under Movies share will reside on the same disk Correct?
  3. Unmenu not working on boot up I still have to type uu to get it to work here is my go script HELP?? #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & sleep 30 for i in /dev/md* do blockdev --setra 2048 $i # Start up unmenu sleep 10 /boot/unmenu/uu
  4. Thanks Rob That did it. added :8080 (duh) guess I should have gone back to the first post and reread it but wasnt sure I made it that far. I see alot of script for the go file to start this automatically could someone post a good current script to start this up on boot. I dont what to download alot of stuff but could someone suggest some other must have downloads like the powerdown one I think I read some lot some files from a non clean poweroff?
  5. So which go file is correct this. #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & sleep 30 for i in /dev/md* do blockdev --setra 2048 $i done # Start up unmenu /boot/unmenu/uu or the one from wiki: sleep 30; blockdev --setra 2048 /dev/md1
  6. Help can get unmenu to run. Linux noob so thats prob. the issue. Unzip everything into /boot/unmenu. I can see the uu file but when I type uu nothing happens. I tried to put /boot/unmenu/uu in the go script but no help??? Tower login: root Linux 2.6.29.1-unRAID. root@Tower:~# killall -g awk root@Tower:~# cd /boot/unmenu/uu -bash: cd: /boot/unmenu/uu: Not a directory root@Tower:~# cd /boot/unmenu root@Tower:/boot/unmenu# ls 07-unmenu-mymain.awk* MoveCopy.htm* 09-unmenu-disk_mgmt.awk* apcupsd-unmenu-package.conf* 10-unmenu-links.awk* bwm-ng-unmenu-package.conf* 10-unmenu_user_script_hello* cxxlibs-unmenu-package.conf* 1000-unmenu_user_script_restart* drivedb.lib.awk* 16-unmenu-syslog.awk* file-unmenu-package.conf* 17-unmenu-syslog.awk* lsof-unmenu-package.conf* 20-unmenu-usage.awk* myMain.conf* 20-unmenu_user_script_goodbye* myMain_local.conf* 25-unmenu-dupe_files.awk* nohup.out* 29-unmenu-sysinfo.awk* ntfs-3g-1.5130-unmenu-package.conf* 30-unmenu-file_browser.awk* pciutils-unmenu-package.conf* 30-unmenu_user_script_getra* rc.local-unmenu-package.conf* 30-unmenu_user_script_setra-0256* smartctl-unmenu-package.conf* 30-unmenu_user_script_setra-1024* syslog_match.conf* 30-unmenu_user_script_setra-2048* unmenu.awk* 40-unmenu_user_script_disk_speed* unmenu.base.lib.awk* 50-unmenu-user_scripts.cgi* unmenu.conf* 99-unmenu-utility.awk* utility.lib.awk* 990-unmenu-wget.awk* uu* 999-unmenu-unraid_main.awk* zip-unmenu-package.conf* root@Tower:/boot/unmenu# uu root@Tower:/boot/unmenu# ps -ef | grep emhttp root 1337 1 0 21:00 ? 00:00:00 /usr/local/sbin/emhttp root 1511 1490 0 21:31 pts/0 00:00:00 grep emhttp root@Tower:/boot/unmenu#