|
| From: | Chuck Swiger |
| Subject: | [Discuss-gnuradio] ps3 cross compile with ps3 nfs server |
| Date: | Tue, 17 Jun 2008 11:18:08 -0600 |
| User-agent: | Internet Messaging Program (IMP) H3 (4.1.6) |
[cell-root]
path = /
public = yes
writable = no
printable = no
guest ok = yes
add a user with smbpasswd
# smbpasswd -a chuck
<enter a passwd>
start it
# /etc/init.d/smb start
and mount it on the build machine:
# mount -t cifs //ps3/cell-root /mnt/cell-root -o username=chuck
<enter the passwd>
proceed are normal.
| [Prev in Thread] | Current Thread | [Next in Thread] |