Questions tagged [format]
41 questions
23
votes
4 answers
Would SSD drives benefit from a non-default allocation unit size?
The default allocation unit size recommended when formatting a drive in our current set-up is 4096 bytes. I understand the basics of the pros and cons of larger and smaller sizes (performance boost vs. space preservation) but it seems the benefits…

davebug
- 905
- 2
- 8
- 17
11
votes
3 answers
ansible manipulate file with a date format
In ansible, I would like to manipulate files/directories/archive that are composed or to composed like this:
How would I do that. It seem Ansible is not able to handler that. (I doubt).
So, what I do wrong ?
Ex:
- name: create file with a date in…

yield
- 771
- 1
- 9
- 24
9
votes
1 answer
Server 2012 Core (no GUI) - How to manage disks?
I am working on Server 2012 which doesn't have a GUI. For now, I have two hard disks. My first one is already formatted and I see it as C:
Now, I'd like to format my second hard drive and create a D: partition.
Are there any ideas how could I…

hpsoftware
- 137
- 1
- 3
- 10
9
votes
4 answers
Which tar file format should I use?
tar can create the archive in different formats. GNU tar, ustar, pax, v7.
What would be the best for long time archiving?
Is there significant differencies in these formats?
I would use the best format for general backups, and I don't want that…

Glendyr
- 621
- 2
- 7
- 12
8
votes
7 answers
Which archive/compression format?
Zip, Rar, 7z, Gzip, BZip2, Tar etc. I'm hearing 7z is the flavor of the month, why? Is it best for all situations or are there better choices for specific situations.
Or maybe the actual file archiver ie WinZip, WinRar, 7Zip etc (as opposed the…

Ash
- 273
- 4
- 7
7
votes
2 answers
Parseable NGINX accesslog files with delimiters
The default NGINX format is this:
log_format combined '$remote_addr - $remote_user [$time_local] '
'"$request" $status $body_bytes_sent '
'"$http_referer" "$http_user_agent"';
Which is a bit hard to parse. I am…

Kasper Grubbe
- 311
- 4
- 9
3
votes
1 answer
Is there a way to determine the log format if given a ".log" file?
Is there a way to determine the kind of log (so that it can be parse correctly) if I have no prior information about the type (for eg. syslog, apache log, IIS log) of log it is? I am trying to write a Grok filter for the logs but I have no idea what…

shruti gupta
- 33
- 1
- 4
3
votes
1 answer
Possible to reformat and reinstall OS on server via the console management server?
If one has access to a console server providing serial port access to a server, is it possible to reformat and re-install an OS on the server remotely?
Note that creating partitions under the existing OS and booting from an alternate partition is…

Ben Walther
- 143
- 5
3
votes
3 answers
How to format a partition under FreeBSD
I want to format a partition under FreeBSD and change it to UFS filesystem.
I searched the web but even the "fdisk" man page is not clear at all.
Any help would be clearly appreciated !
My current partition is :
fdisk /dev/da0
******* Working on…

db_ch
- 648
- 5
- 14
- 21
2
votes
1 answer
bind: dns_master_load: file format mismatch
I have set a slave DNS server for myzone.info domain. After reloading bind 9.9.5 on Ubuntu, syslog gives the following messages:
Jul 13 17:12:14 dns2 named[18599]: dns_master_load: file format mismatch
Jul 13 17:12:14 dns2 named[18599]: zone…

Teresa
- 21
- 1
- 3
2
votes
1 answer
Disk not shown in Solaris 11.1 format tool
I have a Sun Fire T2000 with up-to-date firmware, running Solaris 11.1.
I have inserted two SEAGATE-ST914602SSUN146G-0400-136.73GB HDDs in bays 2 and 3.
Both drives show OK in the ALOM and are visible to raidctl. However, the disk in bay 2 does not…

retrodev
- 237
- 4
- 13
2
votes
3 answers
Help with formatting C:\ drive on Dell Inspiron E1505
I have a Dell Inspiron E1505 which I formatted recently to install Mac OSX. Basically this is what I have done:
Formatted the c:\ drive creating a separate partition of about 50 GB ( out of 80 GB..so my C:\ is now 30GB and the new drive M:\ is…

vj.
- 121
- 2
2
votes
2 answers
IIS w3c logfile order of the different fields?
I have a W3C logfile of IIS access log.
I can't find out what the numbers mean:
2012-10-25 19:18:00 10.234.150.43 GET /status.aspx - 8080 - 10.0.0.1 - 200 0 0 0
Of course some of the fields are clear, but what do the three zero's at the end stand…

Jaap
- 367
- 3
- 16
2
votes
1 answer
How can I create a bootable USB ISO stick without formatting the stick
I know that there are many well-known methods for creating a bootable USB stick, but all these alternatives needs to format the USB stick.
What I'm looking for is some alternative method to create an USB bootable stick without the need of formatting…

mp19uy
- 121
- 1
- 1
- 3
2
votes
3 answers
quickly empty a Linux partition
I want to empty out all the data on a partition. What is the quickest way to do this? It is an Amazon EBS volume if that matters.

shantanuo
- 3,579
- 8
- 49
- 66