Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
RHCSA, RHCE, AWS, Docker, Kubernetes Training
Sanjeewani95
Updated:
Tuesday at 10:28 AM
🛡️ Kaspersky Antivirus – 1 Year / 1 Device | Rs. 2,300 | Only 9 Left
KSPathirana
Updated:
Monday at 2:42 PM
Ad icon
Professional CCTV Installation Service
Techguy231
Updated:
Sunday at 10:50 AM
Ad icon
I'll research & write an article - Rs. 2000 onwards
Blogerwiki
Updated:
Sep 3, 2026
House Plan
lenura
Updated:
Sep 2, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
General
ElaKiri Help
Micro SD help
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="coolmanaram" data-source="post: 21993101" data-attributes="member: 362420"><p style="text-align: left"><p style="text-align: left"><span style="font-size: 15px"><strong><span style="font-family: 'Century Gothic'">Use linux terminal to format drive. </span></strong><strong><span style="font-family: 'Century Gothic'"> It will work even if the usb is write protected. <img src="/styles/default/xenforo/smilies/default/wink.gif" class="smilie" loading="lazy" alt=";)" title="Wink ;)" data-shortname=";)" /></span></strong></span></p> <p style="text-align: left"></p></p> <p style="text-align: left"><strong><span style="font-family: 'Century Gothic'"><span style="font-size: 15px"><span style="color: Blue"></span></span></span></strong></p> <p style="text-align: left"><strong><span style="font-family: 'Century Gothic'"><span style="font-size: 15px"><span style="color: Blue"></span></span></span></strong></p> <p style="text-align: left"><span style="font-family: 'Century Gothic'"><span style="font-size: 12px">In Ubuntu there are many methods by which you can format your pendrive </span></span></p> <p style="text-align: left"><span style="font-family: 'Century Gothic'"><span style="font-size: 12px"><strong>1 - by Disk utility</strong> <a href="http://www.youtube.com/watch?v=1p47CLgRd6Y&feature=youtu.be" target="_blank">see the video</a> // simplest way</span></span></p> <p style="text-align: left"><span style="font-family: 'Century Gothic'"><span style="font-size: 12px"></span></span></p> <p style="text-align: left"><span style="font-family: 'Century Gothic'"><span style="font-size: 12px"></span></span></p> <p style="text-align: left"><span style="font-family: 'Century Gothic'"><span style="font-size: 12px"><strong>2- by Gparted tool</strong> <a href="http://www.youtube.com/watch?v=IloEDkHHkAs&feature=youtu.be" target="_blank">see the video</a></span></span> </p> <p style="text-align: left"><span style="font-family: 'Century Gothic'"><span style="font-size: 12px">// you can install it from Ubuntu software center or you can install is by typing </span></span></p> <p style="text-align: left"><span style="font-family: 'Century Gothic'"><span style="font-size: 12px"><span style="font-size: 15px"><strong>sudo apt-get install gparted</strong></span></span></span></p> <p style="text-align: left"><span style="font-family: 'Century Gothic'"><span style="font-size: 12px"><span style="font-size: 15px"><strong></strong></span></span></span></p> <p style="text-align: left"><span style="font-family: 'Century Gothic'"><span style="font-size: 12px"><span style="font-size: 15px"><strong></strong></span></span></span></p> <p style="text-align: left"><span style="font-family: 'Century Gothic'"><span style="font-size: 12px"><span style="font-size: 15px"><strong></strong></span> </span></span><span style="font-family: 'Century Gothic'"><span style="font-size: 12px"><strong>3- by using Terminal</strong> <a href="https://www.youtube.com/watch?v=z6TEh762Vec" target="_blank">see the video</a></span></span></p> <p style="text-align: left"><span style="font-family: 'Century Gothic'"><span style="font-size: 12px">go to super mode by typing "su" followed by super mode password</span></span></p> <p style="text-align: left"><span style="font-family: 'Century Gothic'"><span style="font-size: 12px"><span style="font-size: 15px"><strong>fdisk -l</strong></span> </span></span><span style="font-family: 'Century Gothic'"><span style="font-size: 12px">that will show all the volume in your pc or you can also use the </span></span></p> <p style="text-align: left"><span style="font-family: 'Century Gothic'"><span style="font-size: 12px"><span style="font-size: 15px"><strong>df</strong></span> </span></span><span style="font-family: 'Century Gothic'"><span style="font-size: 12px">to see the usb flash drive, suppose it may be /dev/sdb1</span></span></p> <p style="text-align: left"><span style="font-family: 'Century Gothic'"><span style="font-size: 12px"><span style="font-size: 15px"><strong>umount /dev/sdb1</strong></span> </span></span><span style="font-family: 'Century Gothic'"><span style="font-size: 12px">that un mount the drive</span></span></p> <p style="text-align: left"><span style="font-family: 'Century Gothic'"><span style="font-size: 12px"><span style="font-size: 15px"><strong>mkfs.vfat /dev/sdb1</strong></span> </span></span><span style="font-family: 'Century Gothic'"><span style="font-size: 12px">to format drive into fat32 format</span></span></p> <p style="text-align: left"><span style="font-family: 'Century Gothic'"><span style="font-size: 12px"></span></span></p> <p style="text-align: left"><span style="font-family: 'Century Gothic'"><span style="font-size: 12px"></span></span></p> <p style="text-align: left"><u><span style="font-family: 'Century Gothic'"><span style="font-size: 12px"><strong>EDIT</strong></span></span></u></p> <p style="text-align: left"></p> <p style="text-align: left"><span style="font-size: 15px"><strong><span style="font-family: 'Century Gothic'">mkfs.vfat -n 'name_for_your_pendrive' -I /dev/sdb1</span></strong></span></p> <p style="text-align: left"><span style="font-family: 'Century Gothic'"><span style="font-size: 12px">to add name for your pendrive</span></span></p> <p style="text-align: left"> </p> <p style="text-align: left"></p></blockquote><p></p>
[QUOTE="coolmanaram, post: 21993101, member: 362420"] [LEFT][LEFT][SIZE=4][B][FONT=Century Gothic]Use linux terminal to format drive. [/FONT][/B][B][FONT=Century Gothic] It will work even if the usb is write protected. ;)[/FONT][/B][/SIZE] [/LEFT] [B][FONT=Century Gothic][SIZE=4][COLOR=Blue] [/COLOR][/SIZE][/FONT][/B] [FONT=Century Gothic][SIZE=3]In Ubuntu there are many methods by which you can format your pendrive [/SIZE][/FONT] [FONT=Century Gothic][SIZE=3][B]1 - by Disk utility[/B] [URL="http://www.youtube.com/watch?v=1p47CLgRd6Y&feature=youtu.be"]see the video[/URL] // simplest way[/SIZE][/FONT] [FONT=Century Gothic][SIZE=3] [/SIZE][/FONT] [FONT=Century Gothic][SIZE=3][B]2- by Gparted tool[/B] [URL="http://www.youtube.com/watch?v=IloEDkHHkAs&feature=youtu.be"]see the video[/URL][/SIZE][/FONT] [FONT=Century Gothic][SIZE=3]// you can install it from Ubuntu software center or you can install is by typing [/SIZE][/FONT] [FONT=Century Gothic][SIZE=3][SIZE=4][B]sudo apt-get install gparted [/B][/SIZE] [/SIZE][/FONT][FONT=Century Gothic][SIZE=3][B]3- by using Terminal[/B] [URL="https://www.youtube.com/watch?v=z6TEh762Vec"]see the video[/URL][/SIZE][/FONT] [FONT=Century Gothic][SIZE=3]go to super mode by typing "su" followed by super mode password[/SIZE][/FONT] [FONT=Century Gothic][SIZE=3][SIZE=4][B]fdisk -l[/B][/SIZE] [/SIZE][/FONT][FONT=Century Gothic][SIZE=3]that will show all the volume in your pc or you can also use the [/SIZE][/FONT] [FONT=Century Gothic][SIZE=3][SIZE=4][B]df[/B][/SIZE] [/SIZE][/FONT][FONT=Century Gothic][SIZE=3]to see the usb flash drive, suppose it may be /dev/sdb1[/SIZE][/FONT] [FONT=Century Gothic][SIZE=3][SIZE=4][B]umount /dev/sdb1[/B][/SIZE] [/SIZE][/FONT][FONT=Century Gothic][SIZE=3]that un mount the drive[/SIZE][/FONT] [FONT=Century Gothic][SIZE=3][SIZE=4][B]mkfs.vfat /dev/sdb1[/B][/SIZE] [/SIZE][/FONT][FONT=Century Gothic][SIZE=3]to format drive into fat32 format[/SIZE][/FONT] [FONT=Century Gothic][SIZE=3] [/SIZE][/FONT] [U][FONT=Century Gothic][SIZE=3][B]EDIT[/B][/SIZE][/FONT][/U] [SIZE=4][B][FONT=Century Gothic]mkfs.vfat -n 'name_for_your_pendrive' -I /dev/sdb1[/FONT][/B][/SIZE] [FONT=Century Gothic][SIZE=3]to add name for your pendrive[/SIZE][/FONT] [/LEFT] [/QUOTE]
Insert quotes…
Verification
Hath warak paha keeyada? (hatha wadikireema paha)
Post reply
Top
Bottom