agetommy wrote: 
> To investigate this I need to purchase a monitor first. I will do it
> :rolleyes: but it can take a while.
> 
> My drive is a SSD-disc connected via a Renkforce USB2mSATA controller.
> But I think the storage device should not be the problem. I reckon a
> hanging LMS ... 
> Do you have also a LMS running?

I played with this today.  LMS/Samba,USB disk.  Other computers
connected to the samba share.  I could not make anything hang during a
requested reboot.

If you want to run an fsck everytime on boot on your usb disk.  The
easiest way would be to edit /opt/bootlocal.sh   

I'm pretty sure you mentioned that you had an ext4 file system.   add
the fsck before the pcp startup.


Code:
--------------------
    
  #!/bin/sh
  # put other system startup commands here
  
  GREEN="$(echo -e '\033[1;32m')"
  
  echo
  echo "${GREEN}Running bootlocal.sh..."
  fsck -y /dev/sda1
  #pCPstart------
  /home/tc/www/cgi-bin/do_rebootstuff.sh 2>&1 | tee -a /var/log/pcp_boot.log
  #pCPstop------
  
--------------------


------------------------------------------------------------------------
paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to