* [Comm] /var/ftp на ntfs
@ 2008-09-26 16:25 Ilis
2008-09-26 16:34 ` Andrey Rahmatullin
2008-09-26 16:49 ` Mikhail Kuligin
0 siblings, 2 replies; 8+ messages in thread
From: Ilis @ 2008-09-26 16:25 UTC (permalink / raw)
To: ALT Linux Community general discussions
Создал в /var/ftp софтлинки на каталоги на разделе NTFS
и теперь не могу на них зайти...
[ilis@altus ~]$ ftp localhost
Connected to localhost (127.0.0.1).
220 (vsFTPd 2.0.6)
Name (localhost:ilis): anonymous
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
lrwxrwxrwx 1 ftp ftp 23 Sep 26 15:38 incoming ->
/mnt/hdb8/ftp/incoming/
lrwxrwxrwx 1 ftp ftp 17 Sep 26 15:38 pub -> /mnt/hdb8/ftp/pub
226 Directory send OK.
ftp> cd pub
550 Failed to change directory.
ftp>
Возможно ли там организовать файлохранилище?
--
Кругликов Илья
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Comm] /var/ftp на ntfs
2008-09-26 16:25 [Comm] /var/ftp на ntfs Ilis
@ 2008-09-26 16:34 ` Andrey Rahmatullin
2008-09-26 16:55 ` Ilis
2008-09-26 16:49 ` Mikhail Kuligin
1 sibling, 1 reply; 8+ messages in thread
From: Andrey Rahmatullin @ 2008-09-26 16:34 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 321 bytes --]
On Fri, Sep 26, 2008 at 10:25:34PM +0600, Ilis wrote:
> Создал в /var/ftp софтлинки на каталоги на разделе NTFS
Делайте mount --bind, симлинки за пределы /var/ftp не заработают.
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
* combr у нас тут уронили сервер, как в анекдоте. на ногу.. ;)
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Comm] /var/ftp на ntfs
2008-09-26 16:25 [Comm] /var/ftp на ntfs Ilis
2008-09-26 16:34 ` Andrey Rahmatullin
@ 2008-09-26 16:49 ` Mikhail Kuligin
2008-09-26 17:28 ` Ilis
1 sibling, 1 reply; 8+ messages in thread
From: Mikhail Kuligin @ 2008-09-26 16:49 UTC (permalink / raw)
To: ALT Linux Community general discussions
26 сентября 2008 г. 19:25 пользователь Ilis написал:
> Создал в /var/ftp софтлинки на каталоги на разделе NTFS
> и теперь не могу на них зайти...
у меня так для локалки
работают и pub и incoming:
[root@home ~]# cat /etc/fstab | grep ftp
/mnt/data/movi /var/ftp/pub/movi -o rbind 0 0
/mnt/data/music /var/ftp/pub/music -o rbind 0 0
/home/budda/mp3books /var/ftp/pub/mp3books -o rbind 0 0
/home/budda/install /var/ftp/pub/install -o rbind 0 0
/home/budda/psy-activ-music /var/ftp/pub/psy-activ-music -o rbind 0 0
/home/budda/docs /var/ftp/pub/docs -o rbind 0 0
/home/budda/books /var/ftp/pub/books -o rbind 0 0
/home/budda/share /var/ftp/pub/share -o rbind 0 0
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Comm] /var/ftp на ntfs
2008-09-26 16:34 ` Andrey Rahmatullin
@ 2008-09-26 16:55 ` Ilis
2008-09-27 18:26 ` Michael Shigorin
0 siblings, 1 reply; 8+ messages in thread
From: Ilis @ 2008-09-26 16:55 UTC (permalink / raw)
To: ALT Linux Community general discussions
26 сентября 2008 г. 22:34 пользователь Andrey Rahmatullin
<wrar@altlinux.ru> написал:
> On Fri, Sep 26, 2008 at 10:25:34PM +0600, Ilis wrote:
>> Создал в /var/ftp софтлинки на каталоги на разделе NTFS
> , симлинки за пределы /var/ftp не заработают.
Жаль, думал всё проще будет :)
> Делайте mount --bind
Заглянул в man, мало что понял... А можно конкретный пример, и можно
ли это в fstab сделать?
--
Кругликов Илья
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Comm] /var/ftp на ntfs
2008-09-26 16:49 ` Mikhail Kuligin
@ 2008-09-26 17:28 ` Ilis
0 siblings, 0 replies; 8+ messages in thread
From: Ilis @ 2008-09-26 17:28 UTC (permalink / raw)
To: ALT Linux Community general discussions
26 сентября 2008 г. 22:49 пользователь Mikhail Kuligin
<mail4network@gmail.com> написал:
> 26 сентября 2008 г. 19:25 пользователь Ilis написал:
>> Создал в /var/ftp софтлинки на каталоги на разделе NTFS
>> и теперь не могу на них зайти...
> у меня так для локалки
> работают и pub и incoming:
> [root@home ~]# cat /etc/fstab | grep ftp
> /mnt/data/movi /var/ftp/pub/movi -o rbind 0 0
> /mnt/data/music /var/ftp/pub/music -o rbind 0 0
Спасибо! Самое то, что нужно!
ftp> cd pub
250 Directory successfully changed.
--
Кругликов Илья
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Comm] /var/ftp на ntfs
2008-09-26 16:55 ` Ilis
@ 2008-09-27 18:26 ` Michael Shigorin
2008-09-28 16:59 ` Ilis
0 siblings, 1 reply; 8+ messages in thread
From: Michael Shigorin @ 2008-09-27 18:26 UTC (permalink / raw)
To: ALT Linux Community general discussions
On Fri, Sep 26, 2008 at 10:55:53PM +0600, Ilis wrote:
> >> Создал в /var/ftp софтлинки на каталоги на разделе NTFS
> > симлинки за пределы /var/ftp не заработают.
> Жаль, думал всё проще будет :)
Ну почему. Если бы работали -- оставить симлинк на /etc/passwd
или /home с целью воспользоваться им позже было бы для каких
шутников из друзей проще.
Или сервер проверит, или chroot не даст, если сервер настроен
выполнять этот системный вызов.
> > Делайте mount --bind
> Заглянул в man, мало что понял... А можно конкретный пример, и
> можно ли это в fstab сделать?
mkdir dir1 dir2
touch dir1/test
mount -o bind dir1 dir2
ls dir2
df dir2
В /etc/fstab, соответственно,
dir1 dir2 auto bind 0 0
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Comm] /var/ftp на ntfs
2008-09-27 18:26 ` Michael Shigorin
@ 2008-09-28 16:59 ` Ilis
2008-09-28 19:17 ` Michael Shigorin
0 siblings, 1 reply; 8+ messages in thread
From: Ilis @ 2008-09-28 16:59 UTC (permalink / raw)
To: shigorin, ALT Linux Community general discussions
28 сентября 2008 г. 0:26 пользователь Michael Shigorin
<mike@osdn.org.ua> написал:
> On Fri, Sep 26, 2008 at 10:55:53PM +0600, Ilis wrote:
>
> Ну почему. Если бы работали -- оставить симлинк на /etc/passwd
> или /home с целью воспользоваться им позже было бы для каких
> шутников из друзей проще.
>
> Или сервер проверит, или chroot не даст, если сервер настроен
> выполнять этот системный вызов.
>
А если сам /var/ftp будет симлинком?
--
Кругликов Илья
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Comm] /var/ftp на ntfs
2008-09-28 16:59 ` Ilis
@ 2008-09-28 19:17 ` Michael Shigorin
0 siblings, 0 replies; 8+ messages in thread
From: Michael Shigorin @ 2008-09-28 19:17 UTC (permalink / raw)
To: ALT Linux Community general discussions
On Sun, Sep 28, 2008 at 10:59:24PM +0600, Ilis wrote:
> > Ну почему. Если бы работали -- оставить симлинк на
> > /etc/passwd или /home с целью воспользоваться им позже было
> > бы для каких шутников из друзей проще. Или сервер проверит,
> > или chroot не даст, если сервер настроен выполнять этот
> > системный вызов.
> А если сам /var/ftp будет симлинком?
Попробуйте. Насколько понимаю, должно отработать (потому как
его разрешение должно бы иметь место до chroot(2)).
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2008-09-28 19:17 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-26 16:25 [Comm] /var/ftp на ntfs Ilis
2008-09-26 16:34 ` Andrey Rahmatullin
2008-09-26 16:55 ` Ilis
2008-09-27 18:26 ` Michael Shigorin
2008-09-28 16:59 ` Ilis
2008-09-28 19:17 ` Michael Shigorin
2008-09-26 16:49 ` Mikhail Kuligin
2008-09-26 17:28 ` Ilis
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