Formatting Hard Drive in windows

What is the differences between quick format and normal format in windows? I Just formatted my external Hard Drive by quick format and it took a minute to complete and then I just started formatting the hard drive by normal formatting and it is still going. It’s about two and a half hour I started … Read more

HP Elite 8300 SFF – Recovery without Recovery Partition… where’s my image? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 5 years ago. Improve this question I’m trying to re-image my machine… at the moment it doesn’t have ANY os on it, as the drive has been wiped, thus … Read more

How to I retain text case while using %h in mt-daapd’s config file? [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 9 years ago. In my mt-daapd config file is the line … Read more

Getting \r\n newlines to display properly in Mantis database

I’ve exported a Mantis project from one server to another and despite the MySQL SQL file (from which it was populated) showing: (15375,’\r\n1. Log out\r\n\r\n2. When logging in, start … The final end-user view loses the \r\n and shows it only on one line: 1. Log out 2. When logging in, start typing When viewing … Read more

Formatting a disk and creating a partition using the maximum amount of cylinders through bash

Usually we would use parted or fdisk to create a new partition, but in my case I want to do this non-interactively in a script. An interactive fdisk session would look like this: # fdisk /dev/sdb Command (m for help): n Command action e extended p primary partition (1-4) p Partition number (1-4): 1 First … Read more

Order of execution: First file system, then array vs. first array, then file system

Suppose I have two HDDs, same manufacturer, same model, same attributes (volume, speed, cache, …). Both are equally partitioned. I want to have a level one array of two disks with one ext4 partition. Tool of choice: mdadm. Which one is better? a) Format each disk partition and then create the array. b) Create the … Read more

How do I force a date/time format for traffic captured with tshark using “-T fields”?

I’m capturing traffic with tshark into a CSV file using “-T fields”, but whatever I try I can’t get a nice ISO date or even changing the timezone to UTC. The command I’m using is tshark.exe -i 2 -c 1 -T fields -e frame.time This gives me Capturing on ‘Realtek PCIe FE Family Controller’ May … Read more