-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fdisk -d fails #17
Comments
yeah, that’s probably an OSX only option. The intent is to determine the On Mon, Nov 30, 2015 at 9:58 AM, vrx [email protected] wrote:
Eric Gradman TWO BIT CIRCUS Inventors | Developers | Performers |
that's right, thanks, -d is osx only ! and yes, my image is based on latest jessie but after some changes... and actually i get a slightly different offset for the root offset |
yikes! either:
in either case, you should try booting the system and mounting On Mon, Nov 30, 2015 at 12:30 PM, vrx [email protected] wrote:
Eric Gradman TWO BIT CIRCUS Inventors | Developers | Performers |
i used virtualbox but i try to mount boot /etc/fstab is |
true for both values of Can you verify that /vagrant/rpi.img is present and readable? On Tue, Dec 1, 2015 at 1:34 PM, vrx [email protected] wrote:
Eric Gradman TWO BIT CIRCUS Inventors | Developers | Performers |
yes operation not permitted is issued for both values, and notice that there is no mention of root in /etc/fstab sorry i am probably missing something - first time i am trying this method... |
yeah, there’s no mention of root in my fstab either. That’s OK. Can you I also notice that your image file is 7.5GB. Mine is 4.0GB. That Another thought: It would be nice to eliminate the possibility that the Also, this method is totally rough and I appreciate your patience and help On Tue, Dec 1, 2015 at 2:31 PM, vrx [email protected] wrote:
Eric Gradman TWO BIT CIRCUS Inventors | Developers | Performers |
I just tried with a fresh raspbian (jessie) image and it seems much better I changed even if from vagrant provision i get this error message
I am still able to ssh to the system and see Now, I used a completely fresh image and was trying to download of90 directly from the virtual machine, but as a matter fact i quickly runs out a space on the device. I must admit that i don't really understand what's happening - can i permanently change the content of the .img file ? |
As I am not running from OsX, but from Windows 10 I am only able to run the tool.py from within the Ubuntu 14.04 image. There the fdisk -d doesn't work, however sfdisk -d gives a slightly different output-format. In answer to the question of Egradman: OsX - fdisk seems to give incorrect values for -d: https://github.com/adriangligor/osx-fdisk By the way, I tried to add a readme for using a Windows 10-host, which immediately created a fork: |
When using tool.py, fidsk -d command fails as -d option is not recognized (i can't find it on man page).
The text was updated successfully, but these errors were encountered: