rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - aurangzaib.danial

Pages: 1
1
HFS ~ HTTP File Server / Re: .tar doesn't support files of size above 8gb
« on: January 11, 2016, 01:58:47 AM »
First of all, I am really grateful that administrator replied. Secondly, I used Winrar and 7zip, I tested by making number of archives from hfs but still the archive always gets corrupted if it contains any file of size above 8gb. I recommend archiving a folder with files above 8gb and then try to extract them. Thank you !

2
Thank you for your reply, waiting for a solution as it would save me a lot of time and might be helpful for others as well !

3
Thank you for your reply, the thing is, iso of games are above 8 gb these days and popular games are more of 50 to 60 gb iso as well. Now compression in case of a 60 gb iso would take a lot of time to be frank while splitting the files through some rar program like winrar, also takes time. Despite of iso, not all games are in the form of iso, there are .bin files which are mostly above 10 gb e.g. GTA V bin file is almost 50 gb ! The better way would be to remove the restrictions of a tar archive. I have mentioned some of the default restrictions of tar which is being used in hfs as folder archive below ...

1: The maximum length of a file name is limited to 256 characters, provided that the file name can be split at a directory separator in two parts, first of them being at most 155 bytes long. So, in most cases the maximum file name length will be shorter than 256 characters.
2: The maximum length of a symbolic link name is limited to 100 characters.
3: Maximum size of a file the archive is able to accommodate is 8GB
4: Maximum value of UID/GID is 2097151.
5: Maximum number of bits in device major and minor numbers is 21.

Referring to point 3, explains that such restriction is default so there is nothing to edit in the html template of hfs. Any other solution would be much appreciated !

4
HFS ~ HTTP File Server / .tar doesn't support files of size above 8gb
« on: November 18, 2015, 08:41:07 AM »
I have my personal hfs server up and running and my friends download my shared games through it. Now the problem is some folders contain files sizing above 8 gb and now if some one tries to archive the entire folder, it will get downloaded but won't open and will be corrupted. I guess it is happening because tar doesn't support files above 8 gb and results in total denial. For fixing this, I always have to split up a large file so then my friends can download. Splitting the files up takes too much time and its kind of irritating and not convenient. But I have read on internet that there are fix available now, to remove the 8 gb restriction on tar files. I hope rejetto removes such restriction, otherwise HFS is great !

Pages: 1