View Single Post
  #3   (View Single Post)  
Old 22nd July 2016
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,984
Default

To answer one very specific question:
Quote:
Originally Posted by Funkygoby View Post
When does OpenBSD fdisk proceed? I though that any writing on disk wouldn't occur until I say so?
In command mode, "quit" will write your changes. You must use "exit". Excerpted from fdisk(8).
Code:
     exit    Exit the current level of fdisk, either returning to the
             previously selected in-memory copy of a MBR, or exiting the
             program if there is none.

     quit    Exit the current level of fdisk, either returning to the
             previously selected in-memory copy of a MBR, or exiting the
             program if there is none.  Unlike exit it does write the modified
             block out.
Reply With Quote