Basic Install Question
Posted: Wed Apr 10, 2024 11:23 pm
So..I used GhostBSD in the past, and liked it, but I have to get rid of my towers, so I have procured a Latitude. I downloaded Ghost24, and Properties shows it to be a 2.7 GB iso file. I'm running Ubuntu Studio on my one remaining desktop, and I used Gparted to create a new ms-dos partition table and a single bootable FAT32 partition of 7.45GB. I tested it by copying a text file to it in my file manager, and that worked fine. Next, I delete the text file and try to dd the iso file to the USB drive, and I get:
myusername@StudioMonkey:~$ sudo dd if=/home/myusername/ISOs/GhostBSD-24.01.1.iso of=/dev/sdh bs=3M
[sudo] password for myusername:
857+1 records in
857+1 records out
2698809344 bytes (2.7 GB, 2.5 GiB) copied, 0.734014 s, 3.7 GB/s
But the file manager shows no files now exist on sdh; it's an empty partition. What am I doing wrong? Do I need a file system other than FAT32, or ?? Any suggestions are welcome, and thanks in advance.
myusername@StudioMonkey:~$ sudo dd if=/home/myusername/ISOs/GhostBSD-24.01.1.iso of=/dev/sdh bs=3M
[sudo] password for myusername:
857+1 records in
857+1 records out
2698809344 bytes (2.7 GB, 2.5 GiB) copied, 0.734014 s, 3.7 GB/s
But the file manager shows no files now exist on sdh; it's an empty partition. What am I doing wrong? Do I need a file system other than FAT32, or ?? Any suggestions are welcome, and thanks in advance.