Conecting to a remote harddrive

Hello everyone,
I have a mac mini hooked up to my TV at home and use it to play all my dvd's, music, etc through my home stereo. Plugged into the mini is a 160gb usb2.0 hard drive with all of my music on it.
I also have a macbook that I love. I am not too savvy when it comes to more advanced networking, but I would like to be able to connect to this hard drive when I am at school or work and use the music on there as my itunes library. Is this possible? I will be connected to my school and work wirelessly when I am there.
I have been reading a little on different VNC programs, but I am unsure exactly how those might be used.
Ideally I would like some solution that is free or cheap, but I am willing to pay for a solution that will make this possible.
Another issue I was thinking of that might be applicable to my problem is determining if I have a static or dynamic IP address. Would this make a difference? How would I determine if my IP is static or dynamic, and how would I get a dynamic IP if I need it.
Thanks for your help with this long winded question.

This isn't really a Mac Mini-specific question.
I'd suggest that you post in the Tiger networking or the iTunes forum, to get maximum exposure to answers.
And this is not an easy problem. A lot will depend on what routers are between your MacBook and your Mini.
Additionally, are the songs you want to access protected by Apple's Fairplay Digital Rights Management, or are they stuff you ripped?

Similar Messages

  • Working off a remote harddrive

    Please could someone tell me is it possible to keep all my photos on a remote harddrive and then organise, edit etc them using photoshop elements 4.0 on windows vista?
    Ideally i would like to work off my remote hard drive (with all the photos on) and then use two computers to update, organise, tag and edit etc my photos is this possible...if so how do i do this?
    How would i then back my photos up?

    >change edit them via two computers....maybe with two different forms of photoshop!
    There is no way to have two different versions of elements update the same catalog, for one thing. When you upgrade to a new version of elements your catalog converts, yes, but the old catalog is not aware of changes made to the new catalog, and the new catalog is not aware of subsequent changes to the old version.

  • Conection to 2 remote tv

    I am looking to hardwire a mac mini (under stairs) to 2 TV's (seperate rooms) and create full funtionality on either tv. Can somebody advice on cable spec and any other equipment requirements to carry this out. I am only at the cable stage. Distance to tv 1 approx. 4m & TV 2 approx. 22m.

    Hi Leo,
    Thats possible. Only thing is you have to assign the correct target system (PBWo or PBWn)  when transporting. Contact your BASIS on this.
    Bye
    Dinesh

  • Conecting with dial up to a remote system

    Im trying to create a little application that uses the computer's modem to dial a number and conects to a remote system, login to the system using a login and password that is stored in a local database and report if it conected succesfully or failed to connect.
    I have worked before with java creating small applications that take data from a DB and allow it manipulation, but its completly unknow to me if there is an API that lets you use the ATDT comands to conect remotley and also I wouldn't know how to do the login and interpret if it was succesful or not.

    Here's some code that may help...
    I wrote it many years ago, when I started out with Java. It is compatible with Windows only and is capable of dialing an ISP... I suspect it could be modified to dial an arbitrary number.
    import java.lang.System;
    import java.lang.Runtime;
    import java.lang.Exception;
    import java.io.IOException;
    public class Dialup
         //Connect-Disconnect commands
         private final String WINNT_CONNECT          = "rasdial.exe ";
         private final String WINNT_DISCONNECT     = "rasdial.exe /disconnect";
         private final String WIN9x_CONNECT          = "Rundll32.exe Rnaui.dll,RnaDial ";
    //     private final String WIN9x_DISCONNECT     =  //doesn't seem to be possible!
         private String connectCommand;
         private String disconnectCommand;
         private boolean winnt;
          * Constructor
          * @param winnt <code>boolean</code> systems o/s
          * @param connectionProvide <code>String</code> users dialup connection provider
         public Dialup(boolean winnt, String connectionProvider)
              this.winnt = winnt;
              if (winnt)     //sets connect/disconnect commands under Windows NT
                   connectCommand = WINNT_CONNECT + connectionProvider;
                   disconnectCommand = WINNT_DISCONNECT;
              else          //sets connect/disconnect commands under Windows 9x
                   connectCommand = WIN9x_CONNECT + connectionProvider;
    //               disconnectCommand = WIN9X_DISCONNECT;
          * connect dials a connection
          * @return <code>boolean</code> dialup connection status
         public boolean connect()
              System.out.println("Establishing a dialup connection...");
              try
                   //executes connection command and waits for its completion before continuing
                   Runtime.getRuntime().exec(connectCommand).waitFor();     
              catch (Exception e)
                   System.out.println("Dialup connection failed.");
                   return false;
              System.out.println("Dialup connection established.");
              return true;
          * disconnect disconnects a connection
          * @return <code>boolean</code> dialup connection status
         public boolean disconnect()
              try
                   //executes the disconnect command and waits for its completion before continuing
                   if (winnt)
                        Runtime.getRuntime().exec(disconnectCommand).waitFor();
                   else
                        ;     //do nothing (at this point it seems impossible to disconnect under win98)
              catch (Exception e)
                   return false;
              System.out.println("Dialup connection disconnected");
              return true;
    }

  • MacMini Remote Hard Drive Home Directory Crashes For no Apparent Reason

    Hello
    Hopefully someone here can help me fix this problem I've been having.
    BACKGROUND:
    I have my MacMini setup with a remote harddrive where i keep all of my movies, music and personal settings. I origionally copied my home directory over to the macmini and changed the default settings so that it recognized it as such. This is very convenient since the mini has a mini hard disk that is much too small for my needs.
    ISSUE:
    SO...Everything is going pretty great. No problems whatsoever, and then it goes to sleep and won't wake up. So i reboot and it automatically logs into the default account. But now all of my settings are gone and it looks like a fresh install..***. What a pain in the *** this is I hate resetting all this crap, exactly why i set up a remote home dir. So naturally I attempt to change the home dir back, but at login it just shakes and says not able to log into...
    any ideas? I realize your not supposed to mess with those settings, but its a nice things to change. Makes me happy to have my movies be in the movie folder.
    Thanks

    Hello
    Hopefully someone here can help me fix this problem I've been having.
    BACKGROUND:
    I have my MacMini setup with a remote harddrive where i keep all of my movies, music and personal settings. I origionally copied my home directory over to the macmini and changed the default settings so that it recognized it as such. This is very convenient since the mini has a mini hard disk that is much too small for my needs.
    ISSUE:
    SO...Everything is going pretty great. No problems whatsoever, and then it goes to sleep and won't wake up. So i reboot and it automatically logs into the default account. But now all of my settings are gone and it looks like a fresh install..***. What a pain in the *** this is I hate resetting all this crap, exactly why i set up a remote home dir. So naturally I attempt to change the home dir back, but at login it just shakes and says not able to log into...
    any ideas? I realize your not supposed to mess with those settings, but its a nice things to change. Makes me happy to have my movies be in the movie folder.
    Thanks

  • HT4796 I would like to transfer many pictures from my pc remote hard drive to my new mac remote hard drive without them clogging up and maybe crashing my computer.  Can this be done?   I have over a TB  and my mac remote hard drive is 4TB

    Does anyone know how to transfer about 1 TB of pictures from my old pc remote hard drive to my new 4 TB remote harddrive on my Mac.  I would like them to go directly from remote hard drive to remote hard drive without them clogging up my computer.
    Thanks

    Connect both drives to the Mac and drag from the old to the new.
    I have no idea if it will "clog" up your Mac. It will likely take quite a while (6 + hours on USB 2.0).
    You might want to break it up in batches, or run it overnight.

  • Error code 1 remote panel close connection

    Good Afternoon,
    i'am working with the web publishing tool utility of LabVIEW 8.6 to open vi files (front panels) remotely. I've programmed a server in LV that receives querys from a web server/client programmed appart (not in LV).  I got to open the vi files remotely, executing it embedded and allowing the user to take the control. Afeter some minutes i want to close the conection with that remote panel. For doing that, i have used the Invoke Node with the method -> RP.Close Connection to Client which uses the conection previosly searched with RP.Client connections. The problem that I have is the next one:
    Many times, this process works fine, but some times, it appears the following error:
                         Error 1 ocurred at Invoke Node in ....
                         Possible reasons
                         LabVIEW: An input parameter is invalid. For example if the input is a path, the path might not contain a character not allowed by the OS    such as ? or @
                         Method Name: Remote Panel:close connection to Client
    I've checked the path that taht methos is using and it doesn't include any ilegal character, the path is the same that in other times when it works fine. With this porblem I can't close the connection what it'sa really necesary for my work.
    Has anybody idea how to fix it?
    Thank you very much!

    Could it be a LabVIEW bug? I've heard that labVIEW 8.6 has some troubles with web service

  • Printers print garbage in remote desktop section

    When conected in a remote desktop section with the Windows Server 2008, all the printing work from oulook, words, and explorer are send to the printer very slow and all it prints is garbage.

    Hi,
    Thanks for the post.
    At this time, I need to confirm the following points with you.
    1. Is TS Easy Print function used on Windows Server 2008?
    2. If we just print a text file from Notepad, what will happen?
    3. Is the problematic printer hosted on the client?
    4. Is there any error message in the Event Log?
    If TS easy print function is used on Windows Server 2008, please try to install the appropriate printer driver on TS server and disable the following policy setting, then verify if this issue will occur.
    Use Terminal Services Easy Print printer driver first
    Thanks,
    Miles
    This policy setting is located in the following node of the Local Group Policy Editor:
    Computer Configuration\Administrative Templates\Windows Components\Terminal Services\Terminal Server\Printer RedirectionPlease remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • FILE not found error: j2ee/home/applib/applications-mapping.xml (No such fi

    Hi EveryBody
    i have my applications-mapping.xml file already in the applib directory, but when i try to conect to a remote ejb i had this error[b]
    FILE not found error: j2ee/home/applib/applications-mapping.xml (No such file or directory)
    can anyone help??

    gday
    Is the error on the client or server?
    What role in the application does applications-mapping.xml fulfill?
    How are you loading the file in?
    -steve-

  • How to choose a specific port via Palimpsest?

    I found out today that Palimpsest Disk Utility can access remote harddrives via the SSH protocol. But Im not running SSH on my server via port 22. How do I choose a specific port?

    galo,
    willkommen zu den Apple Diskussionen.
    You don't state which version of Keynote you're using. Keynote 3 offers an option to restart the presentation after an inactivity of x min (at least 1 min).
    Look at Document inspector on the Document tab.
    In German: Klick im Informationen-Fenster auf das weiße Blatt und ggf. den Dokument-Button. Dort findest Du:
    Präsentation als Endlosschleife
    Präsentation neu starten nach Inaktivität von
    Viel Erfolg.
    If this information is useful to you, please mark it as "helpful" or "solved" using the little buttons in the titlebar of this message. Thank you.
    PowerBook G4 17", 1GB   Mac OS X (10.4.7)   iMac G5 20"; iPod 3G, iPod Shuffle, iSight

  • Byte Array Copy

    Hello,
    I have a problem that I have to write code to address the issue of modem disconnections while copying data. The problem is that I have to programmactially dial modems and copy programs to a remote windows based system. The issue is that I sometimes get disconnected from the remote site and loose my copy progress. I want to be able to be able to break apart an executable into chunks and copy those chunks to the remote harddrive and if I get disconnect, I will re dial the connection and pick up where I left off so that I dont loose the time that I spent already copying the file.
    I am currently using this method for copying the executables across the dial up connection but need to modify it and to be honest I dont know how. I know I should stuff the executable into some sort of byte array, get the length of that array, and copy each byte array element to the harddrive; loop through the array until the copy is complete. If disconnection or "semaphore timeout" exception is thrown, redial the connection, read the bytes that are already written on the remote locations harddrive, compare the bytes to what is stored locally, and copy those bytes until complete.
    Here is the method that I am using. I understand that I could use NIO to do the copy and it would be faster but I dont want to have to make major changes. I have attempted to search google for answers but only can find methods like this. Which is basically what I have...
        public static boolean uploadPackage(String src,String dst) {
            try {
                InputStream in = new FileInputStream(src);
                OutputStream out = new FileOutputStream(dst);
                // Transfer bytes from in to out
                byte[] buf = new byte[1024];
                int len;
                while ((len = in.read(buf)) > 0) {
                    System.out.println("WRITING BUFFER " + len + " " + in.read(buf));
                    out.write(buf, 0, len);
                in.close();
                out.close();
                return true;
            } catch (IOException e) {
                System.out.println("IOEXCEPTION " + e);
                return false;
        }

    Dukes are worthless.
    Do you have a question? I didn't see one.
    Why do you feel the need to put a bunch of byte arrays to disk? The file itself is ultimately a byte array. Why not just store a file that says what the last byte successfully transferred was. Probably it should also indicate the last file modification date, so you can see if the file has changed out from under you between transfers. Then you can just reload the file and resend the bits you need.
    For that matter, there must be a system that can transfer files in bits. I used to do this with uuencode and split on shell script. I wouldn't be surprised if rsync or something like it has support for something like this.

  • I Need Use the USB port and CDROM from iManager

    Originally Posted by AndersG
    Crsven,
    > Now, I need access through of imanager the CD-ROM or the USB (Pen
    > Drive) and I don't see, I don't access, pls, how I can see they.
    Not sure what you want? What do you want to do with CD/USB in iMAnager?
    - Anders Gustafsson (Sysop)
    The Aaland Islands (N60 E20)
    Discover the new Novell forums at http://forums.novell.com
    Novell does not monitor these forums officially.
    Enhancement requests for all Novell products may be made at
    Enhancement Request
    Ok. I need install the license that I have in the Pen drive, but the iManager only see the unit's A, C and SYS. Not see the CD-ROM. I search with the file manager the USB port with by my pendrive or the CDrom and don't found. I don't have floppy for install and I think that no is necesary install a floppy (is obsolete).
    Thanks
    Saludos(Regards)
    Rafael Sarramera

    190.36.1.1 is probably the WAN address of your firewall which will then be NAT to your server
    So currently from outside your network, if you browse 190.36.1.1:8008 you would then reach your remote management screen.
    This is therefore not the correct IP address, you need the internal LAN address of the server to enter into your workstation NW Client box
    Splash
    >>> crsven<[email protected]> 08/03/2008 17:46 >>>
    AndersG;1484107 Wrote: > Crsven,
    > > Ok. Pls. Could you help me to config or where I can read that
    > > information. I treated of connect and I can't connect to server with
    > > IP.
    > >
    > Assuming a local workstation? Make sure you have an IP address bound> on
    > the server. I also assume that you have a Windows workstation with the
    > NW client installed. When you get the login window, leave tree blank,
    > enter the server ip in the server field and provide username and
    > password. If you get that to work, then we can take it from there.
    >
    > - Anders Gustafsson (Sysop)
    > The Aaland Islands (N60 E20)
    >
    > Discover the new Novell forums at http://forums.novell.com
    >
    > Novell does not monitor these forums officially.
    > Enhancement requests for all Novell products may be made at
    > 'Enhancement Request' (http://support.novell.com/enhancement)
    You assume good, but I leave Tree blank, the context blank and in fieldserver I use the address Ip 190.36.1.1, that is the ip addressconfigured for the conection with the remote manager of Novell(190.36.1.1:8008).
    I think that the config that I need is in the server.
    Thanks-- Saludos(Regards)
    Rafael Sarramera------------------------------------------------------------------------crsven's Profile: http://forums.novell.com/member.php?userid=7705View this thread: http://forums.novell.com/showthread.php?t=314402

  • Wireless and wired mac pro isue

    I recently bought a mac book air, Im trying to use my mac_pro's optical drive, but my mac pro
    is not wireless, it is wired conected to a linksys router to get the internet, when Im trying to make virtual conection with the remote disk option, nothing appear on the list...
    A step of the process on the guide says "Make sure your mac book air an the other computer and on the same wireless network", does it means that I can't use my wired mac pro 's optical drive to share?
    please somebody help me...

    I'm going to disagree with Kappy - it does work with wired computers. Instructions for Optical Drive Sharing are on Page 15 of the MacBook Air Users guide. You will need to install the Optical Drive Sharing software package on the host Mac if it is running Tiger (10.4.10 required) that's on Disc 1 of the MacBook Air System Discs.
    -Douggo

  • BPFu00B4s dont open schedules, reports or packages in Client

    Hi experts,
    I am using BPC 7.0 SP 4 Microsoft Version and Microsoft Excel 2003.
    I have this problem, we created some BPF´s conected by Desktop Remote
    Connection to one virtual machine. And they work perfectly, but when i
    try to open this BPF´s using Client module by internet explorer
    (without use Desktop Remote Conection), they fail.
    I mean, we can enter in BPC Web, and select and open the Business
    Process Flows. They open Microsoft Excel, but they dont open the
    schedules (reports and packages also not) that we selected in BPC
    Administration for them.
    I tried to open manually the schedule, and the program open it
    perfectly.
    Steps for Reconstruction    
    1) Use BPC 7.0 M SP4
    2) Enter in BPC Web and select open a BPF
    3) Try to choose one step for open one schedule or report automaticly
    in Excel
    4) The BPF doesnt open the schedule, only open bpc excel with menus,
    but not with the schedule. It doent appear also the red box in right
    side from BPF.
    Thank you for your help!!
    Juan

    Adding the FQDN in the Connection Wizard solved this problem for me, too.

  • Dsn-less connections on hosting

    Hi,
    In the past Ive had lost of success using Dreamweaver 8 to
    create dsn-less conections on a remote testing server. It has
    always been a Windows server.
    Recently i have been looking at creating a simple blog page
    for a friend using an Access database on his web hosting on a Linux
    server using ASP VBScript.
    It is virtual hosting so all the pages have to be FTPd to a
    directory called "web" Im sure I have setup my site definitions
    correctly locally and on the testing server. However after editing
    my custom connection string and clicking the test key I cannot
    establish a connection.
    The connection string I am using is similar to the following
    "Driver={Microsoft Access Driver (*.mdb)};DBQ=" &
    Server.Mappath("\DBPath\db.mdb")
    I commonly get error message 500 "Unknown server Error" after
    pressing the test button.
    Im pretty sure the connection string is correct and its
    something to do with the fact its on virtual hosting (but i did
    think using Server.Mappath would handle that) or its because its a
    Linux server.
    Any points in the right direction would be most appreciated!
    "Driver={Microsoft Access Driver (*.mdb)};DBQ=" &
    Server.Mappath("\DBPath\db.mdb")

    On 20 Apr 2007 in macromedia.dreamweaver.appdev, Piers wrote:
    > I wouldn't use Server.MapPath for a DB conn. The server
    will have to
    > calculate the path for the db every time a connection is
    made. I
    > (people please correct me on this) feel it would be
    better to spend
    > a bit of time and find the path to the DB at the start,
    and hard
    > code it.
    That's the way I do it.
    > They're not gonna move your db without telling you!
    Wanna bet?
    More specifically - the hosting provider won't change /your/
    file
    structure. But they may change theirs, which could result in
    a file path
    like D:\clients\username1234\database\mydb.mdb changing to
    r:\newserver
    \newpath\newusername\databases\mydb.mdb Hopefully they would
    notify you
    in advance, though.
    Joe Makowiec
    http://makowiec.net/
    Email:
    http://makowiec.net/contact.php

Maybe you are looking for

  • How to use multiple tables in developing one Graph in Endeca Integrator

    We have the requirement where we want to show the matrix for a particular entity which is coming from two separate table, there is a join which is possible on both the tables to get the correct data. But we are not able to find how to use data from t

  • Parameter type in stored procedure call

    What is the best way using ODP.net to reference the parameter type? I have several stored procedure in a Oracle 9i database. The database looks like: Name Null? Type FLTID NOT NULL NUMBER(10) PLANEID NOT NULL VARCHAR2(3) The call in my VB.net app is:

  • Reasons for query taking so long to execute?

    Hi All, We have a table in our database which contains more than 7 million records. The table has 34 columns. We have defined a unique identifier to act as primary key for the table, (which is a number, generated from a sequence) When I execute the b

  • How to limit the number of instances of an MDB?

    Hi, I am using jboss 4.0.5 AS, and we have an mdb which listens to the jboss's jms queue. We are using ejb 3. we are configuring MDB like this @MessageDriven(name="LongProcessMessageBean", activationConfig = { @ActivationConfigProperty(propertyName="

  • Using USB memory card ready boost for RAM???

    I recently purchased a 16 gb  HP memory card for my laptop, in hope to replace my old 4 gb HP memory card I was using priorly for it's ready boost capability. When  checking my computers performance, I noticed one of the places I most commonly lag in