Re: 8 GB Flash drive formatted at 3.7 GB

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

 



2009/12/21 Chris Smart <mail@xxxxxxxxxxxxxxxxxxxx>:
>
> That's because you are trying to check the file system on the device,
> not the partition. Robert Nichols already pointed out that you need to
> be running that against /dev/sdb1 (where "1" is the first primary
> partition).
>

P.S. You might want to start the process again if you formatted /dev/sdb, too.

If fdisk is too complicated, you can achieve the same result with
parted (replace '/dev/sdX' with your CORRECT device, i.e. /dev/sdb):

su -c 'parted /dev/sdX mklabel msdos'
su -c 'parted /dev/sdX mkpartfs primary ext2 0% 100%'

This will prompt to confirm the actions, if you don't want it to
prompt, pass the "-s" (script) option after the "parted" command.

-c

-- 
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]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux