Would this be good or bad, to multiply filesystem with 0,1?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












The idea is about to increase the capacity of hard-disk or else storage devices. When filesystem would be multiplied with 0,1 then e.g. a hard-disk with 1 TB would have the capacity of 10 TB instead. The question is, if this is good for hardware or if this would be rather a stress-test for hardware?







share|improve this question




















  • "filesystem would be multiplied with 0,1" how, exactly?
    – steeldriver
    Apr 28 at 2:26










  • You mean compression? This is a trade-off between storage and CPU usage. And many files cannot be compressed because they already are (photos, movies, ...).
    – muclux
    Apr 28 at 5:39










  • @steeldriver - the idea is easy, but I see now, that source code for filesystem ext4 is more complex. Here I mean 0,1 is factor for to create a more smaller file-system which takes less space away from hard-disk. The thing is, that I dont know if this would be good for read-and-write heads of hard-disk. The source code of ext4 is here: github.com/torvalds/linux/blob/master/fs/ext4/ext4.h
    – dschinn1001
    Apr 28 at 20:23










  • @muclux - it is not compression like compression of files with tar.gz - it is the idea of a smaller file-system which needs less space. Multiplied with 0,1 it would be ten times smaller on the hard-disk.
    – dschinn1001
    Apr 28 at 20:24










  • @steeldriver - a little hack in gparted worked, where I had chosen 'ext4' - and then put into label the factor like this : *.(0.1);
    – dschinn1001
    May 31 at 13:42














up vote
0
down vote

favorite












The idea is about to increase the capacity of hard-disk or else storage devices. When filesystem would be multiplied with 0,1 then e.g. a hard-disk with 1 TB would have the capacity of 10 TB instead. The question is, if this is good for hardware or if this would be rather a stress-test for hardware?







share|improve this question




















  • "filesystem would be multiplied with 0,1" how, exactly?
    – steeldriver
    Apr 28 at 2:26










  • You mean compression? This is a trade-off between storage and CPU usage. And many files cannot be compressed because they already are (photos, movies, ...).
    – muclux
    Apr 28 at 5:39










  • @steeldriver - the idea is easy, but I see now, that source code for filesystem ext4 is more complex. Here I mean 0,1 is factor for to create a more smaller file-system which takes less space away from hard-disk. The thing is, that I dont know if this would be good for read-and-write heads of hard-disk. The source code of ext4 is here: github.com/torvalds/linux/blob/master/fs/ext4/ext4.h
    – dschinn1001
    Apr 28 at 20:23










  • @muclux - it is not compression like compression of files with tar.gz - it is the idea of a smaller file-system which needs less space. Multiplied with 0,1 it would be ten times smaller on the hard-disk.
    – dschinn1001
    Apr 28 at 20:24










  • @steeldriver - a little hack in gparted worked, where I had chosen 'ext4' - and then put into label the factor like this : *.(0.1);
    – dschinn1001
    May 31 at 13:42












up vote
0
down vote

favorite









up vote
0
down vote

favorite











The idea is about to increase the capacity of hard-disk or else storage devices. When filesystem would be multiplied with 0,1 then e.g. a hard-disk with 1 TB would have the capacity of 10 TB instead. The question is, if this is good for hardware or if this would be rather a stress-test for hardware?







share|improve this question












The idea is about to increase the capacity of hard-disk or else storage devices. When filesystem would be multiplied with 0,1 then e.g. a hard-disk with 1 TB would have the capacity of 10 TB instead. The question is, if this is good for hardware or if this would be rather a stress-test for hardware?









share|improve this question











share|improve this question




share|improve this question










asked Apr 28 at 1:39









dschinn1001

2,06131634




2,06131634











  • "filesystem would be multiplied with 0,1" how, exactly?
    – steeldriver
    Apr 28 at 2:26










  • You mean compression? This is a trade-off between storage and CPU usage. And many files cannot be compressed because they already are (photos, movies, ...).
    – muclux
    Apr 28 at 5:39










  • @steeldriver - the idea is easy, but I see now, that source code for filesystem ext4 is more complex. Here I mean 0,1 is factor for to create a more smaller file-system which takes less space away from hard-disk. The thing is, that I dont know if this would be good for read-and-write heads of hard-disk. The source code of ext4 is here: github.com/torvalds/linux/blob/master/fs/ext4/ext4.h
    – dschinn1001
    Apr 28 at 20:23










  • @muclux - it is not compression like compression of files with tar.gz - it is the idea of a smaller file-system which needs less space. Multiplied with 0,1 it would be ten times smaller on the hard-disk.
    – dschinn1001
    Apr 28 at 20:24










  • @steeldriver - a little hack in gparted worked, where I had chosen 'ext4' - and then put into label the factor like this : *.(0.1);
    – dschinn1001
    May 31 at 13:42
















  • "filesystem would be multiplied with 0,1" how, exactly?
    – steeldriver
    Apr 28 at 2:26










  • You mean compression? This is a trade-off between storage and CPU usage. And many files cannot be compressed because they already are (photos, movies, ...).
    – muclux
    Apr 28 at 5:39










  • @steeldriver - the idea is easy, but I see now, that source code for filesystem ext4 is more complex. Here I mean 0,1 is factor for to create a more smaller file-system which takes less space away from hard-disk. The thing is, that I dont know if this would be good for read-and-write heads of hard-disk. The source code of ext4 is here: github.com/torvalds/linux/blob/master/fs/ext4/ext4.h
    – dschinn1001
    Apr 28 at 20:23










  • @muclux - it is not compression like compression of files with tar.gz - it is the idea of a smaller file-system which needs less space. Multiplied with 0,1 it would be ten times smaller on the hard-disk.
    – dschinn1001
    Apr 28 at 20:24










  • @steeldriver - a little hack in gparted worked, where I had chosen 'ext4' - and then put into label the factor like this : *.(0.1);
    – dschinn1001
    May 31 at 13:42















"filesystem would be multiplied with 0,1" how, exactly?
– steeldriver
Apr 28 at 2:26




"filesystem would be multiplied with 0,1" how, exactly?
– steeldriver
Apr 28 at 2:26












You mean compression? This is a trade-off between storage and CPU usage. And many files cannot be compressed because they already are (photos, movies, ...).
– muclux
Apr 28 at 5:39




You mean compression? This is a trade-off between storage and CPU usage. And many files cannot be compressed because they already are (photos, movies, ...).
– muclux
Apr 28 at 5:39












@steeldriver - the idea is easy, but I see now, that source code for filesystem ext4 is more complex. Here I mean 0,1 is factor for to create a more smaller file-system which takes less space away from hard-disk. The thing is, that I dont know if this would be good for read-and-write heads of hard-disk. The source code of ext4 is here: github.com/torvalds/linux/blob/master/fs/ext4/ext4.h
– dschinn1001
Apr 28 at 20:23




@steeldriver - the idea is easy, but I see now, that source code for filesystem ext4 is more complex. Here I mean 0,1 is factor for to create a more smaller file-system which takes less space away from hard-disk. The thing is, that I dont know if this would be good for read-and-write heads of hard-disk. The source code of ext4 is here: github.com/torvalds/linux/blob/master/fs/ext4/ext4.h
– dschinn1001
Apr 28 at 20:23












@muclux - it is not compression like compression of files with tar.gz - it is the idea of a smaller file-system which needs less space. Multiplied with 0,1 it would be ten times smaller on the hard-disk.
– dschinn1001
Apr 28 at 20:24




@muclux - it is not compression like compression of files with tar.gz - it is the idea of a smaller file-system which needs less space. Multiplied with 0,1 it would be ten times smaller on the hard-disk.
– dschinn1001
Apr 28 at 20:24












@steeldriver - a little hack in gparted worked, where I had chosen 'ext4' - and then put into label the factor like this : *.(0.1);
– dschinn1001
May 31 at 13:42




@steeldriver - a little hack in gparted worked, where I had chosen 'ext4' - and then put into label the factor like this : *.(0.1);
– dschinn1001
May 31 at 13:42















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1029025%2fwould-this-be-good-or-bad-to-multiply-filesystem-with-0-1%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1029025%2fwould-this-be-good-or-bad-to-multiply-filesystem-with-0-1%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491