Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Installing Linux for X-Plane

Featured Replies

I thought you have installed Linux on a separate SSD ?

but still even on the same SSD your windows partitions would not be visible by default unless you mount them.

All your drives mentioned won't be usable in Linux unless they are mounted. 

About separating it from Windows it's confusing what you mean by that ?

Edited by HumptyDumpty

Ryzen 5 1600x - 16GB DDR4 - RTX 3050 8GB - MSI Gaming Plus

  • Replies 454
  • Views 50.7k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • And that is what everyone (except for one person 🙄) expected. Thanks for going through all the trouble, John. No doubt your results will be accepted (except by one person) and we can finally

  • Why not posting the location, time of day, XP11 settings, screen res (this looks like 1920x1080?) of this screenshot so that a bunch of us can just try what it looks like on their system at similar co

  • NVidia resolution is now sorted. Linux is set to performance. Drivers are installed and up to date.  XP now runs at the monitors default resolution. Vulkan works fine. Time to play.......I have a full

  • Author
22 minutes ago, HumptyDumpty said:

I thought you have installed Linux on a separate SSD ?

but still even on the same SSD your windows partitions would not be visible by default unless you mount them.

All your drives mentioned won't be usable in Linux unless they are mounted. 

About separating it from Windows it's confusing what you mean by that ?

I created an install dvd from the Ubuntu iso file. The install created a new partition and put Linux on the same SSD drive as windows. There was no other option as far as I can see. The partition is 11GB.

Windows thinks it's a new empty drive.

In Linux I can read and see everything on the PC. All 5 disks That's what worries me. I'm not sure what mounting means? I think all my drives are already mounted?  And I'm not sure why it says I have 1TB of space? At least that's what I think it says?

I don't want it having access to anything but my empty external drive? Is there an equivalent of file explorer?

Edited by jarmstro

1 hour ago, jarmstro said:

I'm not sure what mounting means?

linux has a file called etc/fstab. filesystem is fairly different (and a lot more advanced than windows)

There are also a lot more options, which although a bit daunting at first will leave you feeling like you are in the 90s once you get the hang of it and return to the C, D E F G H I J K L M N O P Z windows drives.....

Typically you have physical disks and logical disks - physical are the actual drives themselves, a logical disk lets you configure multiple physical disks (made up of partitions on physical disks) so they appear as one big drive to the OS (which can be grown by adding new disks).

Mounting is the software equivalent of plugging one of these into the machine, the /etc/fstab file configures how they are mounted when you switch the machine on, the installer probably configured all your existing disks for you.

If you want to hide them you can either (as a super user/sudo)

use umount command to unplug them (good till the next time you start the machine)

use whatever disk gui ubuntu has to change the configuration

stick a # at the beginning of the relevant line that automatically mounts it in /etc/fstab to comment it out.

this is my /etc/fstab

[msparks@localhost ~]$ cat /etc/fstab

#
# /etc/fstab
# Created by anaconda on Wed Dec  9 11:16:11 2020
#
# Accessible filesystems, by reference, are maintained under '/dev/disk/'.
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.
#
# After editing this file, run 'systemctl daemon-reload' to update systemd
# units generated from this file.
#
UUID=c074ee4f-a2a2-4872-b79a-38ead014e897   /                    btrfs   subvol=root                  0 0 
UUID=e20bd481-8ce3-4adb-ae44-101b20250b11   /boot                ext4    defaults                     1 2 
UUID=7B0F-3C8D                              /boot/efi            vfat    umask=0077,shortname=winnt   0 2 
UUID=c074ee4f-a2a2-4872-b79a-38ead014e897   /home                btrfs   subvol=home                  0 0 
/dev/nvme0n1p1                              /home/msparks/nvme   btrfs   defaults                     0 0

That's 1x 1TB SSD which has 4 logical disks (2 with the btrfs filesystem, one with ext4 and one with vfat) for various OS stuff, /home is the equivalent of /Users/ on windows.

and a 256GB NVME mounted in /home/msparks/nvme

Edited by mSparks

AutoATC Developer

That is fine using Linux on the same SSD , it shouldn't be a problem

Hmm do you mean to say when you open the file explorer you can see the windows and the other drivers ? By default they are never mounted.

for Linux the File explorer is Nautilus / Dolphin / Thunar , Ubuntu probably is using Nautilus, it's that third icon that looks like a folder.

Probably you are not reading that drive number correct and thinking it's showing as 1TB , or it's probably showing the external usb.

Linux will not do anything to your other drives. 

Edited by HumptyDumpty

Ryzen 5 1600x - 16GB DDR4 - RTX 3050 8GB - MSI Gaming Plus

On Ubuntu, could you run your system monitor and show a screenshot of the file systems tab?. With your description, I don't really understand where your Ubuntu is installed.

It's normal that Windows doesn't see the main Linux partition, it doesn't know it's file system (probably ext4).

 

Quote

In Linux I can read and see everything on the PC. All 5 disks That's what worries me. I'm not sure what mounting means? I think all my drives are already mounted?  And I'm not sure why it says I have 1TB of space? At least that's what I think it says?

That should not worry you. Linux won't do anything bad to your Windows partitions, unless you do it yourself and erase some random things. Contrary to what HumptyDumpty said, Ubuntu shows your NTFS (Windows) partitions by default, and mounts them if you click on their icon.

"Mounting" just means making the filesystem accessible, and writeable if the partition is not read-only.

Quote

The purpose is to get greatly increased performance running X-Plane.

FYI, you won't get "greatly increased" performance. You will get better performance. People tend to exaggerate. 🙂

Edited by Pascal_LSGC

13 minutes ago, Pascal_LSGC said:

 Contrary to what HumptyDumpty said, Ubuntu shows your NTFS (Windows) partitions by default, and mounts them if you click on their icon.

 

That's what I said , they will be visible when mounted or when set in fstab , else they won't be visible as a mounted disk.  

He has Ubuntu installed alongside windows on the same drive, that's what I feel.

for better info he should run "disks" that would show much more info. 
 

I think he is confused because in Nautilus one would see the drives , so he thinks that those are already accessible , but in truth they won't be unless mounted.  

Edited by HumptyDumpty

Ryzen 5 1600x - 16GB DDR4 - RTX 3050 8GB - MSI Gaming Plus

  • Author
9 minutes ago, HumptyDumpty said:

That's what I said , they will be visible when mounted or when set in fstab , else they won't be visible as a mounted disk.  

He has Ubuntu installed alongside windows on the same drive, that's what I feel.

for better info he should run "disks" that would show much more info. 
 

I think he is confused because in Nautilus one would see the drives , so he thinks that those are already accessible , but in truth they won't be unless mounted.  

I've done it! After much fuss and bother Linux is now on the USB drive but the PC boots straight to Windows unless I press F11. 
 

Now for X-Plane. Where can I find my licence key?

32 minutes ago, Pascal_LSGC said:

FYI, you won't get "greatly increased" performance. You will get better performance. People tend to exaggerate. 

🙂

Second this, I am still unable to see how a different operating system can make performance better. It is literally the same machine code. The only potential performance difference might be caused by graphics driver implementations, which is again not about the operating system.

PC specs: i5-12400F, RTX 3070 Ti and 32 GB of RAM.

Simulators I'm using: X-Plane 12, Microsoft Flight Simulator (2020) and FlightGear.

Just now, jarmstro said:

I've done it! After much fuss and bother Linux is now on the USB drive but the PC boots straight to Windows unless I press F11. 
 

Now for X-Plane. Where can I find my licence key?

lol , the pc should have a boot option like f12 or something where you can select the device to boot from.

Your license will be in your email I suppose when you purchase XP

One thing , they might lock your license if they find a different system ID , it has happened to me twice but then they resolved it once i told them i am using a dual boot system and XP runs on both.

 

Ryzen 5 1600x - 16GB DDR4 - RTX 3050 8GB - MSI Gaming Plus

 

37 minutes ago, Pascal_LSGC said:

FYI, you won't get "greatly increased" performance. You will get better performance. People tend to exaggerate. 🙂

Yep there are non 

Ryzen 5 1600x - 16GB DDR4 - RTX 3050 8GB - MSI Gaming Plus

3 minutes ago, BiologicalNanobot said:

Second this, I am still unable to see how a different operating system can make performance better. It is literally the same machine code. The only potential performance difference might be caused by graphics driver implementations, which is again not about the operating system.

Well with Linux i can say as a server system or even for my laptop it runs much snappier , can't say that it will be better in gaming , the reason for the snappier feel is because Linux was never meant to power save being a server oriented OS hence it runs things full fledged, where the windows desktop is more power conscious . 

 

Ryzen 5 1600x - 16GB DDR4 - RTX 3050 8GB - MSI Gaming Plus

13 minutes ago, BiologicalNanobot said:

Second this, I am still unable to see how a different operating system can make performance better. It is literally the same machine code. The only potential performance difference might be caused by graphics driver implementations, which is again not about the operating system.

Same machine code ? Certainly not (or maybe I misunderstand what you mean by "machine code"). Each OS has his own code for hardware access, memory managment, disk access,... And there are thousands reasons the performance can be different on different OSs.

As I said, X-Plane's performance is usually better on Linux, at least in my case. But not "jawdropingly better". 🙂

 

  • Author
26 minutes ago, HumptyDumpty said:

Your license will be in your email I suppose when you purchase XP

Yup. But I can't find it. I'll contact LR and see what they say....

On my PC it's F11 but if you don't press it it boots to Windows which is ideal. So Linux has 1TB of independent space. 

33 minutes ago, BiologicalNanobot said:

It is literally the same machine code.

Not even close. Windows, at its heart, is still the same Windows NT kernel released in 1993.

Linux has had every computer science department of every university put decades of research into making sure every syscall runs as efficiently as possible.

Most recently these guys:

The gap between them now is really obvious, even if you limit it to the really obvious things like the difference between BTRFS and NTFS performance

https://www.phoronix.com/scan.php?page=news_item&px=Linux-4.7-FS-5-Way

embed.php?i=1608041-LO-LINUX44BT99&sha=2

 

Edited by mSparks

AutoATC Developer

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.