question on formating USB Drive in Kubuntu

Tez binary_y2k2 at blueyonder.co.uk
Fri Jan 5 13:21:28 UTC 2007


Jonathan Jesse wrote:
>> Daniel Pittman wrote:
>>     
>>> "Jonathan Jesse" <jjesse at iserv.net> writes:
>>>
>>>       
>>>> Ok I am slowly moving completely over to Linux on my laptop for work
>>>> and need to run a bunch of Virtual Machines so I have an 120 gig USB
>>>> 2.0 drive that is currently formatted in NTFS.  How do delete
>>>> everything that is on it and format it to ext3 or a better filesystem
>>>> for running such a large USB drive on?
>>>>         
>>> Well, pretty easily:
>>>
>>>   sudo mkfs.ext3 /dev/sdXXX  # replace XXX with your device node
>>>       
>> I'd caution against using a journaling file system
>> (ext3/reiserfs/jfs/xfs) on a USB drive as these formats tend to require
>> a bit more I/O bandwidth than their non-journaling cousins
>> (ext3/vfat/etc).  When you're operating on a bandwidth-challenged bus
>> (like USB) the difference between journaling and not-journaling can be
>> quite noticeable.
>>
>> If you REALLY need the journal, then by all means use it...but be aware
>> of the overheads.
>>
>> YYMV,
>>
>> James
>>
>> --
>> kubuntu-users mailing list
>> kubuntu-users at lists.ubuntu.com
>> Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
>>
>>
>>     
> SO will vfat support up to 120gigs? Or is there a limit?
>
>   
I think vfat (fat32) only supports up to 32GB partitions

Tez






More information about the kubuntu-users mailing list