Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Can you run the following command from the terminal?
lsblk -o NAME,LABEL,TYPE,FSTYPE,MOUNTPOINT
Example:
[AngryBeard@archlinux ~]$ lsblk -o NAME,LABEL,TYPE,FSTYPE,MOUNTPOINT
NAME LABEL TYPE FSTYPE MOUNTPOINT
sda disk
└─sda1 part ext4 /mnt/steam
sdb disk
└─sdb1 TIAMAT part btrfs
zram0 zram0 disk swap [SWAP]
nvme1n1 disk
└─nvme1n1p1 HOME part btrfs
nvme0n1 disk
├─nvme0n1p1 ROOT part btrfs /var/tmp
├─nvme0n1p2 BOOT part vfat /boot
└─nvme0n1p3 HOME part btrfs /home
Is you External drive empty or does it already contain data?
- steam installed as a flatpak sandbox package.
- windows cursed ntfs file system (use only as a last resort)
You now have two paths.
You can cover the hole in your shoe with mud and avoid the puddles - grant access for flatpak, and mess with ntfs
Expect further problems in the future.
You can do it as you should.
Uninstall flatpak and install the official version of Steam using apt.
sudo apt-get install steam
Format the partition to ext4.
gparted
It will probably be easiest for you.
My guess: He has a steam library from a windows machine on that external drive and wants use it on a Linux machine.
Which as we both know, doesn't work.
Edit: You can try to shrink the NTFS partition, Create a new ext 4 partition and keep two steam libraries. Its a little complicated and has a risk of data loss
Yes, the same library will be a source of problems. Although one can compromise in the case of large games (separate folder).