Re: new guy checking in has new problem(s)
- From: "David Fox" <dfox94085@xxxxxxxxx>
- Date: Mon, 21 Jul 2008 07:00:40 -0700
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
- Follow-Ups:
- Re: new guy checking in has new problem(s)
- From: Karl Larsen
- Re: new guy checking in has new problem(s)
- References:
- Re: new guy checking in has new problem(s)
- From: pkaplan1
- Re: new guy checking in has new problem(s)
- From: Jimmy Montague
- Re: new guy checking in has new problem(s)
- Prev by Date: Re: new guy checking in has new problem(s)
- Next by Date: Re: no more windows
- Previous by thread: Re: new guy checking in has new problem(s)
- Next by thread: Re: new guy checking in has new problem(s)
- Index(es):
Relevant Pages
|