Back up files through Single user mode

Hello there,
it seems that I have problem with my hard drive. I tried to repair it with disk utility and the fsck command in Single user mode with no luck. The fsck command gives me the "Exited with signal 8" message and it won't start up the usual way or under Safe boot so I came to the conclusion to back up my files on an external drive and reinstall the system. I need step by step instructions how to back up the entire hard drive onto the external drive in Single User mode.

Do you have another mac with firewire?
Try target disk mode.
If you have a second Mac computer, you may want to try to copy over as many files you can. One way is to use target disk mode.
http://support.apple.com/kb/HT1661
http://lowendmac.com/misc/06/0710.html
This requires you to use your installation disk. With errors from fdsk, I do not think you will be able to copy all directories. I used a flash drive. A harddrive should be the same. To copy everything, use the directory /Volumes/Macintosh-HD
You may try to recover your data by booting up an installation cd/dvd and using the terminal.
You could try getting into the Unix command line interface and copy some files or directories.
You can copy files on the Unix command line interface if you placed the flash drive the USB port before powering on your machine.
Boot up your installation CD or DVD. To do this, place to the CD or DVD its drive. Power off the the machine. Hold down the c key then power on your machine. After you specify the language you will come to the installation panel. Do not install. Go to the top of the screen and click on the tools menu item. Click on Terminal to use the command line interface.
You should verify that the files have been copied correctly by trying them in another Mac before it the deleting the original.
*Here is an overview of the commands.*
Lets assume that the problem account has a short user name of mac.
#Copy directory "/Applications/Applescript files" to
# directory "/Volumes/Spotless/Applescript files".
# "Spotless" is my flash drive.
ditto -X -rsrc /Applications/Applescript\ files /Volumes/Spotless/Applescript\ files
#cd is change directory
cd /Volumes/COPYIT/answers/
# pwd is print working directory
pwd
#the ls command is for list
# l is long
# a to show hidden files. not shown in this example.
# F is type of file where / is directory
sh-2.05b# # Please note ls is the list command. l is a lower case L
sh-2.05b# ls -lF
Here is what these commands mean:
cd is change directory
pwd is a print working directory
ls is list
sudo is Super user do
# The sudo command will ask for your administration password. No characters will appear when typing your password. Press return when done typing.
cp is copy
copy a file example:
sh-2.05b#
sh-2.05b# cd /Volumes/Macintosh-HD/Users/mac/desktop
sh-2.05b# pwd
/Volumes/Macintosh-HD/Users/mac/desktop
sh-2.05b# cp -i answers.txt /Volumes/SpotMore
Will copy the file answers.txt in the directory SpotMore.
Some files have a space in the name. You need to escape. see example:
mac $ ls -l ~/"see it"
-rw-r--r-- 1 mac staff 3171 Oct 26 23:38 /Users/mac/see it
mac $
mac $ cd /Users/mac/Desktop/ttt\ html\ copy/
Do you know about tabing? Type in a few letters of a name then press the tab key. The computer will type out the rest of the name if it is unique.
The up arrow key will retrive the previous command. You the left arror and right arror keys to move around. Use the delete key to delete a character to the left.
<eol>
*More examples and moving around*
sh-2.05b# pwd
sh-2.05b# ls /Volumes
.Trashes        Classic                Macintosh-HD
._.Trashes      Mac OS X Install DVD   SpotMore
sh-2.05b#
sh-2.05b# df -h
Filesystem      Size   Used  Avail Capacity  Mounted on
/dev/disk4s3    2.6G   2.5G    89M    97%    /
devfs           121K   121K     0B   100%    /dev
fdesc           1.0K   1.0K     0B   100%    /dev
<volfs>         512K   512K     0B   100%    /.vol
/dev/disk5      467K   9.0K   435K     2%    /Volumes
/dev/disk6       95K    64K    27K    70%    /private/var/tmp
/dev/disk7       95K    14K    77K    15%    /private/var/run
/dev/disk3s1    3.7G   1.3G   2.5G    34%    /Volumes/SpotMore
/dev/disk0s10   1.1G   1.1G   3.4M   100%    /Volumes/Classic
/dev/disk0s12    70G    45G    25G    65%    /Volumes/Macintosh-HD
sh-2.05b#
sh-2.05b# cd /Volumes/SpotMore/
sh-2.05b# pwd
/Volumes/SpotMore
sh-2.05b# # Please note ls is the list command.  l is a lower case L
sh-2.05b# ls -l
total 880
-rw-r--r--    1 unknown  unknown    6148 Sep 10  2010 .DS_Store
drw-------    4 unknown  unknown     136 Aug 25  2010 .Spotlight-V100
drwxrwxrwt    3 unknown  unknown     102 Sep  3  2010 .TemporaryItems
d-wx-wx-wt    3 unknown  unknown     102 Sep 10  2010 .Trashes
drwx------    3 unknown  unknown     102 Sep  3  2010 Desktop
-rw-r--r--    1 unknown  unknown   18944 Aug 27  2010 Desktop DB
-rw-r--r--    1 unknown  unknown       2 Jul 29  2010 Desktop DF
-rwxrwxrwx    1 unknown  unknown   26281 Oct 27  2009 Warranty Information.PDF
drwxr-xr-x   13 unknown  unknown     442 Aug  4  2010 backup
drwxr-xr-x   13 unknown  unknown     442 Aug  4  2010 backupPrior
drwxr-xr-x    7 unknown  unknown     238 Aug 27  2010 cons
drwxr-xr-x   65 unknown  unknown    2210 Sep  4  2010 iMac-back
... clipped ...
sh-2.05b#
sh-2.05b# cd /Volumes/Macintosh-HD/Users/mac/desktop
sh-2.05b# pwd
/Volumes/Macintosh-HD/Users/mac/desktop
sh-2.05b# # Please note ls is the list command.  l is a lower case L
sh-2.05b# ls
 Z2300               iMac
.DS_Store            move
.FBCIndex            new Belward
.FBCLockFolder       primary-comments-new copy.doc
Consolidate-rc       primary-comments-new.doc
Downloads            psc 1200
... clipped ...
sh-2.05b# ditto -X -rsrc iMac /Volumes/SpotMore/iMac-back
sh-2.05b#
sh-2.05b# # Please note ls is the list command.  l is a lower case L
sh-2.05b# ls -h /Volumes/SpotMore/iMac-back/
total 2800
-rw-r--r--    1 unknown  unknown    24K Sep 12  2010 .DS_Store
-rw-r--r--    1 unknown  unknown     2K Apr 18  2010 Differentiate Between Models .html
... clipped ...
sh-2.05b# pwd
/Volumes/Macintosh-HD/Users/mac/desktop
sh-2.05b# ls
 Z2300               iMac
.DS_Store            move
.FBCIndex            new Belward
.FBCLockFolder       primary-comments-new copy.doc
... clipped ...
sh-2.05b#

Similar Messages

  • Hi, i forgot my macbook pro(snow leopard) password and i tried to reset it through single user mode, but whenever i type, everything comes out in CAPs instead of lower case. Each time i press the minus(-), it always comes out as an underscore(_).Pls help.

    Hi, i forgot my macbook pro(snow leopard) password and i tried to reset it through single user mode, but whenever i type, everything comes out in CAPs instead of lower case. Each time i press the minus(-), it always comes out as an underscore(_).Pls help.

    Well, you can try easing the shift key up with something thin but flexible (credit card sort of thing) but if the contacts below are stuck you may need to get it seen to by an authorised repairer.
    If you can borrow a keyboard (a PC one will probably work as long as the password is alpha-numeric with no special characters) you can at least get in to backup your HD before going for repair.

  • Cannot edit sudoers file in single user mode.

    I did not back up my sudoers file on my pro.
    I made a change to it, adding my "test" user to be able to use sudo, but upon restarting, it didn't work, and I cannot edit the file via cd in single user mode.
    I mounted the drive, changed permissions, but it seems that I don't have the option to use vi, visudo, vim.
    Thanks for the help.

    I mounted the hdd using the command below.
    I then made sure I could get to the file by cd to it.
    Then once I was there, i would attempt to type vis <tab> to complete, and visudo does not show up. Typed in visudo, nothing. This was on a brand new mb pro. I can wipe it out, but I would rather figure out why its not working.
    The reason for all this is I have to give it to a user at my job. We don't want them to have admin rights to install anything they want, but they need to use sudo in X11 for compiling and such. I read online that I can edit/add their username to the sudoers file, and allow them the right to sudo for compiling, starting apache on their laptops, etc.
    Thanks.

  • Copying a file in Single User Mode

    Hi all,
    I was in the hospital, trying to backup files from my 15 inch Macbook Pro (new in November, running the latest OS), when I knocked over a cup of coffee, burning me.  I knocked the computer onto the floor as I jumped up and now it is locked and read only, no matter what I do (original attempts to fix can be found here: https://discussions.apple.com/message/21633118#21633118).  I can boot into single user mode, or holding down 'option' when I push the power button, but not boot normally to save my life.
    I need to copy the entire user file ("Liz") from the damaged HD in single user mode to an external drive ("passport").  Is this possible?  I tried using disk utility to copy the files, but it gives me an IO error. Being a novice, I am unsure if this is possible.  It's the last chance I think I have to save the files I was *trying* to backup when I spilled the coffee.  Some of it is critically important, so if you have any ideas, PLEASE let me know.
    Thank you in advance.
    Liz

    There are several ways to back up a Mac that is unable to fully boot. You need an external hard drive to hold the backup data.
    1. Boot into Recovery (command-R at startup) or from a local Time Machine backup volume (option key at startup.) Launch Disk Utility and follow the instructions in the support article linked below, under “Instructions for backing up to an external hard disk via Disk Utility.”
    How to back up and restore your files
    2. If you have access to a working Mac, and both it and the non-working Mac have FireWire or Thunderbolt ports, boot the non-working Mac in target disk mode by holding down the key combination command-T at the startup chime. Connect the two Macs with a FireWire or Thunderbolt cable. The internal drive of the machine running in target mode will mount as an external drive on the other machine. Copy the data to another drive. This technique won't work with USB, Ethernet, Wi-Fi, or Bluetooth.
    How to use and troubleshoot FireWire target disk mode
    3. If the internal drive of the non-working Mac is user-replaceable, remove it and mount it in an external enclosure or drive dock. Use another Mac to copy the data.

  • HT1492 Start-up disk is full and can't go past the blue screen; can't delete read-only files on single-user mode. Please help.

    I have had my Mac mini for about 6 years and I guess it had enough of me (haha), so the start-up disk got full and it shut down before I could empty files on my drive. Unfortunately, all these years I hadn't backed up anything and now I can't access anything since it won't boot past the apple logo (and the blue screen for that matter). I have tried rebooting (holding shift as the mac mini loads), but that didn't help since the start-up disk will still be full and stuck on the blue screen. I am now trying the single-user mode (holding command key+s), and I tried to delete files in the trash bin but all of the files are read-only and access is denied! so I basically can't delete anything on the mac mini (it says "Root device is mounted read-only"). So the key here is to change the permissions but I don't know how to exactly do that. Can someone help me figure this out? (and type the command in the unix language please!!) [ Note: We have two users on this mac mini if that helps.]

    Run the following command:
    mount -uw /
    This isn't a permissions issue.
    (87807)

  • Transfer file in Single User Mode (Command S)

    Can I mount my iPod as external drive and transfer my documents in Single User Mode? or any other mode? I just cannot login as normal. I want to backup my docs before refresing the OS.

    You say 'Documents' not 'Music' so I hope you mean files stored on there using it in Disc Mode not iTunes files?
    Boot in Single User Mode
    at the root# prompt enter
    CD /Volumes
    ls
    And see if a) the iPod shows and b) your backup drive shows
    If so, the basic command is cp source destination but you must give the complete and correct paths here so post the drive names if you need clarification.

  • How to move files using Single User Mode

    I messed up this one task that i didn't read all the way through and messed up. I Moved SecurityAgent.app (not SystemAgent.app my bad) and instead i moved my desktop to the CoreServices folder and renamed it SecurityAgent.app
    How do i put the Desktop Back and put SystemAgents back into the CoreServices. Actually just the CoreServices. I have more than one account on my comp. so i will just fix my Desktop using that account.
    Message was edited by: Connor.K

    Run the following commands:
    mount -uw /
    cd /System/Library/CoreServices/
    mv SecurityAgent.app Desktop
    mv Desktop/SecurityAgent.app SecurityAgent.app
    exit
    (50685)

  • Mounting a usb hard drive in single user mode

    I've gotten as far as connecting the hard drive at boot, but I don't know how to figure out which dev is the hard drive, and which arguments to use with the mount command. I can't do much when I login, and I'm trying to cp files from my hard drive to my external hard drive through single user mode.
    Any help is greatly appreciated. Thanks.

    Hi leung wai,
       I wouldn't mind knowing the answer myself. I think the problem with doing it in the manner you attempted is that the device tree hasn't been created yet so the mount command is certainly not going to work. I assume that the answer is to start up enough of the system to have the device tree created. Unfortunately, I don't know where in the startup process that occurs. You could try the following command after making the boot volume writable:
    /usr/libexec/registermach_bootstrapservers /etc/mach_init.d
    Then check to see if the /dev virtual filesystem has been created. Of course it wouldn't surprise me if that didn't also mount your disks. If not, try the following:
    /sbin/SystemStarter
    It should have been created after that because at that point almost the whole system has started.
    Gary
    ~~~~
       You've been telling me to relax all the way here, and
       now you're telling me just to be myself?
             -- The Return of the Secaucus Seven

  • How format the hard disk in single-user mode

    Hi all, i would like to format the internal hard disk of my macbook pro 13'' through single-user mode. How can I do it, please?

    Ok, to do that you need to hold c and boot off the 10.6 installer disk and second screen in under the Utilities Menu is Disk Utility.
    You can then select the hard drive makers name (your "bare metal") and peform the wipe/format of the entire drive or a "partition" on that drive.
    In the picture below there is only one partition, the Mac HD. In the picture above there are two partitions which both would show up under the hard drive makers name and both or either partition can be wiped in Disk Utility.
    Use the Security Option to Zero your hard drive of all lingering data.
    When you Quit Disk utiltiy, your back in the installer and can quit or install OS X.
    Note: messing with Disk utility will erase all data on the drive, if there is something you need to recover better stop and ask!
    If you don't see your internal boot drive in Disk Utility, the drive is dead.

  • Single User Mode : Read Only Filesystem

    I can't edit files in single user mode as Root. When I try to edit them I get a msg saying "Read Only Filesystem".
    I have tried chmod with no evial. I want to change my .profile as root so cls='clear'.
    Any ideas?
    Also when I try to login to my account in single user mode it says that account does not exist. However I'm in that accunt right now!
    Thank You.

    When you boot up into single user mode, there is a single recognized user -- root. That's why they call it single-user mode and not multi-user mode.
    When you boot up into single user mode, the disk mounts as read-only. You have to make it writeable in order to do anything to it. I forget the actual command but it displays on the monitor nearby where it gives the "fsck" command syntax when you first boot into it. It's something like "mount -uw /" or something to that effect. It is saying to mount the root drive ("/") with user write privileges.
    Then just "pico /Users/Mephux/.profile" (although I profess that I don't understand why you have to edit this file as root).
    (if you find that this solves your problem, or is actually helpful towards arriving at a solution to your problem, please consider clicking on either the "helpful" or "solved" buttons above)

  • Saving from Single User Mode???

    ok, so my computer *****, and i just want to reformat the drive and start from scratchville.
    is there any way to have a USB Thumbdrive or external hard drive attached and move files from single user mode to the thumb drive to store it. and then once i get my system disk reformat or reinstall the operating system.
    i cannot login to my computer any other way besides single user. i have run FSCK and nothing.
    all im trying to do is move files so i dont have to worry about losing all of my music, photos, and documents.

    WeeManG4:
    i cannot login to my computer any other way besides single user.
    Have you tried Firewire Target Disk Mode?
    cornelius

  • How to edit a time machine backup to make it bootable in single user mode

    I am away from home and do not have snow leopard install disk. My MacBook just keeps loading. I have my time machine backup and I was wondering if I could make my time machine backup bootable by deleting and editing files in single user mode and then booting from the external hard drive. I have already tried a lot of things like fsck and haven't gotten it to work so I thought all you command lovers could help me edit my time machine backup to make it bootable. Maybe I could somehow install applejack from the command line too?
    P.S. Right before it broke I restarted my computer and when it was turning off, There was a blue screen with a loading symbol and when it started to turn on it just kept loading with the apple symbol, if that helps you fix the problem.

    To begin with, there is no way to make a Time Machine backup bootable.
    You say you've tried a lot of things; does that include a safe mode boot? (hold down 'shift' during startup)
    I'm not myself familiar with Applejack, so you'll need someone else to confirm this, but I believe that it should be possible to install from the command line.

  • Data back up from Single User Mode

    Hello,
    I have a problem with my 700 MHz iBook, dual USB, with OS X 10.3.9.
    Unfortunately the OS doesn't start up because of "overlapped extent allocation" problem...
    I would like to re-install the complete OS but before doing it, I would like to back up some directories.
    Is it possible to save some data, by connecting an Ipod or some sort of external peripheral, from the Single User mode?
    If yes, how can I do it?
    Thank you in advance from your kind support.

    Before giving up the ghost check out these:
    http://docs.info.apple.com/article.html?artnum=25770.
    Manually fix Overlapped Extent Allocation Errors without Disk Warrior
    Overlapped overlapped extent allocation errors can be the bane of any Mac user's existence. Often, these errors go unnoticed until the problem becomes visible: your Mac might refuse to boot, crash unexpected, or worse, critical data might disappear from the Finder. Disk Utility can detect, but not fix overlapped extent allocation errors, and certain third-party utilities, such as Alsoft Diskwarrior, can fix them, but generally without reporting the consequences.
    Overlapped extent allocation error occur when the file system thinks that two files are occupying the same area on the hard disk, hence overlapping on the same "inode," which is the structure which holds the location of the data blocks the file occupies, and also file permissions and flags.
    Clearing the "overlapped" or "overallocated" extent allocation essentially means that you'll have to lose some data, because the only way to remove the overlap is to delete the file that's occupying the inode. So, if you suspect, or find out, that the guilty file is a critical system file that resides in one of the hidden system directories such as /etc /var /usr/ or visible system directories such as /System or /Library, and you don't want to reinstall the whole OS (which might not fix the overlapped extent allocation anyway), it's good to have another disk available to copy the files back to your original disk if necessary: a second bootable hard drive or a firewire drive connected to your Mac when you remove the misbehaving file. Just make sure that when you copy the file back to your boot disk that the permissions are correct, so it's best to use the "ditto" command, so that all sticky bits, flags, and permissions are preserved.
    In case you didn't know, you don't have to boot from an install CD in order to check for overlapped extent allocations. All you need to do is restart your Mac, while holding down command + S to boot in "single-user mode."
    At the command prompt that appears, type:
    $ fsck -fy
    If you have an overlapped extent allocation, you'll see:
    "Overlapped Extent Allocation" (File 123456d)
    No matter how many times you run fsck -fy, you'll never be rid of the error.
    So, simply issue the following command:
    find / -inum 123456 -print
    Note the "d" was dropped, or any extra letter that appears after the inode number.
    The find will return a file name that matches with the inode number, and the path to that file. If you remove the file then the fsck will not return this error next time you run it.
    However, before you can delete the file(s) in single-user mode, you'll need to mount the file system. Type:
    $ mount -uw /
    When done, issue the "sync" command, and that will flush the write cache so that all pending writes are written from memory to the disk. Also, since most OS X 10.3 Macs use the HFS+ Journaled file system, it might be a good idea to disable the journal before booting into single-user mode by typing:
    $ sudo diskutil disableJournal /
    then re-enable it when done fixing the overlapped extents and rebooting normally:
    $ sudo diskutil enableJournal /
    Chris Anderson is a long-time Linux propellerhead who just got his first Mac, an ibook G4, and can't keep his hands off of it. He currently works as a "The Architect" and general visionary for a maker of world-class collectibles.
    If you own Disk Warrior then it should be able to repair a drive with overlapped extents.
    There are two backup utilities included in Unix - psync and rsync. You will find them in the /usr/bin/ directory. For documentation simply enter: man psync or man rsync. In order to write data while in single-user mode you need to issue the command: /sbin/mount/ -uw / (Note: there is a "space" between the "uw" and the "/".) To mount an external drive you will need to provide the mountpoint for it in place of the "/", e.g., "/Volumes/volname") without the quotes.

  • I changed my wheel group properties to no access at top disk level.  I messed up, how can I change back in single user mode "command s" as I am now in Thailand and not able to access startup disks?

    I messed up, I changed my "Wheel group" properties to No Access ( or something other than the default) at the top level of my startup disk "Macintosh HD".   Now my computer won't start up, I just get the spinning wheel of death.    I also am in Thailand right now, so I cannot go to a Genius at an apple store, nor do I have startup disks available.
    So I was hoping there was a way to change back the properties of my disk (Volume) in single user mode (via Command +s) during startup, i.e. can I do a chmod command on the Macintosh HD listing under the Volume Directory.    Or where do i fix this?   Is it fixable without startup disks, etc...
    THANKS FOR ANY HELP!!!!
    If you could also please let me know you have an answer, I WOULD REALLY APPRECIATE IT!!! 
    thanks so much
    mark
    <Edited by Host>

    Thomas,
    Thanks for the info on command-R, didn't know about that!!!
    Yes I changed the sharing "Wheel Group" permissions on my hard drive via Get Info.    But that's all I did.    And then most of the apps wouldn't respond with anything.    So not knowing I did something stupid, I decided to re-boot, and then nothing but the Wheel of Death at startup.
    I was trying to limit access to my computer on this network, changed my public folder settings, and then I thought why not the whole hard drive, but at that time I had no idea what the "Wheel Group" was... so I shouldn't have touched it, BUT IT DID ...... argggggg....
    I managed to go to an internet cafe & research the problem yesterday.    I used the command +s single mode to get in, and then did the necessary steps to mount the drive so I could make changes.   I basically did this:
    Boot into single-user mode (boot while holding down CMD-S)
    Follow the on-screen instructions to mount the file system as read-write (a fsck command followed by a mount command)
    Type the following: "chmod o+r /" followed by "chmod o+x /"
    Type "exit" to leave single user mode and complete the boot sequence.
    I found it at this link http://forums.macrumors.com/showthread.php?t=416180
    It worked... thank God!!!   Well so far so good.   
    I was going to try my own fix by chmod on the Hard drive listed under Volumes directory, but that doesn't seem to match the info under Get Info Window.    So I just used the fix above.    I probably should now go and do "Disk Utility - repair permissions", however I am a little gun shy right now, so I will probably wait until I am back in the States so I can go to an Apple store if it messes up.   Right now I'm following the "if it ain't broke, don't fix it" MOTTO...
    So Thomas I just wanted to say THANKS for replying so quickly, and I really appreciate your help!!!
    (yes I know I shouldn't have used my email addresses, but I WAS DESPERATE, but that's still no excuse)
    Hopefully maybe this thread will help someone else out in the future....
    Okay, thanks again!
    Mark

  • Disable file service in single user mode?

    After a failed (with an error) attempt to install the latest security update, the iMac won't get past 'waiting for apple file service' during boot. I presume the botched install left something bad, so I'd just like to get it booted so I can retry the install to see if that fixes it.
    Safe startup doesn't work - it just reboots part way through.
    So I'm trying to figure out how to disable the service altogether, from single-user mode.
    Does anyone know what file(s) I need to modify, or what 'defaults' incantations I need to do, to disable it?
    iMac G3, 600MHz Mac OS X (10.3.9)

    I managed to disable it - moved the AppleShare folder out of /System/Library/StartupItems - but it just hung on some other service.
    The CD/DVD drive is toast in this thing, so I can't boot from the O/S disks either. Target disk mode doesn't work either, even though it is supposed to for this model.
    I'm looking into netboot now.
    iMac G3, 600MHz Mac OS X (10.3.9)

Maybe you are looking for

  • How can i create validation Checks in Online Adobe Form

    Hi Gurus i am trying to create Online Adobe form.how can i do the validation checks while the user enter the values in Adobe form (For Ex: lets take personnel Number if the end user enter the personnel number it must go and  check the Data base table

  • The agent extension is out of service. error

    The agent extension is out of service. ready state change and call control operations cannot be performed. The agent extension is back in service. all operations are back in service. I get this when the agent is just sitting there in a ready state. C

  • Automatic resolution detection and css loading

    Hi, Does anybody know if automatic detection of screen resolution is possible so that different css files may be loaded for different scree sizes. I'm trying to do this using javascript, but haven't had much luck. If you have any suggestions, do post

  • I bought lightroom 5 student and teacher  product, when i reinstall it, it says the serial number is invalid.

    I bought a new computer and want to install lightroom 5 in it. when I put in the serial number, it says the number is invalid. what is the problem? Do I have to uninstall lightroom 5 from another computer before I can install in on a new computer?

  • Photoshop Elements 4.0 und Tablet PC

    Ich nutze Phtoshop Elements auf einem Toshiba M200 Tablet PC. Leider akzeptiert die Pinselfunktion meinen Tablet PC nicht als druckempfindliches Tablet obwohl dieser druckempfindlich ist. Hat jemand eine Idee wie man das konfigurieren kann?