Grub4dos problem

Using applications, configuring, problems
Message
Author
User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#21 Post by bigpup »

Why are you using MX-17?

We are Puppy!
Resistance is futile!
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)
User avatar
WoodLark
Posts: 142
Joined: Tue 17 Apr 2007, 15:15
Location: South Carolina, USA

#22 Post by WoodLark »

bigpup wrote:Why are you using MX-17?

We are Puppy!
Resistance is futile!
That is a whole other subject and a long story :)

I have a couple websites that I manage that are written in a CMS called typesetter. I prefer to edit them locally rather than at the hosting service.

I have tried editing them with 5 different puppies, bu there is some difference in php in puppy that prevents the websites from running. The php versions and php.ini files are the same. They will run with the php version installed in MX.

I have found a (temporary) workaround. I can run Antix in vmware inside puppy and can edit the websites that way.

I did warn you it was a long story!

I will continue to research the php issue because I really do prefer puppy. I've been using it since the 3.xx series.
User avatar
mikeslr
Posts: 3890
Joined: Mon 16 Jun 2008, 21:20
Location: 500 seconds from Sol

Do you need Lixux Ext4 -64 bit? Running a Server? or What?

#23 Post by mikeslr »

Ext3 : Maximum individual file size can be from 16 GiB to 2 TiB.
Overall ext3 file system size can be from 2 TiB to 32 TiB.
32’000 subdirectories per directory.

Ext4 Maximum individual file size can be from 16 GiB to 16 TiB.
Overall maximum ext4 file system size is 1 EiB (exabyte). = 1’024 PiB (petabyte) = 1’048’576 TB (terabyte).
64’000 subdirectories per directory.
http://www.pointsoftware.ch/en/4-ext4-v ... on-is-bad/

ext2/3/4 hold inode numbers in a 32-bit on-disk structure, so ... maximum possible number of inodes on an ext2/3/4 filesystem is 2^32, or about 4 billion.

File systems which use "64-bit structures for this sort of thing... can in theory go to 2^64 inodes. But with a minimum inode size of 256 bytes, that would mean 4096 Exabytes of disk space for the inodes alone. In reality, theoretical/design limits such as this are not usually attainable (or advisable) in practice." https://www.quora.com/What-is-the-maxim ... d-or-BtrFS

HOWEVER, 16T is the recommended max volume size for ext4 anyway..because the Ext4 64-bit mode caused problems with boot loaders. https://unix.stackexchange.com/question ... erand-mean
Post Reply