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: Linux newbie needing a steer  (Read 2521 times)

0 Members and 1 Guest are viewing this topic.

stigzler

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 977
  • Last login:February 11, 2022, 03:01:48 pm
  • It seemed like a good idea at the time....
    • Mago Arcade
Linux newbie needing a steer
« on: October 14, 2016, 08:02:03 am »
Hi folks,

So starting messing around with sbc's + linux. I'm looking to create small hobby projects to run emulators.

a) I've mainly used windows to this point so new to linux. Is this the best place for linux advice (when it comes to running emulators) or are there other sites?

b) One thing I can't get my head around is the filesystem mechanics. Let's say I setup a sbc with an onboard sdcard + setup my emulators to run off a few images installed to this. If I later add another storage device (say an ssd via usb3) + put images on this, will i need to point the emulator elsewhere, or does it get 'pooled' For example - in Windows this'd install a drive with a different letter. Does this happen in Linux?

c) With the above - if it does pool them, but I want users to be able to install images to the ssd drive on a windows machine first and then plug into the linux device - how do you go about this? Do you just recreate some kind of folder structure on the ssd drive to mirror the existing one on the existing linux drive?

<confused.com atm. And, I know, rtfm, right? Have you seen how many manuals and info there is out there though! Need a steer/direction to start.

nitrogen_widget

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1746
  • Last login:March 30, 2024, 09:10:09 am
  • I want to build my own arcade controls!
Re: Linux newbie needing a steer
« Reply #1 on: October 14, 2016, 09:59:51 am »
The best place to go for general sbc linux info would be the forums of the device you buy.
I would strongly recommend an RPI 2 or 3 if just starting out.

The raspberry pi forums are a wealth of info.

stigzler

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 977
  • Last login:February 11, 2022, 03:01:48 pm
  • It seemed like a good idea at the time....
    • Mago Arcade
Re: Linux newbie needing a steer
« Reply #2 on: October 14, 2016, 03:38:02 pm »
Thanks nitrogen. The device I bought will remain nameless - great device but the forum design is lacking, making good support difficult.

Yeah - I'll check out the official Raspberry Pi forums unless anyone here knows the above..

mattyams

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 42
  • Last login:December 23, 2016, 10:21:56 am
  • Game Tech transformed into SysAdmin
Re: Linux newbie needing a steer
« Reply #3 on: October 14, 2016, 03:56:45 pm »
I can throw a little bits your way.

It does not pool them.  Linux treats new drives (or sd cards in your case) as seperate. The sd card you have all your boot files on will most likely be called 'sda0' which means SD Card A, partition 0.  When you add another sd card it will be 'sdb0' which means...well you get the idea.

Hope that helped.

CanadianRyGuy

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 90
  • Last login:April 02, 2021, 07:41:53 am
Re: Linux newbie needing a steer
« Reply #4 on: October 27, 2016, 11:51:12 am »
I'm curious what your end goal is with this project? I'd be curious to see a more powerful sbc be capable of running more graphically intense games like Blitz and the like.

nitrogen_widget

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1746
  • Last login:March 30, 2024, 09:10:09 am
  • I want to build my own arcade controls!
Re: Linux newbie needing a steer
« Reply #5 on: October 28, 2016, 02:44:21 pm »
I'm curious what your end goal is with this project? I'd be curious to see a more powerful sbc be capable of running more graphically intense games like Blitz and the like.

would probably have to go with a mini-itx i5/i7 motherboard to do that.
those are about 7"x7".
but cost a lot more than a linux SBC.

UEDan

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 104
  • Last login:November 10, 2019, 05:54:08 am
  • I want to build my own arcade controls!
Re: Linux newbie needing a steer
« Reply #6 on: October 29, 2016, 02:56:33 am »
This place may not be the best to learn linux. See mostly RetroPi imaging than actual linux usage. Which distro does the thing run?

Linux file system.... think of it as 1 big drive with no letter("/" is the equivalent to c:\ root directory) and drive are mounted similarly Windows' drive to folder mounting.
Typically, storage devices would be mounted to /mnt/whatever but in reality you can mount it anywhere. This is the same for any file system, network shares, CD drives, etc.