Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 684944 Details for
Bug 895946
Got incorrect block count number when resize ntfs file system via "ntfsresize_opts"
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
ntfsresize reproducer script
ntfsresize.sh (text/plain), 437 bytes, created by
Richard W.M. Jones
on 2013-01-22 08:41:08 UTC
(
hide
)
Description:
ntfsresize reproducer script
Filename:
MIME Type:
Creator:
Richard W.M. Jones
Created:
2013-01-22 08:41:08 UTC
Size:
437 bytes
patch
obsolete
>#!/bin/bash - > >set -e >#set -x >#export LIBGUESTFS_TRACE=1 > >guestfish -N fs:ntfs <<EOF > >mount /dev/sda1 / >statvfs / | grep ^blocks: >umount / > >echo Resizing filesystem to 10000 blocks ... >ntfsresize /dev/sda1 size:$((10000*4096)) force:true > >mount /dev/sda1 / >statvfs / | grep ^blocks: >umount / > >echo Resizing filesystem to original (full) size ... >ntfsresize /dev/sda1 force:true > >mount /dev/sda1 / >statvfs / | grep ^blocks: >umount / > >EOF
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 895946
: 684944