Skip to content
  • About Us
  • Contact Us
  • Privacy Policy
  • Terms and Conditions

Programming Tutorial

Start Learning to Code

  • About Us
  • Contact Us
  • Privacy Policy
  • Terms and Conditions

Breaking News

Nextjs: running code after complete fetch

why does 400 status code result always entercatch block execution with axios?

Saving the state of the button onClick

TypeScript: Specify that value must be in Array using spread operator

Show separate number with comma in django tempalte

Why does my website keep showing old index.html, style.css, app.js…?

Using Python Flask to change the colour of an icon when it detects a words like scam, pending and verified

x clear icon appears only when the input has value – react

Login button redirects to two pages. For first time loginers, it redirects to agreement page, and for rest, it redirects straight to home?

WebComponent setter not triggered if defer is used

Tag: filesystems

Linux

Understanding LTO block sizes

admin June 19, 2021

I’m currently working with a LTO Tape drive (LTO 3 to be more specific) and I’m looking for some explanation of the block sizes. As I know, there are two supported modes: 0 for a variable block size …

filesystemslinuxltotapewindows Comment on Understanding LTO block sizes
Linux

Is it safe to interrupt when “fallocate –dig-holes” is running?

admin May 7, 2021

I use fallocate –dig-holes on very large disk images to make it sparse in-place. I’m worried that this operation may not be atomic. My questions are, Is my data guaranteed to be safe (holes are …

disk-imageext4filesystemslinuxsparsefile Comment on Is it safe to interrupt when “fallocate –dig-holes” is running?
Linux

Why empty drive size differs from available space

admin April 13, 2021

I’ve just formatted a 500G disk and mounted it to /data folder. ~ 🙂 df -h Filesystem Size Used Avail Use% Mounted on udev 3.9G 0 3.9G 0% /dev tmpfs 795M 748K 795M …

filesystemslinuxubuntu-18.04 Comment on Why empty drive size differs from available space
Windows

How many folders can I put in one Windows folder?

admin February 7, 2021

I have a 10M folders. Each folder contains 13 files. All these folders I would like to put in one main folder (root). Is there any limitation in Windows Server for that?

file-organizationfilesystemswindowswindows-explorerwindows-server
Windows

How to recursively rename a directory tree to valid Windows filenames?

admin December 26, 2020

I am trying to copy a number of directories containing MS-DOS games from a Linux to a Windows computer. However, I am getting a [WinError 267] The directory name is invalid. Here is a listing of a few …

bashfilesystemslinuxwindows
Windows

How to check which files are corrupted in PowerShell

admin December 15, 2020

I often run chkdsk /f X:(X here stands for actual drive letters), to check and fix filesystem errors, but it doesn’t report which files are corrupted. I use PSCore7.1 on Windows 10 20H2 x64, I want to …

file-corruptionfilesystemspowershellwindows
Windows

How to access WSL2 filesystem when mounting the drive that the WSL2 filesystem lives on?

admin December 8, 2020

I have a SSD that went bad last weekend, and it put itself in read-only mode. I can still mount it using a rescue CD, but I can’t boot into Windows 10. I was running WSL2 on that Windows install, and …

filesystemsmountwindowswindows-subsystem-for-linuxwsl2
Windows

How to setup Windows File Explorer to automatically open locations with custom “aliases” in the Address Bar (like “desktop” or “program files”)?

admin November 24, 2020

I am trying to automate our project’s directory and I thought that setting up aliases could help a lot. They need to be accessible from anywhere and, ideally from the Windows File Explorer Address Bar….

filesystemsshellwindowswindows-7windows-explorer
Windows

Character in filename that makes it sorted in last position in Windows

admin November 11, 2020

A common trick to have files sorted first in Windows Explorer is to add the _ character as prefix, as displayed in the screenshot below. Question: Which character can I add to the filename to have a …

filesystemswindowswindows-7windows-explorer
Windows

Understanding where ‘creation time’, ‘accessed time’ , ‘modified time’, etc are saved in a file in Windows

admin October 15, 2020

This is part of my job and spent over a week understanding the timestamps. I could open a file in hex editor. But I cannot understand where the timestamps are stored. Request anyone to help me, I am …

filesystemswindows

Posts navigation

1 2 … 10 Next
Privacy Policy