* [Comm] mounting ntfs-3g volume as ordinary user
@ 2007-09-13 5:54 Olexander Chernetskyy
2007-09-13 6:07 ` Шишков Евгений
2007-09-13 6:09 ` Motsyo Gennadi aka Drool
0 siblings, 2 replies; 8+ messages in thread
From: Olexander Chernetskyy @ 2007-09-13 5:54 UTC (permalink / raw)
To: Community
В ALT3 ntfs том я монтировал (по мере надобности) руками от обычного
юзверя. Для этого в fstab добавлял user,noauto и потом руками mount
/mnt/sda1
И всё получалось.
Теперь с ntfs-3g Что то не складывается
В fstab строка такая:
/dev/sda1 /mnt/sda1 ntfs-3g
user,noauto,locale=ru_RU.utf8,fmask=0111,dmask=222 0 0
И вот что получаю:
[archer@localhost ~]$ mount /mnt/sda1
Error opening partition device: Отказано в доступе
Failed to startup volume: Отказано в доступе
Failed to mount '/dev/sda1': Отказано в доступе
[archer@localhost ~]$
--
Best regards,
ArCher
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Comm] mounting ntfs-3g volume as ordinary user
2007-09-13 5:54 [Comm] mounting ntfs-3g volume as ordinary user Olexander Chernetskyy
@ 2007-09-13 6:07 ` Шишков Евгений
2007-09-13 6:09 ` Шишков Евгений
2007-09-13 6:09 ` Motsyo Gennadi aka Drool
1 sibling, 1 reply; 8+ messages in thread
From: Шишков Евгений @ 2007-09-13 6:07 UTC (permalink / raw)
To: sp_archer, ALT Linux Community general discussions
Olexander Chernetskyy пишет:
> В ALT3 ntfs том я монтировал (по мере надобности) руками от обычного
> юзверя. Для этого в fstab добавлял user,noauto и потом руками mount
> /mnt/sda1
> И всё получалось.
>
> Теперь с ntfs-3g Что то не складывается
> В fstab строка такая:
> /dev/sda1 /mnt/sda1 ntfs-3g
> user,noauto,locale=ru_RU.utf8,fmask=0111,dmask=222 0 0
>
> И вот что получаю:
>
> [archer@localhost ~]$ mount /mnt/sda1
> Error opening partition device: Отказано в доступе
> Failed to startup volume: Отказано в доступе
> Failed to mount '/dev/sda1': Отказано в доступе
> [archer@localhost ~]$
>
В man ntfs-3g есть такая строка:
allow_other This option overrides the security measure restricting file access to
the user mounting the filesystem. This option is only allowed to root, but this
restriction can be overridden by the 'user_allow_other' option in the /etc/fuse.conf file.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Comm] mounting ntfs-3g volume as ordinary user
2007-09-13 6:07 ` Шишков Евгений
@ 2007-09-13 6:09 ` Шишков Евгений
0 siblings, 0 replies; 8+ messages in thread
From: Шишков Евгений @ 2007-09-13 6:09 UTC (permalink / raw)
To: ALT Linux Community general discussions
Шишков Евгений пишет:
> Olexander Chernetskyy пишет:
>> В ALT3 ntfs том я монтировал (по мере надобности) руками от обычного
>> юзверя. Для этого в fstab добавлял user,noauto и потом руками mount
>> /mnt/sda1
>> И всё получалось.
>>
>> Теперь с ntfs-3g Что то не складывается
>> В fstab строка такая:
>> /dev/sda1 /mnt/sda1 ntfs-3g
>> user,noauto,locale=ru_RU.utf8,fmask=0111,dmask=222 0 0
>>
>> И вот что получаю:
>>
>> [archer@localhost ~]$ mount /mnt/sda1
>> Error opening partition device: Отказано в доступе
>> Failed to startup volume: Отказано в доступе
>> Failed to mount '/dev/sda1': Отказано в доступе
>> [archer@localhost ~]$
>>
> В man ntfs-3g есть такая строка:
> allow_other This option overrides the security measure restricting file access to
> the user mounting the filesystem. This option is only allowed to root, but this
> restriction can be overridden by the 'user_allow_other' option in the /etc/fuse.conf file.
Но у нас не нашёл /etc/fuse.conf.
И монтирование от юзера у меня тоже не получается.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Comm] mounting ntfs-3g volume as ordinary user
2007-09-13 5:54 [Comm] mounting ntfs-3g volume as ordinary user Olexander Chernetskyy
2007-09-13 6:07 ` Шишков Евгений
@ 2007-09-13 6:09 ` Motsyo Gennadi aka Drool
2007-09-13 6:25 ` Olexander Chernetskyy
1 sibling, 1 reply; 8+ messages in thread
From: Motsyo Gennadi aka Drool @ 2007-09-13 6:09 UTC (permalink / raw)
To: sp_archer, ALT Linux Community general discussions
Olexander Chernetskyy пишет:
> В ALT3 ntfs том я монтировал (по мере надобности) руками от обычного
> юзверя. Для этого в fstab добавлял user,noauto и потом руками mount
> /mnt/sda1
> И всё получалось.
>
> Теперь с ntfs-3g Что то не складывается
> В fstab строка такая:
> /dev/sda1 /mnt/sda1 ntfs-3g
> user,noauto,locale=ru_RU.utf8,fmask=0111,dmask=222 0 0
>
> И вот что получаю:
>
> [archer@localhost ~]$ mount /mnt/sda1
> Error opening partition device: Отказано в доступе
> Failed to startup volume: Отказано в доступе
> Failed to mount '/dev/sda1': Отказано в доступе
> [archer@localhost ~]$
Наугад:
control mount public ?
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Comm] mounting ntfs-3g volume as ordinary user
2007-09-13 6:09 ` Motsyo Gennadi aka Drool
@ 2007-09-13 6:25 ` Olexander Chernetskyy
2007-09-13 6:45 ` Алексей Шенцев
0 siblings, 1 reply; 8+ messages in thread
From: Olexander Chernetskyy @ 2007-09-13 6:25 UTC (permalink / raw)
To: Community
> Olexander Chernetskyy пишет:
>> В ALT3 ntfs том я монтировал (по мере надобности) руками от обычного
>> юзверя. Для этого в fstab добавлял user,noauto и потом руками mount
>> /mnt/sda1
>> И всё получалось.
>>
>> Теперь с ntfs-3g Что то не складывается
>> В fstab строка такая:
>> /dev/sda1 /mnt/sda1 ntfs-3g
>> user,noauto,locale=ru_RU.utf8,fmask=0111,dmask=222 0 0
>>
>> И вот что получаю:
>>
>> [archer@localhost ~]$ mount /mnt/sda1
>> Error opening partition device: Отказано в доступе
>> Failed to startup volume: Отказано в доступе
>> Failed to mount '/dev/sda1': Отказано в доступе
>> [archer@localhost ~]$
>
> Наугад:
> control mount public ?
>
He-a
[archer@localhost ~]$ sudo control mount
public
[archer@localhost ~]$ mount /mnt/sda1
mount: only root can mount /dev/sda1 on /mnt/sda1
[archer@localhost ~]$
--
Best regards,
ArCher
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Comm] mounting ntfs-3g volume as ordinary user
2007-09-13 6:25 ` Olexander Chernetskyy
@ 2007-09-13 6:45 ` Алексей Шенцев
2007-09-13 6:57 ` Хихин Руслан
0 siblings, 2 replies; 8+ messages in thread
From: Алексей Шенцев @ 2007-09-13 6:45 UTC (permalink / raw)
To: sp_archer, ALT Linux Community general discussions
В сообщении от Thursday 13 September 2007 10:25:29 Olexander Chernetskyy
написал(а):
> > Olexander Chernetskyy пишет:
> >> В ALT3 ntfs том я монтировал (по мере надобности) руками от обычного
> >> юзверя. Для этого в fstab добавлял user,noauto и потом руками mount
> >> /mnt/sda1
> >> И всё получалось.
> >>
> >> Теперь с ntfs-3g Что то не складывается
> >> В fstab строка такая:
> >> /dev/sda1 /mnt/sda1 ntfs-3g
> >> user,noauto,locale=ru_RU.utf8,fmask=0111,dmask=222 0 0
> >>
> >> И вот что получаю:
> >>
> >> [archer@localhost ~]$ mount /mnt/sda1
> >> Error opening partition device: Отказано в доступе
> >> Failed to startup volume: Отказано в доступе
> >> Failed to mount '/dev/sda1': Отказано в доступе
> >> [archer@localhost ~]$
> >
> > Наугад:
> > control mount public ?
>
> He-a
> [archer@localhost ~]$ sudo control mount
> public
> [archer@localhost ~]$ mount /mnt/sda1
> mount: only root can mount /dev/sda1 on /mnt/sda1
> [archer@localhost ~]$
А если заменить параметр user на users монтирование прокатывает или нет?
--
С уважением Шенцев Алексей Владимирович.
E-mail: ashen@nsrz.ru
XMPP: ashen@altlinux.org, AlexShen@jabber.ru
ICQ: 271053845
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2007-09-13 7:47 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-13 5:54 [Comm] mounting ntfs-3g volume as ordinary user Olexander Chernetskyy
2007-09-13 6:07 ` Шишков Евгений
2007-09-13 6:09 ` Шишков Евгений
2007-09-13 6:09 ` Motsyo Gennadi aka Drool
2007-09-13 6:25 ` Olexander Chernetskyy
2007-09-13 6:45 ` Алексей Шенцев
2007-09-13 6:57 ` Хихин Руслан
2007-09-13 7:47 ` Olexander Chernetskyy
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git