LINUX.ORG.RU

[Права доступа]NTFS

 


0

2

Вообщем захотелось мне установить игру, но вот Wine не хочет запускать файлы, с дисков ntfs, так как на их права пренадлежат root..Как перемонтировать ntfs-диски под обычного пользователя? Спасибо.

OpenSUSE 11.3

★★★

Ответ на: комментарий от zibert

man ntfs-3g

Below is a summary of the options that ntfs-3g accepts.

uid=value and gid=value
Set the owner and the group of files and directories. The values are numerical. The defaults are the uid and gid of the current process.


man mount

Mount options for ntfs
...
uid=value, gid=value and umask=value Set the file permission on the filesystem. The umask value is given in octal. By default, the files are owned by root and not readable by somebody else.

adriano32 ★★★
()

У меня в /etc/fstab так:

/dev/sda1 /mnt/data ntfs-3g defaults,locale=ru_RU.utf8 0 1
и монтируется под обычного пользователя (чтение/запись).

neocrust ★★★★★
()
Ответ на: комментарий от adriano32

>uid=value and gid=value

Спасибо, это и оказалось решение!

добавил uid=1000,gid=133

zibert ★★★
() автор топика
19 ноября 2011 г.

Ещё надо параметр exec для последних версий Wine.

ZenitharChampion ★★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.