Re: removing EISA partition (SOLVED

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



That used spaced was reserved for root by mkfs when the
partition was created. The mkfs command displays a message to that
effect.
When you create a partition mkfs says something like (numbers for
example only):
"66970 blocks (5.00%) reserved for the super user"

You can change the reserved block count percentage to 0% for a
partition
you already created with:
	# tune2fs -m 0 /dev/sdaX

Or, create the filesystem with:
	# mkfs -t ext2 -m 0 /dev/sdaX

man mkfs.ext2
       -m reserved-blocks-percentage
              Specify the percentage of the filesystem blocks reserved
for the
              super-user.   This  avoids  fragmentation, and allows
root-owned
              daemons, such as syslogd(8), to continue to  function
correctly
after non-privileged processes are prevented from
writing
to the
              filesystem.  The default percentage is 5%.

So, its a good thing to have that reserved space.
The disk is big enough, let it be.

Read the tune2fs and mkfs man pages or eSearch the keywords to learn
more.
~af

OK. I see.
I'll do nothing with it. Actually a friend of mine has a bigger hard drive he doesn't need. It's 160 GB HDD. I'm going to install F10 on it as soon as I have it. Anyway, thanks for your help. Appreciate that.
--
Hiisi.

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux