Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
emulab-devel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Emmanuel Cecchet
emulab-devel
Commits
0aef0d0c
Commit
0aef0d0c
authored
20 years ago
by
Mike Hibler
Browse files
Options
Downloads
Patches
Plain Diff
Add an item for adding an option to deal with skipping space outside of
any partition or slice.
parent
10cc60c1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
os/imagezip/TODO
+21
-0
21 additions, 0 deletions
os/imagezip/TODO
with
21 additions
and
0 deletions
os/imagezip/TODO
+
21
−
0
View file @
0aef0d0c
...
...
@@ -25,3 +25,24 @@ Things to do for image*:
6. Create a "signature" file for an image using a collision-resistant hash
like MD5 or SHA-1. See TODO.hash for more.
7. Add an option to exclude (skip) disk blocks outside of any DOS partition.
By default, we want to include these blocks in the image since some
systems stash magic info this way IBM laptops for instance). But in
some cases we want to ignore it. Since the MBR often falls in the
outside-of-any-partition catagory (e.g., DOS partition 1 starting at
sector 63, aka cylinder 1), we may need to further break this down into
"before first part", "between parts", "after last part". Also need an
option to exclude space outside a filesystem but inside a DOS partition
(e.g., when creating a small filesystem in a large partition). This is
highly dependent on the filesystem type, but presumably we can easily
detect space beyond the end of the FS. "Before the start" probably
doesn't make sense for most filesystems. Hmm...for FFS we can detect
space outside a BSD partition in addition to space beyond the end of
a filesystem but inside the BSD partition. Yuk! Maybe we keep it
simple and have a single option and just treat things like the MBR
special.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment