Re: new guy checking in has new problem(s)



On Mon, Jul 21, 2008 at 6:15 AM, Jimmy Montague
<rhetoric102@xxxxxxxxxxxxxxx> wrote:

I tried to do as you said. I got gparted to delete the old partitions
and create a single new partition formatted ext3. Problem is the new
partition has a folder in it called lost+found. It takes up 10g of space
and I can't delete it. So my 80g drive is now a 70 g drive.

That still leaves 12.5% (roughly) of the drive space unused, which
seems to be a bit much. lost+found shouldn't take up any space unless
files end up in there, otherwise should be empty (that directory is
for files that can't be linked to a directory entry anymore on a
filesystem check). ext3 and ext2 filesystems reserve a certain space
(that is tunable) available by only the superuser, but that's usually
10%, most times only 5%, especially on larger disks. That's there to
prevent the filesystem from filling up (not a good idea especially on
root partitions) and to minimize fragmentation.

I can't change the name of the drive or the mount point. gparted simply
doesn't offer me the option of doing either.

You use other tools for that. e2liabel or volid for disk labels
(although they're not necessary) and mount to mount the drive in the
new partition. If you edit /etc/fstab and add an entry you can get it
to mount where you want to on boot. For instance, I have one of my
partitions mounted on /storage (for mp3, avi, that sort of thing).

/dev/sdc5 /storage xfs defaults 0 0

--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages

  • read/only root filesystem strategy
    ... the installed system as possible be running under a read/only mount. ... or a widely shared network filesystem. ... Modifying the kernel to perform the setup. ... Partition hda1 would house the kernel and a small rescue ...
    (comp.os.linux.development.system)
  • Re: Basic structure of Linux : File system, types of files with extentions, drive informations, and
    ... occurs at a certain place (the mount point) in the filesystem. ... When a partition is mounted onto the filing tree at a specific directory, ... note though that the op was asking a very newbie question, ...
    (alt.os.linux)
  • Re: hardisk full
    ... mount the appropriate partition on each. ... create tar files (This assumes you have at least twice the currently ... one filesystem at a time and use the other partition as the location to ...
    (Fedora)
  • Re: Problem with multiple mounts
    ... make reiserfs and run fsstress test case on this partition. ... I mount this partition on the nbd server. ... Unless you have a filesystem that is ...
    (Linux-Kernel)
  • Re: problem mounting filesystem
    ... Try to mount /dev/hdd1 elsewhere: ... I am able to use fdisk to partition the disk, and mke2fs to put an ext3 filesystem on it. ...
    (RedHat)