Well I downloaded the Arch linux (the pre-installed file). I got it to work just fine. But skimming the pages of this websight I found you can use Raspian.... I was excited to hear this news. I jumped on this little project of typing away. blah blah blah. long story short the usb command..
echo "/dev/sda1 /mnt/usbdrive vfat umask=0,noatime,rw,user 0 0" >> /etc/fstab
mkdir -p /mnt/usbdrive
mount /mnt/usbdrive
mv /opt/piratebox/share/Shared /mnt/usbdrive
ln -s /mnt/usbdrive/Shared /opt/piratebox/share
# move kareha stuff as well
mv /opt/piratebox/share/board/src /mnt/usbdrive/kareha_uploads
ln -s /mnt/usbdrive/kareha_uploads /opt/piratebox/share/board/src
Works great in arch. But I cant get it to work for raspian.:(...
P.s Im new to this forum thing. and linux.... Please help :)
echo "/dev/sda1 /mnt/usbdrive vfat umask=0,noatime,rw,user 0 0" >> /etc/fstab
mkdir -p /mnt/usbdrive
mount /mnt/usbdrive
mv /opt/piratebox/share/Shared /mnt/usbdrive
ln -s /mnt/usbdrive/Shared /opt/piratebox/share
# move kareha stuff as well
mv /opt/piratebox/share/board/src /mnt/usbdrive/kareha_uploads
ln -s /mnt/usbdrive/kareha_uploads /opt/piratebox/share/board/src
Works great in arch. But I cant get it to work for raspian.:(...
P.s Im new to this forum thing. and linux.... Please help :)