Run HentaiAtHome On Portable External Hard Drive
Install Required Tools
sudo apt-get install screen
sudo apt-get install vim
sudo apt-get install openjdk-9-jdk
sudo apt-get install openjdk-9-jre
Auto Mount External Hard Drive
Use
df -h
command to check the disk and free space on the systemUse
lsblk
command to show the hard disk partition status and partitionUse
sudo fdisk -l
to view details of the hard drive and volumeThe /dev/sda is the external dard drive
Use
sudo fdisk /dev/sda
to edit the external hard drive, first d and then w to delete the partition table and disk on the hard diskOnce again, use
sudo fdisk /dev/sda
to build disk partition
First typen
Next typep
And type1
Then press enter twice, if it showscontains a ext4 signature
message,
just typeY
to countine, finally typew
to build partition on the hard diskUse
sudo mkfs.ext4 /dev/sda1
to format the partition into Ext4Use
sudo mkdir /media/hd
to create a folder, then the external hard drive will be mounted hereUse
sudo chmod 777 /media/hd
to give it permissionUse
ls -lh /dev/disk/by-uuid
can see the UUID of the hard disk and partitionUse
sudo blkid /dev/sda1
to list UUIDs of external hard drive partitionsRemember the UUID of external hard drive, then use
sudo vim /etc/fstab
to edit fstab to let raspberry pi automatically mount the external hard drive after bootyou will see this:
then press
i
, the-- INSERT --
will display at buttom, it means now this file can be edittype
UUID=YOURUUID /media/hd ext4 defaults 0 2
then press
ESC
, you will see that-- INSERT --
disappearnow type
:wq
, then press enterUse
sudo reboot
to reboot the device, and then usedf -h
to check if the external hard drive has been mountedNow use
sudo mkdir /media/hd/hath
to create a folder, and usesudo chmod 777 /media/hd/hath
to give it permission
Set up the server
You can use set-hath.sh
to set up HentaiAtHome automatically
bash -c "$(curl https://raw.github.com/carry0987/Raspberry-Pi-Repo/master/HatH/set-hath.sh)"
Or just follow the tutorial below
Use
cd /media/hd/hath
to go tohath
folder, then usesudo wget https://repo.e-hentai.org/hath/HentaiAtHome_1.6.2.zip
to download the H@HUse
sudo unzip HentaiAtHome_1.6.2.zip
to unzip H@H filesUse
screen
to start terminal in backgroundyou will see this
just press enter to start
Use
sudo java -jar HentaiAtHome.jar
to start H@HEnter your Client ID and Client Key
Running
Now press Ctrl + A and then press D to detach H@H
Finish