i don't think my ps3 has a gigabit. mine is almost 2 years old however.
All PS3 have gigabit ethernet port.
This is very intriguing to me...
Is there a way to do this without a gigabit ethernet router? Can I connect the ps3 directly to my MBP's ethernet port and do internet connection sharing? That would be much handier for me, and a lot of other people as well I'm sure.
i am not sure. your ps3 would be running ubuntu, so this might be a question over at their forums?
Ok, I will install Ubuntu and check over there. Then report back here with any findings.
Disregard the last post! I FINALLY got past mounting my SMB shared folder as a local folder.
To be honest I'm not sure what I did different. I think mounting the smb directory first, and THEN issuing the command to use it as a local folder did it, but I could be totally wrong.
Either way I am dumping my first disc over to my mac, and so far all is looking good.
Lets just hope the next few steps don't gimme issues.
smbclient -L 192.168.1.110 -U%
sudo smbmount //192.168.1.110/NetShare /home/username/netshare -o username=username,password=mysecretpassword,uid=1000,mask=000
Turns out it is a lot faster for me just to do the transfer over my 100mb/s ethernet network than to mess with internet sharing in OS X. With the 100mb/s connection I was able to transfer 1GB in about 3 minutes.
If anyone else figures out if a 1GB internet sharing connection is possible, please post it.
In Step 3a of the original post, is it possible to direct the transfer to an external HDD via FireWire and if so what would the path be.
smbclient -L 192.168.1.110 -U%
sudo smbmount //192.168.1.110/NetShare /home/username/netshare -o username=username,password=mysecretpassword,uid=1000,mask=000
If it is HFS+ formatted and connected to the PS3 (can the PS3 take FirewireIn Step 3a of the original post, is it possible to direct the transfer to an external HDD via FireWire and if so what would the path be.
sudo mkdir /mnt/hfsplus
sudo mount -t hfsplus /dev/sda1 /mnt/hfsplus
sudo umount /mnt/hfsplus
sudo nano /etc/fstab
# <file system> <mount point> <type> <options> <dump><pass>
/dev/sda1 /mnt/hfsplus hfsplus defaults 0 0
Exit (ctrl+X)
man mount
Another question........in step 3b, what ip address do I use. Where do I find it exactly on my mac or AEBS utility? Do I use the address as I see it in that step. A basic question probably, but am just trying to get all this right.![]()
Also steps 3a,b,c are being done on my mac through terminal? And username and password is my admin username and password?
When I type the command to copy the bd-movie.iso, it is placing it in the netshare folder I created in my home folder in ubuntu. Of course I only partitioned 10 gigs so it runs out of room. How do I communicate "send the file" to my mac through the network (SMB). I am connected via ethernet through an AEBS that is also connected to the ps3.
I would really appreciate any help![]()
At step 3b in original post is there a particular command I need to type to mount my mac smb share. I get to this point in this guide, and am stuck. I would be one happy camper if someone could please help me.![]()
smbclient -L 192.168.1.110 -U%
sudo smbmount //192.168.1.110/NetShare /home/ps3username/netshare -o username=Macusername,password=myMacssecretpassword,uid=1000,mask=000