first things first. im watching "The Hangover" as we speak (on my imac), a singular uncompressed .mkv file. thats right! i got it all going.

it wasnt the easiest of things to do, and tedious, but im glad its working for now.
tried to play file on ps3, but its corrupt. VC-1 you reckon?
Yes, you can reinstall. Hold down the power button until you hear 2 beeps, that should take you back to the PS3 XMB. From here just go into settings and format utility. Then start over from the beginning.
alright that will be the last resort i think
Ok, I think this is part of your problem. I do ALL of my commands from my iMac using Terminal. Check it...
OH! really!? ive been doing everything (mapping/copying etc) from YDL! guess i should change that then
Im in the process of laying this out but I think the problem is that you cant SMB. Try these steps and ill post more in a few with some screens.
http://www.yellowdoglinux.com/resources/
been typing "sudo" too, instead of "su". could be part of the problem but i know for a fact that smbmount isnt installed.
I ran into the NT_CONNECTION_REFUSED issue and to be honest I think I had to make sure SSH was installed and enabled by looking at the services in Ubuntu...
Notice SMB on there as well listed as SAMBA.
So I guess first things first, make sure SMB (SAMBA) and SSH are installed. If not, it looks like you need to use something called YUM. Ive never used yum so Im not entirely sure what the deal is there. But apparently if you want to load SSH or SAMBA you will need to do it through yum.
http://www.yellowdoglinux.com/support/solutions/ydl_5.0/yum.shtml
http://www.yellowdoglinux.com/resources/
ok well tested again. SSH works! i successfully SSHd into the PS3 from my imac, great! SMB isnt installed still, so i shall research how to install that with the wierd YUM thing. typing "yum smbmount" did nothing hah!
I do ALL of my commands from my iMac using Terminal SSHd into Ubuntu. But in order to do this I had to load "SSH-client" onto Ubuntu using the apt-get command. But as I mentioned above, I think YDL uses yum and not apt-get. Not sure why! But once I had loaded SSH client and rebooted I then headed to my iMac and fire up terminal and enter this command...
Code:
ssh -l merlinps3 10.0.1.22
ok that works. get something somewhat similar.
Now you see the prompt change to show you that you are SSHed into the PS3. From here you can update packages or mount the SMB share. I think it HAS to be an SMB share for this to work.
Code:
sudo smbmount //10.0.1.12/BlurayRips /home/merlinps3/blurayrips -o username=merlinps3,password=gtp123,uid=1000,mask=000
has to be SMB? ok. the way i got my files over before was using secure FTP! it worked like a champ. SMB didnt work at all, SO unstable (does it run on UDP?) this wont work for me because SMB isnt installed, but now i might be able to install it - will attempt later tonight when everybody is asleep.
Once you enter the password, the icon will appear on the PS3 desktop. But it isnt the icon you're thinking of. It looks like this (sorry for the quality)...
and the properties...
So by mounting it as an SMB, you officially give it LOCAL mapping. So to rip the ISO I simply type in...
Code:
sudo dd if=/dev/cdrom of=/home/merlinps3/blurayrips/discname.iso
you make it sound so simple! well duh it is simple! but you know....

im an idiot!
HOWEVER! If you go onto the PS3 and view the network shares through the GUI and then mount one, it isnt the same...
Network drives...
right click and mount...
Folder appears on the desktop but is different than the SMB drive...
When you mount it via the GUI the mapping, as you know, is some network address as opposed to the local SMB creates.
Im not sure why any of this works bro. All I know is what worked for me. Once you get this going you never really have to worry about it other than typing the commands I provided above.
true, thats the problem that i am having! when you connect via GUI it doesnt actually map the path to anywhere. i can create a shortcut on the desktop, but the dd command still doesnt allow you to save to that.
Ok, I found out for YDL to login as root you type "su" without the quotes, then enter your password.
tried it and it works im pretty sure

thankyou!
On my Ubuntu I have 2 users, root and merlinps3...
This is the reason I think you need the same user created on the iMac. To allow sharing and SSH access. For example, I have a MBP and an iMac. I have to have my MBP user built on my iMac to specifically share a folder between the 2. Well maybe I dont HAVE to but thats how I have mine built.
i have never done that sort of thing with any of my networked devices. i use the credentials of the machine i am remoting/mapping into because that is how i was taught. tbh this having the "same account on both machines" makes absolutely no sense to me from a networking point of view - but i will try it and if i works i will apologise profusely
Hey man, you've helped me out before too so no problem! I just hope you get it going!
ive got it working doing my current workflow, takes a tiny bit longer but its no problem.
1. FTP into imac, copy /media/BRdisc folder, paste into iMac
2. open AnyDVD HD - create ISO
3. convert to .mkv with makemkv
as it stands, The Hangover is VC-1 and will not play on the PS3. i am converting with handbrake, making it into a .mkv file - but i am reencoding with h264 @ 100% CBR. ill let you know how that goes! hopefully the quality is identical (but it plays of course).
thanks so much mate
