Re: USB external harddisk

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

 



To figure out the device it is on:

su
fdisk -l

then there should be a disk (with no partition table) that shows up most likely /dev/sda

once you determine the correct device

fdisk /dev/sda

for just 1 big partition

n = new partition
p = primary
1 = partition 1
t = set type
l = list types, 83 = linux, 7 = fat32
w = write partition table

then for fat32

mkfs.msdos -F32 /dev/sda1

or linux

mkfs.ext3 /dev/sda1

Note there is a lot of different options you could pick, and many different ways to partition / format


At 11:09 AM 7/15/2004, you wrote: How can I format a disk which is not partitioned and not formatted?


Michael Yep Development / Technical Operations RemoteLink, Inc. (630) 983-0072 x164



[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux