Empty files do not take up any space

Bug #489810 reported by A. Bram Neijt
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Ubuntu One Client
Won't Fix
Wishlist
Ubuntu One Foundations+ team

Bug Description

This may seem stupid, but I think it should be looked at. Currently files and directories do not take up any space on the service. I've created a large collection of empty files and directories and even though they are perfectly accessible at the web service, the counter still says 0 bytes used.

I think that it should be considered a bug if empty files do not take up any space, for example, this bash script does not take up any space:
for i in {0..10};do
 mkdir -p $i
 cd $i
 touch 'entry'
 for a in {0..50}; do
  mkdir -p $a
 done;
done;

I would expect directories and empty files to at least take up 1 byte, to make sure I do not have unlimited storage by using only empty files with special names.

Tags: foundations+
Revision history for this message
Natalia Bidart (nataliabidart) wrote :

Hi A. Bram Neijt,

First of all, thank you very much for your report! This is not stupid at all. We're aware of this issue, but right now we're focusing on more critical issues.

Thank you again! Naty.

Changed in ubuntuone-client:
importance: Undecided → Wishlist
status: New → Confirmed
tags: added: foundations+
Leo Arias (elopio)
Changed in ubuntuone-client:
assignee: nobody → Ubuntu One Desktop+ team (ubuntuone-desktop+)
status: Confirmed → Triaged
assignee: Ubuntu One Desktop+ team (ubuntuone-desktop+) → Ubuntu One Foundations+ team (ubuntuone-foundations+)
Changed in ubuntuone-client:
status: Triaged → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.