| bio | website | thefamouslab.com |
|---|---|---|
| location | Los Angeles, CA | |
| age | 30 | |
| visits | member for | 3 years, 5 months |
| seen | Apr 2 at 20:03 | |
| stats | profile views | 15 |
I like cheese and meat.
|
Feb 18 |
awarded | Notable Question |
|
Aug 3 |
awarded | Popular Question |
|
Aug 8 |
accepted | Unable to mount fat drive in linux |
|
Aug 8 |
comment |
Unable to mount fat drive in linux So instead of that, since this is on EC2, I just made a new instance of a suse premade that had vfat ready to go, and all was well. You were right, I just didn't do it that way. :) |
|
Aug 8 |
comment |
How to mount a .bin image file in linux Thought I would post here to complete the loop. I just ended that ec2 instance and found a suse pre-made that had vfat ready to go, and your mount option worked like a charm. I owe you big time osgx! |
|
Aug 8 |
comment |
Unable to mount fat drive in linux So if that modprobe command doesn't work on it's own, I need to rebuild the kernel either way? |
|
Aug 7 |
comment |
Unable to mount fat drive in linux And then what? Rebuild the kernel? Is there no way to modprobe it active? |
|
Aug 7 |
comment |
How to mount a .bin image file in linux serverfault.com/questions/298636/… |
|
Aug 7 |
asked | Unable to mount fat drive in linux |
|
Aug 7 |
accepted | How to mount a .bin image file in linux |
|
Aug 7 |
comment |
How to mount a .bin image file in linux K, this is definitely down the rabbit hole, gonna make a new question |
|
Aug 7 |
revised |
How to mount a .bin image file in linux updating with progress |
|
Aug 7 |
comment |
How to mount a .bin image file in linux Yeah, I could do whatever, it's just an EC2 machine. I've got the results, but I'm going to post it back into the question with updated progress so the whole thing is here. |
|
Aug 6 |
awarded | Commentator |
|
Aug 6 |
comment |
How to mount a .bin image file in linux Gives the wrong fs type error, and dmesg | tail gives: [12418.336620] FAT: IO charset iso8859-1 not found -- I tried utf8 and iso9660, but they didn't work either |
|
Aug 6 |
comment |
How to mount a .bin image file in linux okay, so I did it as root instead of sudo and it worked, don't get that, but whatever. Still won't mount, this is the file-sk: /dev/dm-2: x86 boot sector, code offset 0x58, OEM-ID "BSD 4.4", sectors/cluster 64, heads 255, sectors 3907024821 (volumes > 32 MB) , FAT (32 bit), sectors/FAT 476816, reserved3 0x1000000, reserved 0x1, serial number 0x5cb415f7, label: "SOURCE-PSE " DOS executable (COM), boot code |
|
Aug 6 |
comment |
How to mount a .bin image file in linux No dice: losetup /dev/loop1 image-NPX7P-0000.bin; kpartx -av /dev/loop1; /dev/loop1: Permission denied /dev/mapper/control: open failed: Permission denied Failure to communicate with kernel device-mapper driver. device mapper prerequisites not met |
|
Aug 3 |
comment |
How to mount a .bin image file in linux Well my genius knows no bounds. I did the second method, thinking I wouldn't need the extra space at least for that part, but didn't think about it catting to the other file and needing 3TB total. So I gotta regrab the files. That'll take a while then I'll post my results. |
|
Aug 2 |
comment |
How to mount a .bin image file in linux Tells me I must specifiy a filesystem type, but I have no idea what to put. ntfs and iso9660 did not work |
|
Aug 2 |
comment |
How to mount a .bin image file in linux added in the file -k info |