Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: GrovvyArcade iso partitioning question  (Read 1901 times)

0 Members and 1 Guest are viewing this topic.

ratsflif

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 85
  • Last login:January 29, 2024, 06:08:07 pm
GrovvyArcade iso partitioning question
« on: February 26, 2015, 04:01:33 pm »
Hey, I'm not a linux guy so it could be a simple answer.

Can I have an ntsc partition on the same hard drive as the groovy install so that I can just pop the drive on my external enclosure and update the roms from my windows machine?

I made a 300 gig ntsc partition on my 500 gig hard drive but I can't get the groovy install onto the unused space for the linux files.  The installer says that the drive is already partitioned and wont continue, the only way I can get it to install is to wipe out all the partitions and format the entire drive.

Thanks

Doozer

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 498
  • Last login:June 12, 2023, 09:19:49 am
  • Z80 ERROR
Re: GrovvyArcade iso partitioning question
« Reply #1 on: February 27, 2015, 02:22:03 am »

Hi,

You need to do manual partitioning to achieve your goal. I assume you are using an external hard drive (USB). You need to keep in mind that windows only scan/use the first partition on an external drive.

Nevertheless, it is possible to do what you want by installing groovyarcade first, then doing some repartitioning (Linux knowledge required). Let's assume you used the gasetup script for the installation. You should have GABoot and GARoot, swap and roms partitions. First, backup the roms partitions layout somewhere (use rsync is possible). using another distro (like live CD Ubuntu) use the (g)parted utility and do the following.

- Delete roms partition
- Move all partition at end of the dist to free space at the beginning of the dist
- Create a new first ntfs partition at the beginning

- restart PC with groovyarcade CD
- rewrite the syslinux/grub mbr (cmd line can be taken from gasetup)
- mount the GARoot and edit the fstab file to map the roms partition to your new ntfs partition

Ta da. Reboot and it is done. If you plug the disk on a windows computer, it will show you your roms partition.

I know, it is not start forward. Hope you will succeed ;-)

Calamity

  • Moderator
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 7463
  • Last login:July 19, 2025, 04:03:33 am
  • Quote me with care
Re: GrovvyArcade iso partitioning question
« Reply #2 on: February 27, 2015, 01:42:46 pm »
As Doozer explained it is indeed possible but it has to be done manually, not from the scripts in Groovy Arcade.

If you're not a Linux guy (me neither) and you still want to have an ntfs partition for roms it is way easier to use separate disks for Groovy and for your roms. Or just keep your roms in an ntfs hd and install Groovy in a pendrive (although I'm not so eager to recommend the later option as I once was since pendrive installs turned out to be super fragile in my experience).
Important note: posts reporting GM issues without a log will be IGNORED.
Steps to create a log:
 - From command line, run: groovymame.exe -v romname >romname.txt
 - Attach resulting romname.txt file to your post, instead of pasting it.

CRT Emudriver, VMMaker & Arcade OSD downloads, documentation and discussion:  Eiusdemmodi

ratsflif

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 85
  • Last login:January 29, 2024, 06:08:07 pm
Re: GrovvyArcade iso partitioning question
« Reply #3 on: February 27, 2015, 03:07:45 pm »
Yeah, I understand.  I am using this on a HP thin client and trying to keep it all nice and neat in one small box.  The thin client only has room for one laptop hard drive.

I pretty proficient in command line, use powershell at work all day so I'm sure I can manage.  Thanks for the help guys.