Skip to content

Dirk Mittler's Blog

A Journal of my Ongoing Experiences.

-4°C
Wind: 33km/h WSW
Scattered Clouds
Humidity: 68%
Montreal, according to OpenWeatherMap
Thu
-7°C
Fri
-1°C
Sat
1°C

Weather Widget by interconnect/it

During bad weather, this site can go down. If it does, please try again later.

This Is A Log File of the IP-Address inconsistencies, that followed from down-time, since March 20, 2019, Or, of the last 500 hours of known IP-Addresses.

Tags

  • Android
  • Apache
  • Custom-Compile
  • DCT
  • Debian
  • Debian 9
  • Debian Stretch
  • Desktop Compositing
  • Downtime
  • DSL Problem
  • Future Downtime
  • GPU
  • HBS-750
  • IPv6
  • Kanotix
  • KDE
  • Kernel Update
  • Linux
  • Linux Laptop
  • memcached
  • MOSFET
  • MP3 Compression
  • MySQL
  • NG-SPICE
  • NVidia
  • OpenCL
  • OpenVPN
  • Pixel C
  • Plasma 5
  • Power Failure
  • PulseAudio
  • Quantum Mechanics
  • Reboot
  • RTL8723BE
  • Samba
  • Sound Compression
  • Successful Update
  • System Update
  • Teredo
  • Unattended Upgrades
  • Update
  • WiFi Disconnects
  • WiFi Problem
  • WordPress
  • X-Server

Most Directly-Viewed, Individual Posts

  • One reason Why, It is Difficult For Me to Guess, at the Variable-Length Encoding of numbers, Chosen By Other People (88,171)
  • I can offer a sound-compression scheme that I know will not work, as a point of reference. (70,086)
  • The Possibility of a Side-Register (55,948)
  • Some Observations About LISP (14,096)
  • Testing the Focusrite Scarlett 2i2 external sound device, with my Samsung S6 Smart-Phone (13,207)
  • I now have Linux installed on my Samsung Galaxy Tab S. (6,262)
  • Pixel C Keyboard Pairing Problem – Solved. (4,789)
(Hit Counters Installed March 5, 2016)

Recent Posts:

  • An Observation About Chrome OS
  • Just performed a wanton reboot of my Modem/Router.
  • Power Failure, Downtime
  • Using MPD with Cantata.
  • Some realizations about Digital Signal Processing
  • About a minor (Home-Screen) nuisance I’ve experienced on Android deviceS.
  • A problem that seems to exist in modern manufacture of metals.

Recent Comments

  • Just performed a wanton reboot of my Modem/Router. | Dirk Mittler's Blog on Power Failure, Downtime
  • Power Failure, Dowtime | Dirk Mittler's Blog on How DynDNS Works
  • Some realizations about Digital Signal Processing | Dirk Mittler's Blog on Comparing two Bose headphones, both of which use active technology.
  • Dirk Mittler on Debiasing Bit-Streams

Archives

Categories

Pages

  • A summary of my Site
  • About the Dates / Modification Time-Stamps
  • About The Translations – And The Missing Pieces Of Text
  • Communication Through Entanglement?
  • Permalinks
  • Posting Comments
  • Sample Artwork Made With FOSS
  • Some Nastiness that had taken place, with my Blocks Of Code
  • Submit Feedback
  • The Most Directly-Viewed, Individual Posts
  • The Superfluid Fountain
  • Viewing The Equations On My Site

Feedback Form:

Open Feedback Form

Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org

Tag: Write-Locking

Why a Non-Mounting File System is Unlikely

In This Posting, I shared a loose thought, on whether it was at all possible, that unlike how it works under Linux, under Windows or OS/X the file system might not require mounting or unmounting.

Here is The problem with that thought. On any multi-tasking O/S, there can be many user-space processes, all of which are opening and closing files, for writing as well as reading. The only way in which this will not corrupt the FS, is when all these requests take place though the kernel. The kernel makes sure, that the FS stays consistent while this is happening.

Trying to allow multiple user-processes to do this, but not with any sort of discipline, would be a little like attempting to repair an already-corrupted File System, while it is in use – i.e. while it is mounted. Doing so is certain to mess it up completely.

The only case in which such a thing can exist, is in single-tasking environments.

Also, there is a good example of an O/S, which mounts and unmounts, in the background, without telling the user: Android. This is an O/S which is based on the Linux kernel, and which therefore inherits what the Linux kernel does. One of those tasks, is to mount and unmount any FS.

Dirk

Note Added Same Day:

We recognize that under Windows, one process is allowed to write-lock a file, so that other processes cannot write to it. This also exists under Linux. It is meant to allow processes to synchronize the actual content-data of the file. But this is a separate issue, from the File-System Meta-Data.

The same way, two processes can each write-lock one file, and each write changes to the data of their file. Both of these processes are then writing changes to the same File System. And both of them are changing the meta-data of the file system, that needs to remain consistent.

Also, the listings of the Directories, which under Windows are just referred to as Folders, do not contain that meta-data…

 

Posted on October 25, 2016October 25, 2016Tags Android, FS Corruption, Linux Kernel, Meta-Data, Mounting, Multi-Tasking, Unmounting, Write-LockingLeave a comment on Why a Non-Mounting File System is Unlikely
Proudly powered by WordPress