Difference between revisions of "Mounting RW image on VICE"
From Jay's Cafe' Wiki
Jayctheriot (talk | contribs) m |
Jayctheriot (talk | contribs) m |
||
Line 9: | Line 9: | ||
Create SD Card with partitions using gparted. Partitions formatted as FAT32, 33MB. Block size of 512 | Create SD Card with partitions using gparted. Partitions formatted as FAT32, 33MB. Block size of 512 | ||
Using DD, capture the image of the SD Card: | Using DD, capture the image of the SD Card: | ||
< | <pre> | ||
dd if=/dev/sd<Letter> of=<raw image filename.img> | dd if=/dev/sd<Letter> of=<raw image filename.img> | ||
</ | </pre> | ||
<pre> | <pre> |
Revision as of 07:17, 22 June 2018
Problem: Running ImageBBS v1.2a+ in VICE using tcpser incurs two problems: REL file corruption and datastream corruption using tcpser.
Hypothesis:
- Mount an msdos formatted image file or files to one or more of the available four drives to VICE. Method to be described below.
- Route emulated Swiftlink traffic to com port then have com port connected via TelBBS wire to a 2nd PC running BBS Server.
Method: Run VICE v.3.2 on Ubuntu. Create SD Card with partitions using gparted. Partitions formatted as FAT32, 33MB. Block size of 512 Using DD, capture the image of the SD Card:
dd if=/dev/sd<Letter> of=<raw image filename.img>
Disk BayouBBS_SD8.img: 14.9 GiB, 15931539456 bytes, 31116288 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x10f541c2 Device Boot Start End Sectors Size Id Type BayouBBS_SD8.img1 2048 69631 67584 33M b W95 FAT32 BayouBBS_SD8.img2 69632 31115263 31045632 14.8G 5 Extended BayouBBS_SD8.img5 71680 139263 67584 33M b W95 FAT32 BayouBBS_SD8.img6 141312 208895 67584 33M b W95 FAT32 BayouBBS_SD8.img7 210944 278527 67584 33M b W95 FAT32 BayouBBS_SD8.img8 280576 348159 67584 33M b W95 FAT32 BayouBBS_SD8.img9 350208 417791 67584 33M b W95 FAT32 BayouBBS_SD8.img10 419840 31115263 30695424 14.7G b W95 FAT32