What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Formatting hd.

vdemarco

Senior Member
i have a "SAMSUNG HD501LJ" disk hooked up to the router.

Its a 500GB hard disk but its showing up as a 0.18 GB hd instead.

I have a mac, so formatting the disk on another machine is hard (I can do if i must).

But i ran fdisk /dev/sda1

(after unmounting the disk) to make a new partition, but it only allows me to type in 25 cylinders for the partition table, (fdisk will not accept a number larger than that)

so then i run mkfs.ext3 /dev/sda1 it formats the disk but the size is still 0.18 GB.

What am i doing wrong?

Vince
 
i have a "SAMSUNG HD501LJ" disk hooked up to the router.

Its a 500GB hard disk but its showing up as a 0.18 GB hd instead.

I have a mac, so formatting the disk on another machine is hard (I can do if i must).

But i ran fdisk /dev/sda1

(after unmounting the disk) to make a new partition, but it only allows me to type in 25 cylinders for the partition table, (fdisk will not accept a number larger than that)

so then i run mkfs.ext3 /dev/sda1 it formats the disk but the size is still 0.18 GB.

What am i doing wrong?

Vince

You tried to partition a partition. You need to rather do this to partition the disk:

Code:
fdisk /dev/sda
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top