It was quite a long time ago, but I think that I just opened the file
with Python - something like:

sudo python
f = open('/dev/something', 'rw+')
f.seek(somewhere)
s = f.read(512)
f.seek(0)
f.write(s)
f.close()

I'm writing this to illustrate what I think I did - so please check
before you do something.

-- 
ntfsresize doesn't back up the boot sector
https://bugs.launchpad.net/bugs/324166
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to