Steamをインストール
ログイン
|
言語
简体中文(簡体字中国語)
繁體中文(繁体字中国語)
한국어 (韓国語)
ไทย (タイ語)
български (ブルガリア語)
Čeština(チェコ語)
Dansk (デンマーク語)
Deutsch (ドイツ語)
English (英語)
Español - España (スペイン語 - スペイン)
Español - Latinoamérica (スペイン語 - ラテンアメリカ)
Ελληνικά (ギリシャ語)
Français (フランス語)
Italiano (イタリア語)
Bahasa Indonesia(インドネシア語)
Magyar(ハンガリー語)
Nederlands (オランダ語)
Norsk (ノルウェー語)
Polski (ポーランド語)
Português(ポルトガル語-ポルトガル)
Português - Brasil (ポルトガル語 - ブラジル)
Română(ルーマニア語)
Русский (ロシア語)
Suomi (フィンランド語)
Svenska (スウェーデン語)
Türkçe (トルコ語)
Tiếng Việt (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
Here's what my setup looked like when I dual-booted (1 TB HD):
320 GB for Windows
40 GB for Linux (/)
4 GB for swap
The rest (around 560 GB) for my /home partition, which easily held all my Windows and Linux games, in case I formatted my Windows partition, enabling me to just copy the games to the Windows partition.
FAT would not work at all without massive enhancements. NTFS can work – but this will probably require that you know how it works and what Linux expects and how you can bring it together. It's stuff you could earn a living with if you know about it I would say. :)
This is the short version of course :) – You will have your needs and demands… If you say you are new though you will make it easier for yourself if you do not use NTFS. (Except for storing documents or other non-executable files.)
There are drivers that make ext partitions usable under Windows as well…
The question is: What kind of data are you storing on your disk?
For example I use an external hard drive for Steam-games and another for data like photos/documents/backups/movies etc. The problem with the Steam games is just as you say… It requires the use of executable files. Therefore you need a file system that supports this. And that is on first place one of the native Linux file systems. Ext4 is the most common currently.
When I was using both Linux and Windows on one machine I was using drivers and programs to be able to access the Linux data under Windows. This does probably not solve everything…
Under Windows…
* Ext2IFS is able to use an ext3 system (in ext2 mode) –> http://www.fs-driver.org
* Ext2FSD seems to be able to write on ext4 –> http://www.ext2fsd.com/
* Ext2Read may READ ext4 –> http://sourceforge.net/projects/ext2read
* ext4tc is a plugin for Total Commander which can read ext4 –> http://sourceforge.net/projects/ext4tc
* "Linux Reader" is a program that enables you to browse(read) several Linux systems –> http://www.diskinternals.com/linux-reader/
* ExtFS should be able to read and write ext-systems (2,3,4) –> http://www.paragon-software.com/de/home/extfs-windows/
I remember when I used programs and drivers back then there have been strong warnings about writing stuff. I am not up to date how the development went on now.
In several cases it is already great to be be able to read files from Windows. Just reading should be safer!
And yes, this can be a security issue because you can read everything (no root-password needed).
Idk. If someone wants to use and try such thing I would propose to watch out for a great source like a good forum or wiki for your own Linux distribution. It's not that this shouldn't work in general – just: It's sometimes better to have it more specific. Steam forums are more general mostly and the focus are gamers of course not specific help for the distribution one uses.
http://en.wikipedia.org/wiki/NTFS-3G
https://wiki.archlinux.org/index.php/NTFS-3G
http://cjenkins.wordpress.com/2013/01/01/steam-for-linux-on-optimus-enabled-computer-running-ubuntu-12-04-64bits/#optinal_configure_ntfs_partition
Maybe this could help. Install ntfs3g-tools (or how they call it in Ubuntu), and mount your NTFS drive, with ntfs-3g driver and exec (or umask/dmask/fmask) attributes (maybe it'll work out even without exec and mask).
Hmm... It's possible (at least, to some extend) to use NTFS under Linux, as well as EXT4 (and some others) under Windows, but it's hardly the right way to go... NTFS is Microsoft's proprietary filesystem, and MS people don't care how well it's supported on OSes other than Win. For a long time NTFS was poorly supported, and even now it's still pretty experimental.
It is needed to add user permissions for NTFS partition in your /etc/fstab:
UUID=<your UUID> <your mount point> defaults,uid=1001,gid=1001,noboot-wait 0 2
Old post: Steam sadly still has problems with NTFS, it can lock up the NTFS drive slowing down downloads to a crawl, playing a Steam game from an NTFS drive in general is not a problem, with me downloads go down to like 50~300Kbit/sec versus my 6Mbit/sec downloads on EXT4.
https://mdalacu.blogspot.ro/2018/01/how-to-mount-ntfs-partition-in-linux.html