Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Steam and NTFS through ntfs3 module [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
mani001
Guru
Guru


Joined: 04 Dec 2004
Posts: 485
Location: Oleiros

PostPosted: Sun Jan 16, 2022 8:33 am    Post subject: Steam and NTFS through ntfs3 module [solved] Reply with quote

Hi,

I'm trying to replace ntfs-3g with the new kernel 5.15 ntfs3 module but Steam games won't work. Searching the forums I found this post

https://forums.gentoo.org/viewtopic-t-1146462-highlight-steam.html

but my problem is different: Steam works like a charm with kernel 5.15 as long as I stick with (FUSE) driver ntfs-3g.

In fstab, Steam gets along with

Code:
LABEL=NTFS_SSD      /mnt/ntfs_ssd   ntfs-3g       locale=es_ES.utf8,users,exec,uid=1000,gid=100


but not with

Code:
LABEL=NTFS_SSD        /mnt/ntfs_ssd   ntfs3       users,exec,uid=1000,gid=100   0 0


(the "locale" option is not supported (needed?) anymore)

Any clue?

Cheers.


Last edited by mani001 on Sat Jan 29, 2022 8:59 pm; edited 1 time in total
Back to top
View user's profile Send private message
RonaldPrice
n00b
n00b


Joined: 24 Jan 2022
Posts: 1
Location: Frankfurt am Main

PostPosted: Mon Jan 24, 2022 9:12 am    Post subject: Reply with quote

Hello, I am very curious, just for general development - did you manage to solve this problem? If so how did you solve it? Please share your experiences...

Last edited by RonaldPrice on Tue Jan 25, 2022 11:38 am; edited 1 time in total
Back to top
View user's profile Send private message
mani001
Guru
Guru


Joined: 04 Dec 2004
Posts: 485
Location: Oleiros

PostPosted: Mon Jan 24, 2022 1:34 pm    Post subject: Reply with quote

No, I didn't get to solve this :? I think I'll stick with ntfs-3g until I can get rid of NTFS everywhere (not using Windows that much these days).
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 1657

PostPosted: Mon Jan 24, 2022 5:15 pm    Post subject: Reply with quote

/usr/src/linux/Documentation/filesystems/ntfs3.rst:
Code:
Mount Options
=============

The list below describes mount options supported by NTFS3 driver in addition to
generic ones. You can use every mount option with **no** option. If it is in
this table marked with no it means default is without **no**.

   * - iocharset=name
     - This option informs the driver how to interpret path strings and
       translate them to Unicode and back. If this option is not set, the
       default codepage will be used (CONFIG_NLS_DEFAULT).

       Example: iocharset=utf8
Back to top
View user's profile Send private message
mani001
Guru
Guru


Joined: 04 Dec 2004
Posts: 485
Location: Oleiros

PostPosted: Sat Jan 29, 2022 8:58 pm    Post subject: Reply with quote

grknight, that did the trick, thank you so much!!

So, for future reference, the corresponding line in fstab ended up

Code:
LABEL=NTFS_SSD      /mnt/ntfs_ssd   ntfs3       noatime,users,exec,uid=1000,gid=100,iocharset=utf8   0 0
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum