m******t 发帖数: 4077 | 1 最近进了个seagate的3TB goflex的外置硬盘。接上,mount上一切都好。但是发现不能
自动spin down。其他的三块WD的外置硬盘都是好的。
还没有来得及折腾,想着先重启一下看看,结果发现带着这块硬盘重启不起来。还没有
来得急debug,如果有朋友碰到过,麻烦说一声是怎么解决的。 |
l*******e 发帖数: 3584 | 2 还要先来学一下怎么玩的,
我想在DEBIAN下建个SAMBA
怎么在VISTA下都访问不了. |
a9 发帖数: 21638 | 3 还是配置不对吧。
【在 l*******e 的大作中提到】 : 还要先来学一下怎么玩的, : 我想在DEBIAN下建个SAMBA : 怎么在VISTA下都访问不了.
|
a9 发帖数: 21638 | 4 没怎么正经用。太慢了。
【在 m******t 的大作中提到】 : 最近进了个seagate的3TB goflex的外置硬盘。接上,mount上一切都好。但是发现不能 : 自动spin down。其他的三块WD的外置硬盘都是好的。 : 还没有来得及折腾,想着先重启一下看看,结果发现带着这块硬盘重启不起来。还没有 : 来得急debug,如果有朋友碰到过,麻烦说一声是怎么解决的。
|
m******t 发帖数: 4077 | 5 还好吧,streaming 720p没有压力。1080p不行,卡的厉害。
【在 a9 的大作中提到】 : 没怎么正经用。太慢了。
|
l*******e 发帖数: 3584 | 6 我就想共享一些照片什么的,
谁来给讲讲我哪里错了。
Preparing directories and users
Create directories for Samba to use with Windows
#mkdir samba
Now we need to create users to access this directiory
#useradd pcguest
Now create a password for this user
#smbpasswd -a pcguest
root@debian:~# smbpasswd -a pcguest
New SMB password:
Retype new SMB password:
Added user pcguest.
configure samba configuration file
Samba configuration file located at /etc/samba/smb.conf
In this file main section is Global where you can define all parameters and
the example as follows
[global]
workgroup = debian
netbios name = debianserver
server string = %h server (Samba %v)
log file = /var/log/samba/log.%m
max log size = 1000
syslog = 0
Now you need to configure the share directory(ex:-samba) for users below is
the example.
[SAMBA]
path=/samba
browseable=yes
writeable=yes
valid users = ruchi
admin users = debain
If you want to check your configuration file is correct you need to run
the following command
#testparm
root@debian:~# testparm
Load smb config files from /etc/samba/smb.conf
rlimit_max: rlimit_max (1024) below minimum Windows limit (16384)
Processing section "[SAMBA]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions
[global]
workgroup = DEBIAN
netbios name = DEBIANSERVER
server string = %h server (Samba %v)
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
[SAMBA]
path = /samba
valid users = pcguest
admin users = debain
read only = No
Now you need to restart the samba to take the new changes effect
#/etc/init.d/samba restart
root@debian:~# /etc/init.d/samba restart
Stopping Samba daemons: nmbd smbd.
Starting Samba daemons: nmbd smbd.
If you want more configuration option check man page of smb.conf
Testing your samba configuration
You want to test your samba configuration for users ruchi run the following
command
#smbclient -L //debianserver -U ruchi
Configuring the Windows workstation |
G*****h 发帖数: 33134 | 7 你在 PC 上能看到这个 share 么
比如
ping debian
net view \\debian
net use * \\debian /u:pcguest
【在 l*******e 的大作中提到】 : 我就想共享一些照片什么的, : 谁来给讲讲我哪里错了。 : Preparing directories and users : : Create directories for Samba to use with Windows : : #mkdir samba : : Now we need to create users to access this directiory : #useradd pcguest
|
a9 发帖数: 21638 | 8 那你提示什么错误啊?
and
is
run
following
【在 l*******e 的大作中提到】 : 我就想共享一些照片什么的, : 谁来给讲讲我哪里错了。 : Preparing directories and users : : Create directories for Samba to use with Windows : : #mkdir samba : : Now we need to create users to access this directiory : #useradd pcguest
|
l*******e 发帖数: 3584 | 9 A大在呀,我在PC上能看到,但是不能访问。
我当时的记录是不能写,
上面没有东西,不记得能不能读了,
现在时间久了,当时的密码都不太记得了。 |
G*****h 发帖数: 33134 | 10 什么样子的不能访问
在 PC 上建一个用户 pcguest,用相同的口令
登录到该用户再试试看
【在 l*******e 的大作中提到】 : A大在呀,我在PC上能看到,但是不能访问。 : 我当时的记录是不能写, : 上面没有东西,不记得能不能读了, : 现在时间久了,当时的密码都不太记得了。
|
|
|
a9 发帖数: 21638 | 11 就是啊,什么错误啊?
一直提示输入密码?
你在global里加上一句 security=user试试看
【在 G*****h 的大作中提到】 : 什么样子的不能访问 : 在 PC 上建一个用户 pcguest,用相同的口令 : 登录到该用户再试试看
|
a9 发帖数: 21638 | 12 如果还不行,再试试
chmod a+rx /smaba -R
【在 a9 的大作中提到】 : 就是啊,什么错误啊? : 一直提示输入密码? : 你在global里加上一句 security=user试试看
|
l*******e 发帖数: 3584 | 13 security=user
这句我在CONF里有,
改来改去的,没有了[global]
但应该不影响吧,在第CONF里的第一行。
就是不停地叫我输入密码,说是不对。
# chmod a+rx /smaba -R
chmod: cannot access `/smaba': No such file or directory
可能已经装乱了,怎么出了这个了。 |
G*****h 发帖数: 33134 | 14 samba 拼成了 smaba
【在 l*******e 的大作中提到】 : security=user : 这句我在CONF里有, : 改来改去的,没有了[global] : 但应该不影响吧,在第CONF里的第一行。 : 就是不停地叫我输入密码,说是不对。 : # chmod a+rx /smaba -R : chmod: cannot access `/smaba': No such file or directory : 可能已经装乱了,怎么出了这个了。
|
l*******e 发帖数: 3584 | |
a9 发帖数: 21638 | 16 我对samba也不是很熟。
我觉得可能的原因有
1. global还是需要的。
2. security=user
3. passdb backend = tdbsam
4. valid users = xxxx 加上你的用户。而不要用admin users
【在 l*******e 的大作中提到】 : security=user : 这句我在CONF里有, : 改来改去的,没有了[global] : 但应该不影响吧,在第CONF里的第一行。 : 就是不停地叫我输入密码,说是不对。 : # chmod a+rx /smaba -R : chmod: cannot access `/smaba': No such file or directory : 可能已经装乱了,怎么出了这个了。
|
s*******d 发帖数: 4135 | 17 一直在用,stream 720p和1080p都无压力 |
m******t 发帖数: 4077 | |
x******0 发帖数: 1490 | 19 也一直在用,stream 720p和1080p也无压力,不过都是通过有线 |
l*******e 发帖数: 3584 | 20 不好意思,
要不把你的硬盘借我玩一下,我在我的上面试试再来报告,
那样塔就正过来了。
【在 m******t 的大作中提到】 : 悲愤,比萨斜塔了。
|
l*******e 发帖数: 3584 | 21 才直到,今天不能再那么晚睡了,
回来再试了,
那A大用什么共享文件呢?
介绍一下。
【在 a9 的大作中提到】 : 我对samba也不是很熟。 : 我觉得可能的原因有 : 1. global还是需要的。 : 2. security=user : 3. passdb backend = tdbsam : 4. valid users = xxxx 加上你的用户。而不要用admin users
|