Questions tagged [format]
The arrangement of data for storage or display, also used as a term to empty a partition.
622 questions
71
votes
3
answers
234k
views
16 GB USB flash drive capacity down to 938 MB
After writing the FreeNAS IMG to a 16 GB USB flash drive, I can now only use 938 MB. I used the Win32 Disk Imager tool to write the IMG to the device. Then later, when I inserted the the USB drive ...
56
votes
2
answers
114k
views
convert .mov video to .mp4 with ffmpeg
I am trying to convert a .mov video to .mp4 with ffmpeg:
ffmpeg -i ~/Desktop/Sample.mov ~/Desktop/Sample.mp4
This doesn't work though, and when I try to open the produced video in quicktime it tells ...
27
votes
3
answers
35k
views
What does sfdisk do, and how does it compare to fdisk or parted?
I was looking over documentation for ZFS for Linux and I came accross a command that the instructions tell me to run to prepare a disk for use.
The command was;
sfdisk -q /dev/zvol/tank/fish <<...
23
votes
5
answers
62k
views
What is the best drive format to share data between Mac, Linux and OS X?
Note: I'm not asking how... I know that. I'm currently using Paragon Software's drivers which let you access all drive formats from all OSes (e.g. the Linux drive from OSX or the OSX drive from Win7, ...
21
votes
2
answers
153k
views
Whatsapp video format support
What video formats are supported in the WhatsApp for Android and Whatsapp Windows desktop apps (specially the later one)?
I receive the error Video is not supported when I drag a video file into the ...
20
votes
7
answers
100k
views
How do I find out the audio format of a wav file?
In Windows XP, I used to use sndrec32.exe (Sound Recorder accessory) to open a wav file and the get properties on the file. This would display the length, data size, and audio format (e.g. GSM 6.10 8....
19
votes
3
answers
4k
views
Should I choose 'Format' or 'Format (Quick)' when installing Windows XP?
When installing Windows XP, there is a prompt for formatting the disk. What is the difference between an NTFS 'format', and an NTFS 'format (Quick)'?
19
votes
5
answers
12k
views
How can I securely format a solid-state drive?
When selling / throwing away / giving away HDDs I always use DBAN to do a DoD wipe first.
Is this still a valid thing to do on an SSD?
Will it have an adverse effect on the SSD's lifespan?
18
votes
3
answers
82k
views
How to format/indent single-line XML files in Notepad++ x64?
For a long time the TextFX plugin did the job for the Notepad++ 32-bit version via the menu TextFX > TextFX HTML Tidy > Tidy: Reindent XML.
In January 2012 Notepad++ v5.9.8 didn't include the ...
15
votes
4
answers
343k
views
How to format/repair a write-protected USB drive with I/O errors? [duplicate]
I ordered a bunch of 1GB usb drives from a semi-shady Chinese company. Most of them work just fine, but a couple of them won't let me format them because they are "write-protected." There is no write ...
14
votes
2
answers
7k
views
"du -h" with more decimal places
I'm working on a little util tool written in bash that gives me some information about a game server on Linux. For that reason I need a possibility to display the size of the file contents.
I'm doing ...
13
votes
3
answers
6k
views
What is the difference between a quick and full format?
I am installing Windows XP on a computer and again I got to the point where it asks you to choose between a quick format and a full format. What is the difference? I know with Windows 7 & 8 ...
13
votes
2
answers
6k
views
Is ISO 32000-2:2017 (PDF 2.0) really an open or free format? [closed]
Is it open?
According to Wikipedia, PDF is an open format.
But the ISO charges 198 Swiss francs for you to download the PDF 2.0 specification.
Now according to free_file_format (first ref in the ...
12
votes
1
answer
315
views
Three formats? Why?
I needed to download the Ruby Source recently from here and it says, "available in three formats" which are .tar.bz2, .tar.gz and .zip. Is there any reason that we need all three formats? At least on ...
11
votes
1
answer
9k
views
ImageMagick mogrify does not overwrite original files
I would like to convert image formats.
I can use 'convert' command, but it made another image.
So I searched and find 'mogrify' command in ImageMagick official page.
What I did was
mogrify -...