Re: external HDD



In comp.os.linux.misc ivan danicic <ivan@xxxxxxxxxxx>:
Robert M. Riches Jr. wrote:
On 2006-10-07, ivan danicic <ivan@xxxxxxxxxxx> wrote:
Michael Heiming wrote:
[..]

fdisk -l /dev/sda

Hello:Here it is:
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 6708 53881978+ c W95 FAT32 (LBA)
/dev/sda2 6709 19457 102406342+ f W95 Ext'd (LBA)
/dev/sda5 6709 19457 102406311 83 Linux

Has an ext2 filesystem actually been written to that
partition? You have to _both_ create the partition (with
proper type ID) _and_ run mke2fs to create the filesystem in
the partition.

Hello, I have used partition magic to make this ext2 partition.
Is that not enough? How can I check?

No, afaik it can't generate an ext2/3 Linux FS, it just set the
partition to type 83 which is correct for ext2/3.

With a real FS you should get a bunch of info:

tune2fs -l /dev/sda5

You want to run to generate ext3:

mkfs.ext3 /dev/sda5

Or what your distro provides.

Good luck

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo zvpunry@xxxxxxxxxx | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 466: /dev/null is full!
.



Relevant Pages

  • Re: external HDD
    ... You have to _both_ create the partition (with ... proper type ID) _and_ run mke2fs to create the filesystem in ... No, afaik it can't generate an ext2/3 Linux FS, it just set the ...
    (comp.os.linux.misc)
  • Re: defrag and mive files?
    ... > files to the front of the partition, so that it can be shrunk (I need to ... If you use the proper type of program and the correct sequencing it does ... I also have my computer connected to a UPS system. ... if the power were to go off for an extended amount of time I would ...
    (microsoft.public.windowsxp.general)
  • Re: external HDD
    ... think this is device /dev/sda5 and it is an ext2 partition but ... Has an ext2 filesystem actually been written to that ... proper type ID) _and_ run mke2fs to create the filesystem in ... I have used partition magic to make this ext2 partition. ...
    (comp.os.linux.misc)
  • Re: external HDD
    ... think this is device /dev/sda5 and it is an ext2 partition but ... Has an ext2 filesystem actually been written to that ... proper type ID) _and_ run mke2fs to create the filesystem in ...
    (comp.os.linux.misc)
  • Re: Is it possible to increase size of "/"?
    ... I couldn't FTP into it again, so I rebooted, then instead of the GRUB menu, I'm getting a GRUB prompt: ... FYI, I couldn't figure out how to get past that text GRUB, so I ended up re-installing Solaris 10, this time with the larger partition. ... 2556 accessible cylinders ...
    (comp.unix.solaris)