USB Hard Disk Question (Format Type)

Hi,
I've bought a 500GB Hard Disk which I'd like to use for editing.
The Hard Disk works fine and I can Log and Transfer small video files ok. The problem occurs when I want to capture large video files. These always seem to error. The same large video files work fine if I capture straight to my iMac's internal Hard Disk.
I think the problem occurs when the video is greater than 4GB. Could this be related to the Format type of the USB Hard Disk?
If so how should I re-format the drive to work with large video files? And how do I do this on a Mac?
Thanks,
Richard.

A USB drive will not cut it for video editing. You will get dropped frames, either when editing or capturing to it. USB transfers data in bursts, not a continuous stream as FireWire does. Wile it might not be happening right now, it will once you start filling it up, having multiple tracks in FCP, etc.
Your drive came preformatted for Windows, as do most of them. The FAT file structure used has an individual file size limit of 4GB.
To reformat as for the Mac OS, use Disk Utility (In the Applications/Utilities folder).
Open Disk Utility.
Select the drive in the column at left.
Click on Erase and choose Mac OS Extended, click the Erase button at bottom right to confirm.
This will of course, destroy all files currently on the drive. Back up first!
For best results, recapture your video again.

Similar Messages

  • HP MINI 5101 problem with instaling XP SP3 with Usb Hard disk

    i have problem formatting and installing windows XP SP3 with my usb hard disk on HP Mini 5101
    my laptop wont read my usb anyone have any suggestions???
    please help

    I dont know the exact reason.... and HP engineer can tell you though... but i'm sure that it was built like this purposly...
    my thinking is:
    the WWAN Modem works constantly with the battery power as the AC power may differ some times and it can harm the modem...
    also suppose..
    the netbook is running on the battery power and you are using the WWAN....
    you plugged in the AC adapter... which will offcource change the incoming power to the laptop...
    if the WWAN also switches to the AC power then it will face interaption and your work will get interepted....
    it is like cell phones.....
    they will not get signal unless the battery is inserted...
    ||-Although I am working on behalf of HP, I am speaking for myself and not for HP.-||
    //Click on Kudos if my reply was helpful and answered your question//
    ||-If my answer solved the problem please mark the topic as the accepted solution-||

  • Arch: Install to & run from External USB Hard Disk Drive (HDD)

    I wanted to play with ArchLinux 2009.02, but replacing the existing Debian-Lenny on the laptop's HDD wasn't an option. So I experimented with installing Arch on an external USB Hard Disk Drive.
    I have tried to make this "newbie-friendly", so I hope the more experienced will forgive the detail.
    Materials:
    Three year old Dell Inspiron 6000
         CPU = 2.0 GHz Pentium
         RAM = 2.0 GB
         Internal HDD = 80 GB
         Internal CD/DVD R/RW
    External USB HDD = Freecom FHD-2 Pro 80 GB
    Archlinux 2009.02 install CD
    Steps to install:
    1. I put the Archlinux install CD in the drive and connected the external 80 GB HDD in the USB port.
    2. When the Dell laptop was booted, I pressed F2 to enter the BIOS setup. I edited the boot sequence to the following:
         Internal CD/DVD
         External USB device
         Internal HDD
    On the Dell, you can also press F12 to select the preferred boot device for that boot.
    3. I started the laptop and the Archlinux installation menu came up and I proceeded with installation following the "Official Arch Linux Install Guide" and the "Beginners Guide".
    4. Used km to change to UK keyboard layout and then began the installer script (/arch/setup). I was installing from the core CD so I skipped the network steps.
    5. HDD preparation.
    This was fairly straightforward with two cautions:
         (a) Make very sure that the external HDD (sdb) is selected for the operations.
         (b) Remember to set the Bootable Flag for the first (/) partition on the HDD.
    I chose 20 GB for /, 2 GB for swap and the remainder for /home.
    6. The package selection and installation was fairly straightforward.
    7. Configuration of System
    This was section was straightforward with one warning:
         USB had to be added to the HOOKS in the /etc/mkinitcpio.conf file!
    I found this to be essential for my external USB HDD to function as a bootable device. Otherwise I got the same sorts of errors relating to unrecognisable file system types that other people have reported in the forum.
    The relevant line from the end of the edited /etc/mkinitcpio.conf file is below:
    HOOKS="base udev autodetect pata scsi sata usb filesystems"
    8. Installation of GRUB was the other point where caution and/or correction was necessary.
    When it asked where GRUB should be installed, I had to select sdb (my external USB HDD) and not any of the particular partitions on sdb. If the root partition sdb1 was selected then the laptop won't boot from the external USB HDD.
    The GRUB /boot/grub/menu.lst as written by the installation routine specifies hd(1,0) which doesn't work when you try to reboot from the external USB HDD. When you boot Arch from the external USB HDD, as far as Arch is concerned - at that point in time - the external USB HDD is the first drive in the system. To fix this:
         (a) When the Arch boot menu comes up, press e to edit the grub entries.
         (b) Change the first line to hd(0,0)
         (c) To the end of the kernel line add rootdelay=8
         (d) Press b to boot the system with these temporary corrections.
         (e) Once your Arch system has booted, edit the /boot/grub/menu.lst to make the above changes permanent.
    The relevant portion of my /boot/grub/menu.lst looks like the following:
    # (0) Arch Linux
    title  Arch Linux
    root   (hd0,0)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/... ro rootdelay=8
    initrd /boot/kernel26.img
    # (1) Arch Linux
    title  Arch Linux Fallback
    root   (hd0,0)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/... ro rootdelay=8
    initrd /boot/kernel26-fallback.img
    9. The laptop happily and consistently boots Arch Linux from the external USB HDD when it's plugged in before startup/booting.
    Running Arch from the external USB HDD seems as quick as running Debian from the internal HDD.
    So if there is a performance penalty associated with using an external USB HDD, my wife and I haven't noticed.
    In summary, the three essential points to address during installation to an external USB HDD are:
         Remember to set the bootable flag for the first partition.
         Add USB to the HOOKS for /etc/mkinitcpio.conf file.
         Correct the /etc/grub/menu.lst file.
    I hope this is helpful.
    Ted

    Hi Rookie,
    As you say, it is worth remembering the rootfstype= option for the kernel line just in case someone still has problems with GRUB after making all the other changes.
    I was working with the most recent Arch 2009.2 release.
    I only got messages about unrecognisable file system type when I tried booting with the "stock" or "as-installed" GRUB (before I edited /boot/grub/menu.lst). After editing /boot/grub/menu.lst to identify the drive correctly and add rootdelay, GRUB was able to do the rest and everything worked OK without any error messages.
    Best wishes,
    Ted

  • USB hard disk: operation not permitted how[SOLVED]

    hello guys,
    I have a usb hard disk with ntfs filesystem. I formatted the drive in windows. Now I want to backup some files on it. Whenever I try to create a folder in it, it says operation not permitted.
    How can I change the permission?
    Last edited by Archie_Enthusiasm (2010-12-08 19:22:38)

    And make sure they're not mounted as Read-Only in fstab:
    /dev/cdrom           /media/cd      iso9660   ro,user,noauto,unhide    0      0
    /dev/dvd               /media/dvd    udf           ro,user,noauto,unhide    0      0
    Works better for disc drives, flash drives occasionally. Hard drives... not so much.

  • My mac pro does not start up because then hard disk is formatted

    My mac pro does not start up because then hard disk is formatted, How can install the operating system.
    regards,
    Tassew

    Did you erase the hard drive yourself? If not, what exactly are you seeing, and what happened immediately prior to you starting to see it?
    Your profile indicates that you are/were running Lion (Mac OS X 10.7.4) on a retina MacBook Pro, so you should be able to hold down command-R at startup to enter recovery mode, and you can reinstall the system from there. But whether or not you need to do something else first depends on your answers to the questions above.

  • Airport extreme will not boot with USB hard disk plugged in.

    Hi there,
    I'm using the Airport Extreme Base Station, and I find that if I have a USB hard disk plugged into it, it will not boot up, it only hang-ups with an amber light, and stays there indefinitely.  It's not a terrible issue because it can be overcome by unplugging the disk then rebooting, but it's irritating, especially when I'm not home and there is a power temporary outage and my wife can no longer access the internet or I can no longer access my disks over the internet.
    Is there a solution to this problem?
    Thanks,
    Marc

    I'm going to have to replace the unit, as I'm unable to turn off DHCP services, which is wreaking havoc on my server based environment.
    Considering THIS issue *AND* the major DHCP show stopper, frankly, I'm debating etiher the fire pit or tossing the damned thing into the intersection and watching it be reduced to the trash that it is.
    Either way, there'll be 7 feet of pack ice in **** before I buy another Apple networking product.
    I'll decide later, with a jaundiced eye, regarding our XServe unit. Might reformat it to Linux...

  • Cannot see my shared USB hard disk's connected on my Mac-mini on my Macbook

    As you all can see, I'm a Mac user since 1989, i've don't like working on a windows-computer.
    But i've got a problem since I'm using Mac os X 10.5. If i try to make a connection with my Macbook pro to my Mac-mini (my Mac-mini has two USB hard disks) i cannot select the USB hard disks. But my WIDOWS computer has no problem to approche these disks???? Can anyone help me????

    Hi WillemH777-NL and welcome to the discussion forums.
    On the MacMini open system preferences-->sharing
    then select 'File Sharing' from the Service column. Then under Shared Folders make sure your 2 usb drives are listed, if not click the + sign and add them.
    then click the 'options' button
    make sure Share files and folders using AFP is checked
    make sure Share file and folders using SMB is checked
    Then switch on the names of the users and the mac can use the smb service.
    then click Done
    Now see if you can access the mini's sharepoints.

  • WRT610N New Firmware Upgrade and USB Hard disk not working

    Hi, I've just upgraded the new firmware, everything seems fine but now my USB Hard disk is not recognizable unless i restart the router. I have a Seagate FreeAgent 500Gigs, and it worked perfectly with the previous firmware. Just wondering if its just me or anyone else has the same problem. 
    Thanks 
    I forgot to add that afterawhile the hard disk isnt recognizable again and i have to reset it to get it working 
    Message Edited by jellydish on 02-13-2009 06:09 AM

    The same thing is happening to me... After the HDD goes to sleep, when you goto access it again you can hear it spin up but you still can't access it at all.

  • The finder window for an external USB hard disk suddenly started separating files by time (today, yesterday, etc.) and stopped allowing me to change column width, order, etc. Also the header bar shifted to flat white from gray.

    The finder window for an external USB hard disk suddenly started separating files by time (today, yesterday, etc.) and stopped allowing me to change column width, order, etc. Also the header bar shifted to flat white from gray.
    All was normal until the icon for the disk stopped showing up on the desktop when I would plug it in. I rebooted the computer, and the disk icon now shows up but this new look to the finder window started as a result. The hard disk does not have this problem when I use it on another Mac running Snow leopard. Also, two other external hard disks that I use on this computer running lion 7.4 still have the normal header bars with columns that can be reordered, etc.
    I have tried looking in preferences and other places but have not seen this discussed. 

    Well duh - I finally figured out that somehow in the View options for the hard drive, the "arrange by" option had been changed to "by date" from "none". Not sure how that happened, I had never used the "view options" menu tem before. Changing "arrange by" back to "none" gets the gray column headers and the collapsible folder icons back. 

  • HT4889 Migration Assistant to update my new Mountain Lion iMac from an external USB hard disk drive, it is constantly saying that it is "looking for other computers". It doesn't find the external drive. Why is it looking for other computers?

    I'm trying to use Migration Assistant to update my new Mountain Lion iMac from an external USB hard disk drive. I told it to look for a drive, yet it is constantly saying that it is "looking for other computers". It doesn't find the external drive ... it just endlessly looks for other computers. Why is it looking for other computers at all, when I told it not to?

    Wow, the wording in Migration Assistant is misleading. I've never used it before, so I thought I would try to copy my files from the external drive ... my old iMac died, but I managed to get everything I need off it, using the 'cp' command in single-user mode. So I guess I'll just have to manually copy the files from the external drive to the new machine. I was hoping that Migration Assistant might help somehow, but obviously not.
    Thanks for the quick reply!

  • Trouble connecting to external USB hard disk through PC

    I've had AirPort Extreme 802.11n for a few months which I use to connect to a printer and to share a USB hard disk between my eMac and my thinkpad. For a while everything was working beautifully. The disk showed up on my eMac desktop and in my Windows XP file explorer. Then recently the USB disk stopped connecting at all to either computer even after trying the old remedy of connecting directly to my Mac, dismounting it, and reconnecting. Then today a bunch of updates for the AirPort Utility became available and after updating to 5.3.1 on my eMac the disk shows up on my eMac again. But on my PC here's the situation: the disk appears in the AirPort Utility for Windows (5.3.1) but I can't find it in Windows file explorer. I tried the alternative ways of connecting shown here:
    http://docs.info.apple.com/article.html?artnum=306119
    but no dice.

    Uhmmmmmm, you meant to say the Macbook Air DOES have (2)  USB PORTS 
    GENEDI, yes, you can connect a 2.5" USB external HD to your Mac AIR, ...... done it a 1000 times 

  • Cannot Access USB Hard Disk

    I have a USB hub connected to my airport with a printer and USB hard disk attached. I can see in manual setup in AirPort utility that both the printer and the hard disk are set up and connected. The printer prints wirelessly.
    My problem is that I cannot find the hard disk on my computer in order to take and put in files. Where is the hard disk located???

    In the Airport Utility /Disks/File Sharing make sure 'Enable file sharing' is checked. Select your choice for access (Secure Shared Disks).
    Airport Disk Utility: I have enabled 'Automatically discover AirPort Disks' as well as 'Show Airport Disks in the menu bar'. My action for the Airport is 'Connect with Password'.
    More often than not every disk I add to the hub (which is attached to the base station), shows up immediately. When it doesn't, I simply use the menu bar icon, click on the airport name and click 'OK' once the disk availability box appears. My oresent setup is to remember the password in my keychain.
    Note: since updating the firmware as well as Airport application, I have had no issues with hard drive access or, in particular, printer access.

  • Sharing and Securing USB Hard Disks on Your Network

    Hello,
    For the past year, I had a network created with my Airport Extreme giving me access to a USB Hard Disk. The whole thing was working great until last week. From then, even if I had access to web through my Airport, my network wasn't available anymore. All my settings in the Airport base station are as they where before the bug. My USB disk (LaCie 500g) is fine and running as normal. I have unconnected my base station and USB disk and reconnected them, but still, the computer doesn't give me access to my network and by the same occasion, I don't have access to my external disk.
    I need a hand on this problem.
    Thanks

    No problem with Sharepoints...
    http://www.hornware.com/sharepoints/

  • Why does my mac mini crash and reboot when I do a time machine backup to a USB Hard Disk?

    This is the second time it has happened, the first was with a powered USB Hard Disk, this time with a WD Elements HD.
    The first time, it crashed and popped up an alert saying the machine needed to be restarted.
    After restarting it continued, then around half way through it crashed again.
    It then would not boot as it said the Mac Mini's HD was corrupted.
    Tried to repair using the recovery mode, with no joy.
    Reformatted Hard Disk, went to recover using online recovery, got a 6002F error and it wouldn't reinstall
    Took to apple service centre, they wanted to charge to reinstall the OS (put them straight on that ).
    Now it looks like it's doing it again, this time after the first crash I'm just copying the files I need manually to the external Hard Disk, which so far is OK.
    Seems these macs aren't so reliable.
    Any ideas?
    Cheers

    Hi den.thed,
    thanks for the tips, unfortunately when tryong to start the machine to do a Hardware test (to check RAM) I get the error 6002D so I'm guessing there's something more complicated afoot.
    Unfortunatley the service centre here in Malaysia doesn't seem to have any "Geniuses" or indeed any "Comptencies" as it has only just come back from their after they had it for a week.
    Makes me want to buy Dell, at least the come to you to fix.
    Just in case it's of an help, here's the Kernel Panic that kicked off today's fun.
    Mon Jun 18 10:49:47 2012
    panic(cpu 2 caller 0xffffff80004e0294): "hfs_swap_HFSPlusBTInternalNode: attr inline #27 too big (attrSize=70)\n"@/SourceCache/xnu/xnu-1699.26.8/bsd/hfs/hfs_endian.c:822
    Backtrace (CPU 2), Frame : Return Address
    0xffffff812e5ebd50 : 0xffffff8000220792
    0xffffff812e5ebdd0 : 0xffffff80004e0294
    0xffffff812e5ebe20 : 0xffffff80004e128c
    0xffffff812e5ebe70 : 0xffffff80004d4ed4
    0xffffff812e5ebeb0 : 0xffffff800031ef00
    0xffffff812e5ebf90 : 0xffffff800031fff2
    0xffffff812e5ebfb0 : 0xffffff8000820057
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    11E53
    Kernel version:
    Darwin Kernel Version 11.4.0: Mon Apr  9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64
    Kernel UUID: A8ED611D-FB0F-3729-8392-E7A32C5E7D74
    System model name: Macmini5,1 (Mac-8ED6AF5B48C039E1)
    System uptime in nanoseconds: 2217359583984
    last loaded kext at 905164039721: com.apple.filesystems.ntfs          3.10.1 (addr 0xffffff7f81072000, size 376832)
    last unloaded kext at 1040650199883: com.apple.driver.AppleUSBCDC          4.1.17 (addr 0xffffff7f80791000, size 12288)
    loaded kexts:
    com.apple.driver.AppleIntelProfile          85.2
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.driver.AudioAUUC          1.59
    com.apple.driver.AppleUpstreamUserClient          3.5.9
    com.apple.driver.AppleMCCSControl          1.0.26
    com.apple.driver.AppleMikeyDriver          2.2.0f3
    com.apple.driver.AppleIntelHD3000Graphics          7.1.8
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.driver.AppleHDA          2.2.0f3
    com.apple.driver.AGPM          100.12.42
    com.apple.driver.ApplePlatformEnabler          2.0.5d2
    com.apple.iokit.IOBluetoothSerialManager          4.0.5f11
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AudioIPCDriver          1.2.2
    com.apple.driver.AppleSMCPDRC          5.0.0d0
    com.apple.driver.ACPI_SMC_PlatformPlugin          5.0.0d0
    com.apple.driver.AppleLPC          1.5.8
    com.apple.filesystems.autofs          3.0
    com.apple.driver.BroadcomUSBBluetoothHCIController          4.0.5f11
    com.apple.driver.AppleIRController          312
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          33
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.0.3
    com.apple.driver.AppleFWOHCI          4.8.9
    com.apple.driver.AppleUSBHub          4.5.0
    com.apple.driver.AppleAHCIPort          2.3.0
    com.apple.driver.AirPort.Brcm4331          530.4.20
    com.apple.driver.AppleSDXC          1.2.0
    com.apple.iokit.AppleBCM5701Ethernet          3.1.2b2
    com.apple.driver.AppleEFINVRAM          1.5.0
    com.apple.driver.AppleUSBEHCI          4.5.8
    com.apple.driver.AppleACPIButtons          1.5
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.6
    com.apple.driver.AppleSMBIOS          1.8
    com.apple.driver.AppleACPIEC          1.5
    com.apple.driver.AppleAPIC          1.5
    com.apple.driver.AppleIntelCPUPowerManagementClient          193.0.0
    com.apple.nke.applicationfirewall          3.2.30
    com.apple.security.quarantine          1.3
    com.apple.driver.AppleIntelCPUPowerManagement          193.0.0
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.2.0
    com.apple.iokit.IOUSBMassStorageClass          3.0.1
    com.apple.driver.AppleProfileTimestampAction          85.2
    com.apple.driver.AppleProfileThreadInfoAction          85.2
    com.apple.driver.AppleProfileRegisterStateAction          85.2
    com.apple.driver.AppleProfileReadCounterAction          85.2
    com.apple.driver.AppleProfileKEventAction          85.2
    com.apple.driver.AppleProfileCallstackAction          85.2
    com.apple.iokit.AppleProfileFamily          85.2
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.driver.DspFuncLib          2.2.0f3
    com.apple.iokit.IOSurface          80.0.2
    com.apple.iokit.IOSerialFamily          10.0.5
    com.apple.iokit.IOAudioFamily          1.8.6fc17
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.ApplePolicyControl          3.0.16
    com.apple.iokit.IOFireWireIP          2.2.4
    com.apple.driver.AppleHDAController          2.2.0f3
    com.apple.iokit.IOHDAFamily          2.2.0f3
    com.apple.driver.AppleGraphicsControl          3.0.16
    com.apple.iokit.IONDRVSupport          2.3.2
    com.apple.driver.AppleSMC          3.1.3d8
    com.apple.driver.IOPlatformPluginLegacy          5.0.0d0
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.IOPlatformPluginFamily          5.1.0d17
    com.apple.kext.triggers          1.0
    com.apple.driver.AppleIntelSNBGraphicsFB          7.1.8
    com.apple.iokit.IOGraphicsFamily          2.3.2
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.2.0
    com.apple.driver.AppleThunderboltDPOutAdapter          1.8.2
    com.apple.driver.AppleThunderboltDPInAdapter          1.8.2
    com.apple.driver.AppleThunderboltDPAdapterFamily          1.8.2
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.2.4
    com.apple.driver.AppleUSBBluetoothHCIController          4.0.5f11
    com.apple.iokit.IOBluetoothFamily          4.0.5f11
    com.apple.iokit.IOUSBHIDDriver          4.4.5
    com.apple.driver.AppleUSBComposite          4.5.8
    com.apple.driver.AppleThunderboltNHI          1.5.5
    com.apple.iokit.IOThunderboltFamily          2.0.0
    com.apple.iokit.IOFireWireFamily          4.4.5
    com.apple.iokit.IOUSBUserClient          4.5.8
    com.apple.iokit.IOAHCIFamily          2.0.8
    com.apple.iokit.IO80211Family          420.3
    com.apple.iokit.IOEthernetAVBController          1.0.1b1
    com.apple.iokit.IONetworkingFamily          2.1
    com.apple.iokit.IOUSBFamily          4.5.8
    com.apple.driver.AppleEFIRuntime          1.5.0
    com.apple.iokit.IOHIDFamily          1.7.1
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          177.5
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          331.6
    com.apple.iokit.IOStorageFamily          1.7.1
    com.apple.driver.AppleKeyStore          28.18
    com.apple.driver.AppleACPIPlatform          1.5
    com.apple.iokit.IOPCIFamily          2.6.8
    com.apple.iokit.IOACPIFamily          1.4
    Cheers

  • Can connect to USB Hard Disk via OS X 10.5, but not 10.5?

    I'm able to connect to my USB Hard Disk in OS X 10.5 by simply going to "SHARED" in the Finder, but I don't see it anywhere in OS X 10.4. My 10.5 computer is connected to the AirPort Extreme via wireless, my 10.4 computer (it's actually OS X Server 10.4.11 ) is connected via a LAN port.
    If I go to the Finder and select "Network" I just see "Servers" which shows the 10.4 system I'm on. I don't see anything about the AirPort Extreme or USB Hard Disk connected to it.
    Any ideas on how I can see the USB Hard Disk on OS X Server 10.4.11 connected to the AirPort Extreme via a LAN port?
    Thanks!

    You should be able to connect to the disk via SMB from your 10.4 computer. Do you know the IP of the airport express base station? If so, use the Go menu from the Finder of the 10.4 machine and use *Connect to Server*. Enter the Server Address as smb://basestation.ip.address.here and click connect. It should present you with a login box and then mount your shares when you provide the correct credentials.
    On my airport extreme base station I have File Sharing enabled with base station password, guest access NOT allowed. My credentials are my account username (probably doesn't matter what name you put) and the base station password. It mounts the shared disk perfectly.
    Under 10.5, this method (for me anyway) has been MUCH more reliable than using the Airdisk feature. I disabled Airdisk on the client and now I always mount the share using SMB this way. It seems snappier and the problem where I used to get a drive mounted but then be unable to see anything on it has gone away.
    If you want it to automount each login (I know this method works on 10.5, can't remember about 10.4) use the *Connect to Server* dialog and enter the Server Address then click the + sign to add the server to your Favorites (the box under the Server Address line.) Then go to your Library folder in your Home directory. You will see the link you put in Favorites stored there as a file. Drag that file into the Login Items list in your user account in the Accounts pane in the System preferences. To see the connection on your desktop you need to make sure you have your Finder Preferences set to show *Connected Servers* on your Desktop. Click on the Finder menu (when you have Finder selected), then Preferences.

Maybe you are looking for

  • CV04N, classification fields w/multiple values be listed on results screen?

    When using CV04N to search for document info records, I have a classification field that has multiple values.  The search results screen only displays the first value of the multiple values.  Is there a way to display all of the values that are selec

  • Error VTO 4400

    I HAVE PROBLEM WITH THE ENTREPRISE MANAGER, WHEN I CONNECT INTO THE ENTERPRISE MANAGER CONSOLE,AND I CHOSE THE DATABASE APLICATION AND DBA STUDIO THE SYSTEM SHOW ME AN ERROR ITS NUMBER IS VTO 4400 ( NO DATABASE HAS BEEN DISCOVERED, BUT WHEN I ENTER I

  • Boilerplate.css questions

    Why are we not to tamper with the Boilerplate.css? I understand the reasoning as far as breaking page structure goes, but the file also has css styles for the likes of 'a href' colours and text decoration. Is this really necessary because it doesn't

  • Is Creative Suite 4 compatible with Snow Leopard 10.6.3???

    The adobe website is a nightmare for assistance!!! There are no phone numbers to just call someone. I have a simple question....is Creative Suite 4 (design standard) compatible with Mac Snow Leopard 10.6 version???? Needing a viable response ASAP

  • "Unsupported image format" after import from Canon PoweShot A2000IS

    Every time i import pictures from my Canon PowerShot A2000 IS Aperture presents the message "Unsuppported image format" in the viewer window. I can preview the images using coverflow or preview. Is there a way to handle this? Help would be appreciate