Re: Newbie Hardware/Partitioning

From: John Stevenson (John.Stevenson_at_objectcore.co.uk)
Date: 08/31/03

  • Next message: Rene Engelhard: "Re: Problem compiling KDE"
    Date: Sun, 31 Aug 2003 15:24:06 +0100
    To: debian-user@lists.debian.org
    
    

    > I've had ext2 running on massive partitions in the region of 60GB
    > upwards. Only thing with ext2 is that if the system doesn't shutdown
    > correctly it will scan the drives for errors on the re-boot which can
    > take AGES with larger partitions.
    >
    You can easily (and in my own experience safely) convert ext2 filesystem
    into an ext3 system with journaling. I have done this on a system with
    3 hard drives that are all 100GB+ and it saves an emense amount of time
    in the rare occasion I have had a crash (dodgy USB equipment!!).

    The procedure I use is as follows (example is for the first partition on
    the second hard drive of IDE channel 1):

    1) Unmount the partition you are going to convert

    umount /dev/hdb1

    2) Use tune2fs to add a journaling

    tune2fs -j /dev/hdb1

    3) Turn of the automatic counting and checking for fsck

    tune2fs -i 0 -c 0 /dev/hdb1

    4) Edit /etc/fstab file to reflect the changes (use ext3 or auto for the
    fs type)

    /dev/hdb1 /opt/archive ext3 defaults 0 2

    5) Remount the partition

    mount /dev/hdb1

    This procedure was discussed on debianplanet, but that is not available
    at present. I am sure there is a howto if you need more information.

    Johnny.

    -- 
    To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Rene Engelhard: "Re: Problem compiling KDE"

    Relevant Pages

    • Re: NTLDR File is missing Msg upon Windows startup
      ... How large are your Hard Drives? ... Drive Partition. ... SPECIAL BUNDLE PRICING Purchase BootIt NG and Image for Windows ... Both Hard Drives, do not need to be partitioned the same, unless ...
      (microsoft.public.windowsxp.help_and_support)
    • Re: fdisk does not recognize my hard drive
      ... able to load slackware 10.2 in the normal fashion. ... make your Linux partitions with Partition Magic, ... It would be best if you have two separate hard drives, ...
      (alt.os.linux)
    • Re: Partitions & technological efficiency
      ... a single partition is probably best. ... starting before there were hard drives ... I've been dual-booting various combinations of Windows since I added WinNT4 ...
      (microsoft.public.windowsxp.perform_maintain)
    • Re: Optimal place for pagefile.sys
      ... Situation with several hard drives is clear. ... > it suggests putting the pagefile on another partition ONLY if it will ... it is good practice to put the paging file ON ...
      (microsoft.public.windowsxp.general)
    • Re: Partition Magic Incompatibility??
      ... repartitioned it with Partition Magic so has to have a smaller c: ... said that DMA was not enabled on the hard drives. ... First of all, our experience with using Partition Magic, the 8.01 version which I assume you're using, has been positive with respect to basic manipulation of SATA hard drives involving partition sizing and merging of partitions. ...
      (microsoft.public.windowsxp.general)