Restoring your USB key to its original state using Linux. The following manual tasks to restore a USB drive can be performed using a terminal window. First we need to delete the old partitions that remain on the USB key. Open a terminal ctrl+alt+t and type sudo su; Type fdisk -l and note your USB drive letter. Divxenc is an advanced and powerful interactive menu-driven shell script written for the GNU/Linux operating system which can help you to encode a DVD, a (S)VCD or a regular video file to the MPEG-4 SP/ASP format using the MEncoder encodert. How to factory reset back to original OS from Linux? Jump to solution. My only real option to get my laptop doing anything at all was to format it and install Linux Mint. So now my laptop is working well with Linux on it but I need Windows for work because I need access to very specialized software.
- Format Factory Linux Mint
- Linux Format Hard Disk
- Format Factory For Linux
- Download Format Factory Linux
- Linux Format Magazine
Format Factory is a multifunctional media converter which is capable of converting a lot videos, audios and pictures. I think it's the best freeware of its kind. As we know that there are many Format Factory reviews on the Net, not for manuals. Since there is no guide on Format Factory on the official website, this step-by-step tutorial shows you how to use Format Factory to convert videos to other formats and play on your devices.
Step 1 Download Format Factory
Suppose you haven't done so, open your web browser and go to the official site of Format Factory or click here to download Format Factory. Double click the set-up file icon and follow the follow-up wizard to install the program.
Step 2 Select Output Format
Now open Format Factory, you will see the interface as below. From the left panel, you will see a lot of formats under 'Video', select one and your video files will be converted to this specific format. For example, we select 'All to AVI' and we are converting videos to AVI.
Step 3 Add Video Files
On the next screen, you will need to import your video files to Format Factory. Click on 'Add File' button to navigate to the folder where your source files are saved and add them to the program.
Step 4 Output Setting (Optional)
There are a few things you can customize. From the 'Profile' drop-down list, you can select video quality and size. You can also set Video Stream, Audio Stream, Additional Subtitle, Watermark, Bitrate, and more. Basically, the default setting should work fine.
Step 5 Start Converting Videos
If you are sure about all settings, now you are only a click away. From the top tool bar, click on 'Start' button and wait for the conversion to finish.(NOTE: As the file is being converted, you will be able to see its progress as it is converted. The time required will vary based on your original file's size and the speed of your computer.)
Step 6 Find Files
If you didn't customize the output folder, you may go to My Documents on your computer. There will be a folder in My Documents titled FFOutput. Your converted files will be in that folder. Alternatively, you can simple select 'Output Folder' to locate the finished videos.
By following this Format Factory guide, you may find it's pretty easy to convert videos using Format Factory. Steam 32 or 64 bit. If you are looking for an alternative, Video Converter is one of the best and most reliable programs which lets you convert any videos, HD videos and audios.
Ready to try or buy?
After having tooled around with a USB Linux version using your dd raw image overwritten or multi partitioned flash pen drive, you might find it necessary to revert it back to a single fat, fat32, exFAT or NTFS partition. Essentially recovering or restoring the USB flash pen drive back to its original state. This allows the storage device to be readable again, and usable by all computers.
You'll find this particularly necessary after working with tools such as Etcher to burn an ISO or Win32 Disk Imager to write an image. Depending on the file used, these tools can make your USB device appear corrupted or unreadable. This is because these tools use raw-write style dd tasks to put an .img or .iso file on a USB flash drive. As a result, the existing boot record, partition table data, and filesystem is overwritten with that of the raw image file.
Windows users can follow the instructions below to Repair or Restore a Flash Drive using Diskpart, BOOTICE, or the SD Formatter. Mac OS users should also be able to use the SD tool. For those working from Linux this task can easily be accomplished via fdisk. As shown in the related the Linux Flash Drive Restoration tutorial.
Easily Restoring your USB key from Windows, Mac OS, or Linux
How to Restore a USB drive using Diskpart – Windows
- Open a command Prompt as administrator (cmd.exe)
- Type Diskpart then press Enter
- Type List Disk then press Enter
- Type SelectDisk X (where X is the disk number of your USB drive) then press Enter
- Type Clean then press Enter
- Type Create Partition Primary then press Enter
- Type Format fs=Fat32 Quick then press Enter (You can also use NTFS or exFAT)
- Type Active then press Enter
- Type Exit then press Enter
Restore a USB with SD Formatter Tool – Windows/Mac OS
Unrarx 64 bit. Windows and or Mac OS users could use the SD Formatter Tool to reformat and restore a USB Drive.
Using BOOTICE to repair a USB drive
Windows users can also simply use BOOTICE to format and restore a flash drive. The tool uses a simple and intuitive GUI.
- Download, extract, then run Pauly's BOOTICE Tool
- (1.) Select your USB Flash Drive from the list, (2.) Click Parts Manage
- (1.) Click Repartitioning
- (1.) Under Disk Mode, Choose USB-FDD, USB-HDD, or USB-ZIP mode I use USB-HDD as it works with every BIOS I use. (2.) Click OK
Restoring your USB key to its original state using Linux
Format Factory Linux Mint
The following manual tasks to restore a USB drive can be performed using a terminal window.
A. First we need to delete the old partitions that remain on the USB key.
- Open a terminal ctrl+alt+t and type sudo su
- Type fdisk -l and note your USB drive letter
- Type fdisk /dev/sdx (replacing x with your drive letter)
- Type d to proceed to delete a partition
- Type 1 to select the 1st partition then press enter
- Type d to proceed to delete another partition, if necessary. (fdisk should automatically select the second partition)
Linux Format Hard Disk
B. Next we need to create the new partition.
- Type n to make a new partition
- Type p to make this partition primary then press enter
- Type 1 to make this the first partition then press enter
- Next press enter to accept the default first sector
- Press enter again to accept the default last sector
- Type w to write the new partition information to the USB key
- Type umount /dev/sdx1 (replacing x with your drive letter)
Format Factory For Linux
C. The last step is to create the fat filesystem.
- Type mkfs.vfat -F 32 /dev/sdx1 (replacing xwith your USB key drive letter)
Download Format Factory Linux
That's all there is to it, you should now have a restored USB key with a single fat 32 partition that can be read from any computer.
Linux Format Magazine
Recommended Fast Solid State USB Flash Drives
We are an Amazon affiliate. Any purchase made during your session visit to Amazon via the products linked below, (even of a different product than listed) help support this site. This is an excellent way to get a Fast Flash Drive while showing your continued support! Thanks for your Patronage ;)Restore Your USB Key to its original state published under USB Help and Flash Drive Tools, Using and Configuring Linux