Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Просмотр файлов по сети
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Russian
View previous topic :: View next topic  
Author Message
Wert
n00b
n00b


Joined: 14 Apr 2004
Posts: 37

PostPosted: Sun Jan 30, 2005 10:14 pm    Post subject: Просмотр файлов по сети Reply with quote

Для того чтобы посмотреть какой-либо файл - фильм к примеру мне приходиться его все время скачивать, либо использовать smbmount , есть способы сделать это проще как в виндоус ( двойным щелчком)
Back to top
View user's profile Send private message
hermes_jr
l33t
l33t


Joined: 26 Feb 2004
Posts: 701
Location: Moscow, Russia

PostPosted: Sun Jan 30, 2005 11:18 pm    Post subject: Reply with quote

"Я скачал файл из интернета, но он оказался мне не нужен. Как залить его обратно?" ;)

Посмотреть, не скачивая, нереально.
Вот, ну а как в виндовз - конкретно у меня получается так: mount -t smbfs /share /mntpoint, а потом просто открываешь плеером чё там примаунтилось. Отлично всё работает.
Back to top
View user's profile Send private message
ba
l33t
l33t


Joined: 25 May 2003
Posts: 804

PostPosted: Mon Jan 31, 2005 12:26 pm    Post subject: Reply with quote

я использую autofs для этого:
Code:

baz@baz ~ $ cat /etc/autofs/auto.master
# $Id: auto.master,v 1.1 2000/08/08 17:53:33 achim Exp $
# Sample auto.master file
# Format of this file:
# mountpoint map options
# For details of the format look at autofs(8).
/net    /etc/autofs/auto.smb    --ghost --timeout=60 -nonstrict

baz@baz ~ $ cat /etc/autofs/auto.smb   
*       -fstype=autofs,-Dhost=&         file:/etc/autofs/auto.share

baz@baz ~ $ cat /etc/autofs/auto.share
*       -fstype=smbfs,username=guest,password=,fmask=0664,dmask=0775,uid=netmount,gid=netmount,port=139 ://${host}/&

baz@baz ~ $


и чтобы зайти на сабовую шару делаю cd /net/smbname/sharename и я там, после того как перестаешь юзеть оно размаунчивается...
Code:

baz@baz ~ $ ls /net/video/video
All       Deleting     Goblin    Main  Russian   Video - 10G free space
Cartoons  Films on CD  Incoming  !New  Unsorted
baz@baz ~ $
Back to top
View user's profile Send private message
sa10
Apprentice
Apprentice


Joined: 20 Jan 2005
Posts: 251
Location: Canada

PostPosted: Fri Feb 04, 2005 9:10 pm    Post subject: Reply with quote

поставь
Code:
emerge smb4k

и все будет так как хочется или даже лучше
или нужно настроить lisa
Описание процедуры ищется на www.kde.ru
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Russian 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