Partitioning 500GB-HDD and 80GB-SSD for Arch

Hello guys,
I have a laptop with a 500GB Harddisk and a 80 GB SSD installed, and I would like to get the most efficient partition layout.
Note: Many times I have seen people suggesting putting the swap or the /var/tmp on the SSD, that is definitely something i do not want. SSD Disks have a limited number of write operations before they die, and therefore putting the Swap to the SSD is ridiculous.
I have come up with the following partitions scheme, and i would like to discuss, and refine that with you:
--- To make things easier I called the HDD hddX and the SSD ssdX. ---
/dev/ssd1        /boot            ext2        noauto,noatime    1 2
/dev/ssd2        /            ext4        noatime        0 1
/dev/hdd1        /var/tmp        ext4        noatime        0 0       # on hdd for compilation
/dev/hdd2        /home            ext4        noatime        0 0
tempfs            /tmp            tmpfs defaults,nosuid,size=1024M,mode=1777    0 0
16 GIG Swap at beginning of HDD!
Is there any refinement you see? Or anything else in /var that must go on the HDD?
Best Wishes,
Daniel
Last edited by alphamaennchen (2011-05-31 05:37:52)

I have been using ssd laptop for quite some time now, and I have to definitely agree with graysky about swap. You probably don't need swap. It's an echo of the past, when PC's really were low on ram... Today, unless you use some specialized memory-hungry software you can do without swap even with 2GBs of ram. Check your system monitor, it's likely that you have a big memory redundancy all the time. And 16GB swap is ridiculous - you would go mad with software working on swap, even 2GB, believe me. And running all that you have in your system probably wouldn't use all your ram. It's funny how people still think that they need swap today. Use it only if you use hibernate.
I would put /boot and / on ssd. I don't see any reason to put /var on ssd - surely ssd is fast, but hdd isn't that slow - I doubt that var would use more than 50MB/s, which every modern HDD should exceed. And depending what you mainly use /home for, it also can be put on ssd.(/home is hmmm... "unpredictable" - for example WINE can mess it up).
And remember to add noatime and discard mount options to ssd partitions. There are few other tweaks for ssd too. For example, if you put /home on ssd, you can move your web browser's cache(I moved it to RAM).
Last edited by bart_vv (2011-08-02 20:51:27)

Similar Messages

  • I want to upgrade the 500gb HDD to an SSD on an S230u with windows 8 but want clone the drive

    I want to upgrade the 500gb HDD to an SSD on an Thinkpad Twist S230u with windows 8 but don't want to lose the data and programs installed on the drive and have to start over. I tried to clone it but no software could do it. I tried acronis and EasyToDo. I was able to clone it with a duplicator but it wasn't bootable. Am I to assume that what I need to do is the following - 1- Create the recovery media on a 32gb usb stick. 2- back up the drive using Acronis (or other) 3- Physically replace the drive 4- boot to the USB Recovery Media and bring the system back to it's original state out of the box but with the SSD Drive. 5- Use Acronis (or other) to restore back up made of the 500gb prior to removal. Thanks in advance! Scott Fischer

    Before you start cloning your HDD with acronis, you have to prepare the SSD:
    at first: connect your SSD with USB to your notebook and
     1. Start CMD.EXE as Admin
     2. type: "diskpart"
     3. type: "select disk x " x = Letter of your SSD
     4.  type: "list partition" the drive should be unformatted
     5.  type: "create partition primary align=1024"
     6. type: "active"
     7. type: "format fs=ntfs" --> wait some minutes
     8. type: "assign letter=x" --> For example "x"
     9. type: "exit"
    Start acronis true image 2013 (trial version)
    select "Backup" without empty sectors
    you can select any partitions, so also the the invisible lenovo backup paritions
    The Backup can be "Restore"-d to the SSD, incl.  GPT (MBR like in UEFI Systems)
    After all, the SSD is ready to use. Booting on USB gives here a blue screen. I tought it was my fault. It isnt. You can build in the SSD into your SATA Port and Windows 8 will boot very well.
    Sorry for my bad english

  • Backpac: A package state snapshot and restore tool for Arch Linux

    backpac:
    A package state snapshot and restore tool for Arch Linux with config file save/restore support.
    https://aur.archlinux.org/packages.php?ID=52957
    https://github.com/altercation/backpac (see readme on the github repository for more information)
    Summary & Features
    It's a common method of setting up a single system: take some notes about what packages you've installed, what files you've modified.
    Backpac creates those notes for you and helps back up important configuration files. Specifically, backpac does the following:
    maintains a list of installed groups (based on 80% of group packages being installed)
    maintains a list of packages (including official and aur packages, listed separately)
    maintains a list of files (manually created)
    backs up key config files as detailed in the files list you create
    The package, group and files lists along with the snapshot config files allows system state to be easily committed to version control such as git.
    Backpac can also use these lists to install packages and files. Essentially, then, backpac takes a snapshot of your system and can recreate that state from the files and lists it archives.
    Use Cases
    Ongoing system state backup to github
    Quick install of new system from existing backpac config
    Conform current system to given state in backpac config
    Backpac is a very, very lightweight way of saving and restoring system state.
    It's not intended for rolling out and maintaining multiple similar systems, it's designed to assist individual users in the maintainance of their own Arch Linux box.
    Status
    Alpha, release for testing among those interested. Passing all tests right now but will continue to rework and refine. Bug reports needed.
    Why?
    There are a lot of 'big-iron' solutions to maintaining, backing up and restoring system state. Setting these up for a single system or a handful of personal systems has always seemed like overkill.
    There are also some existing pacman list making utilities around, but most of them seem to list either all packages or don't separate the official and aur packages the way I wanted. Some detect group install state, some don't. I wanted all these features in backpac.
    Finally, whatever tool I use, I'd like it to be simple (c.f. the Arch Way). Lists that are produced should be human readable, human maintainable and not different from what I'm using in non-automated form. Backpac fulfills these requirements.
    Regarding files, I wanted to be able to backup arbitrary system files to a git repository. Tools like etckeeper are interesting but non /etc files in that case aren't backed up (without some link trickery) and there isn't any automatic integration with pacman, so there is no current advantage to using a tool like that. I also like making an explicit list of files to snapshot.
    Sample Output
    This is the command line report. Additionally, backpac saves this information to the backpac groups, packages and files lists and the files snapshot directory.
    $ backpac -Qf
    backpac
    (-b) Backups ON; Files will be saved in place with backup suffix.
    -f Force mode ON; No prompts presented (CAUTION).
    (-F) Full Force mode OFF; Prompt displayed before script runs.
    (-g) Suppress group check OFF; Groups will be checked for currency.
    (-h) Display option and usage summary.
    (-p) Default backpac: /home/es/.config/backpac/tau.
    -Q Simple Query ON; Report shown; no changes made to system.
    (-R) Auto-Remove OFF; Remove/Uninstall action default to NO.
    (-S) System update OFF; No system files will be updated.
    (-U) backpac config update OFF; backpac files will not be updated.
    Sourcing from backpac config directory: /home/es/.config/backpac/tau
    Initializing.................Done
    GROUPS
    ============================================================================
    /home/es/.config/backpac/tau/groups
    GROUPS UP TO DATE: group listed in backpac and >80% local install:
    base base-devel xfce4 xorg xorg-apps xorg-drivers xorg-fonts
    GROUP PACKAGES; MISSING?: group member packages not installed:
    (base: nano)
    (xfce4: thunar xfdesktop)
    PACKAGES
    ============================================================================
    /home/es/.config/backpac/tau/packages
    PACKAGES UP TO DATE: packages listed in backpac also installed on system:
    acpi acpid acpitool aif alsa-utils augeas cowsay cpufrequtils curl dialog
    firefox gamin git ifplugd iw mesa mesa-demos mutt netcfg openssh rfkill
    rsync rxvt-unicode sudo terminus-font vim wpa_actiond wpa_supplicant_gui
    xmobar xorg-server-utils xorg-twm xorg-utils xorg-xclock xorg-xinit xterm
    yacpi yajl youtube-dl zsh
    AUR UP TO DATE: aur packages listed in backpac also installed on system:
    flashplugin-beta freetype2-git-infinality git-annex haskell-json
    package-query-git packer wpa_auto xmonad-contrib-darcs xmonad-darcs
    AUR NOT IN backpac: installed aur packages not listed in backpac config:
    yaourt-git
    FILES
    ============================================================================
    /home/es/.config/backpac/tau/files
    MATCHES ON SYSTEM/CONFIG:
    /boot/grub/menu.lst
    /etc/acpi/handler.sh
    /etc/rc.conf
    /etc/rc.local

    firecat53 wrote:I think your plan for handling an AUR_HELPER is good. If AUR_HELPER is defined by the user, then either you might need a list of major AUR helpers and their command line switches so you can pick the correct switch for what needs to be done (most use some variation of -S for installing, but not all), or have the user define the correct switch(es) somehow for their chosen AUR helper.
    That's a good idea. I'll add that to my AUR refactoring todo.
    I also found directory tracking to be a weakness in other dotfile managers that I tried. I think you would definitely have to recursively list out the contents of a tracked directory and deal with each file individually. Wildcard support would be nice...I just haven't personally found a use case for it yet.
    I've been thinking that I could just add the directory and scan through it for any non-default attribute files. If those are found then they get automatically added to the files list. That's pretty close to what etckeeper does.
    Edit: I just compiled the dev version and removed my comments for already fixed things...sorry!
    The master branch should have those fixes as well, but I didn't update the version number in the package build. I'll have to do that.
    1. Still apparently didn't handle the escaped space for this item: (the file does exist on my system)
    Ok, good to know. This wildcard directory business will require some new code and refactoring so I'll also rework my filenames handling.
    2. Suggestion: you should make that awesome README into a man page!
    I was working on one (the pkgbuild has a commented out line for the man page) but I had to leave it for later. Definitely want a man page. Once this stabilizes and I'm sure there aren't any big structural changes, I'll convert it to man format.
    3. Suggestion: add the word 'dotfile' into your description somewhere on this page, the github page, and in the package description so people looking for dotfile managers will find it. You could also consider modularizing the script into a dotfile manager and the package manager, so people on other distros could take advantage of your dotfile management scheme.
    I actually have a different script for dotfile management that doesn't touch packages, but there is definitely overlap with this one. That script isn't released yet, though, and if people find this useful for dotfile management that's great. I'll add that in.
    4. Suggestion: since -Q is a read-only operation, why not just make it run with -f automatically to avoid the prompt?
    Originally, running backpac without any command line options produced the Query output. I was concerned that since it is a utility that can potentially overwrite system files, it is important to give users a clear statement prior to execution about what will be done. Since the Query output is essentially the same as the Update and System reports in format and content, I wanted to be explicit about the Query being a passive no-change operation. The current command line options aren't set in stone though. If you feel strongly about it being different, let me know.
    Long answer to a short question
    5. Another suggestion: any thought to providing some sort of 'scrub' function to remove private information from the stored files if desired? This would be cool for publishing public dotfiles to github. Perhaps a credentials file (I did this with python for my own configs). Probably detecting email addresses and passwords without a scrub file would be rather difficult because dotfiles come in so many flavors.
    Yes, absolutely. In fact, if you look at the lib/local file (pretty sure it's in both master and dev branches in this state) you'll see some references to a sanitize function. The idea there is that the user will list out bash associative arrays like this:
    SANITIZE_WPA_=(
    [FILE]='/etc/wpa_supplicant.conf'
    [CMD]='sed s/expungepattern/sanitizedoutput/g'
    Question: am I missing an obvious option to remove a file from the files.d directory if I delete it from the files list? Or do I have to delete it manually? It might be helpful to add a section to the README on how to update and delete dotfiles from being tracked, and also a more detailed description of what the -b option does (and what is actually created when it's not used).
    You are only missing the function I didn't finish. There should be either dummy code or a TODO in the backpac main script referencing garbage collection, which isn't difficult but I just haven't finished it. The idea being another loop of "hey I found these old files in your files.d, mind if I delete them?" It's on my list and I'll try to get it in asap.
    And finally, just out of curiosity, why did you choose to actually copy the files instead of symlink like so many other dotfile managers do?
    git not following symlinks, hardlinks also out for permissions issues (git wouldn't be able to read the files, change them, etc.)
    I definitely would prefer to not make an entire copy of the file, but I haven't come up with a better option. Shout with ideas, though. Also, if there is a way around the link issues I noted above, let me know. I don't see one but that doesn't mean it's not there.
    edit: I think a Seattle area Arch meetup would be cool! Perhaps coffee someplace? Bellevue? U-district? Anyone else? BYOPOL (bring your own pimped out laptop)
    A general meetup sounds good. I was also thinking it would be fun to do a mini archcon with some demos.

  • 500GB HDD and a 40GB Intel SSD

    I am planning on buying the 2010 15" MBP, and have 1 question. I want to know if I can upgrade, during purchase, to the 500GB 7200rpm HDD, but after I recieve my MBP, if I can install a 40GB SSD for startups and other similar tasks?

    Do you mean put in the 40Gb SSD *as well as* the 500Gb normal physical hard drive?
    This is possible, but you'll need extra gear to do it, and you risk voiding your warranty. See here: http://www.markc.me.uk/MarkC/Blog/Entries/2009/9/1Second_Hard_Disk_into_a_Macbook_ProUnibody.html
    I have a 2010 MBP with a 128Gb SSD in it and a 640Gb physical drive. This is achieved by removing the DVD drive and putting a bay in its location containing the second drive.
    It could be I've over-complicated it.
    If you mean can you buy with a 500Gb drive, and then later replace the 500Gb unit with a 40Gb SSD then yes you can do that too - without voiding the warranty.
    If you can qualify your question a little I'm sure we can help some more

  • Setting up Dual Boot on a laptop with an HDD and an SSD?

    Hello,
    I've had a Lenovo Y500 laptop for about a year now, and I'd really like to run Arch on it. I've been using Arch on a virtual machine for a while now, and I have tried other distros like Gentoo and Slackware, but Arch is by far my favorite. I find myself spending most of my time on Arch with only 1GB RAM and 32GB hard disk space allocated, when I could be on my 8GB RAM Windows machine.
    The laptop has a 1TB HDD which is split into two partitions, a 883GB C: drive(entitled Windows OS) and a 25GB D: drive (entitled Lenovo), and a 16GB SSD which I imagine is for cache. I think I would like to allocate 256GB for Arch, since I really don't need much space to run Arch.
    Obviously I have to set up another partition, but I really don't know how to do that, especially without screwing up my HDD and SSD configuration.
    Any tips would be greatly appreciated,
    Thanks a lot

    Ensure you have read https://wiki.archlinux.org/index.php/Partitioning
    Gparted worked very well for me several years ago when I re-sized the (gack!) Vista partition that came on this laptop to make room for a real OS.  I had no problems -- be advised that this is a BIOS machine.  Be sure you back up anything important to you before you start.

  • Upgrading from a HDD to a SSD for the HP 15-g010dx

    I was wondeing if I could upgrade and replace my HP 15-g010dx Notbook HDD to either a 128gb SSD or 256gb SSD to increase performance and battery life? Which SSD would be best compatiable with the HP 15-g010dx Notebook? What size SSD would I need? I was looking at either the 128Gb or 256Gb Crucial MX100 SATA 2.5 7mm with 2.5 adapteron amazon. Also would upgrade to a SSD for the HP 15-g010dx be worth the upgrade?

    Here is the Manual:
    Manual
    Yes an upgrade to an SSD is technically possible and would significantly improve performace, BUT. The laptop is essentially a "closed" system. There is no customer-accessible access door for the memory or the hard drive. It is necessary to remove the whole top cover in order to access the hard drive, remove it and replace it with a solid state drive. Doing so jeopardizes the warranty.
    This series of videos will let you know what is involved:
    http://h20564.www2.hp.com/hpsc/doc/public/display?​docId=emr_na-c04324972&DocLang=en&docLocale=en_US&​...
    There have actually been a couple reported issues with recent HP laptops and the Crucial MX100 series which have not adequately been explained. My own suggestion is a Samsung Evo 840, but there are many good SSDs on the market.
    If you need help post back.
    If this is "the Answer" please click "Accept as Solution" to help others find it.

  • Partition External HDD and questions about mac

    Hey Forum,
    I am using Mac OS X snow leopard on my macbook, and I recently bought a WD HDD 500gb external. I was wondering is 320gb for mac and 125 gb for windows enough?
    Pls reply.
    Thanks
    Ala.

    It's impossible for us to determine, without knowing what you will be doing with OS X and with Windows. Your 320/125 estimate at this point is a better bet for you than any number any of us might suggest.

  • Mondo rescue and mindi patched for Arch Linux

    Mondo rescue is a disaster recovery tool.
    Last year, I wanted to test mondo rescue for the first time, but I found there was no official package and no PKGBUILD  in AUR.
    So I had to build one and upload it to AUR. But soon I found there were a lot of problems related to the lack of compatibility with Arch Linux.
    I had to deep in the code and made some patches that turned it usable in Arch system.
    Mondo version 2.2.9.5-2, and mindi-2.0.7.6-3 are now full compatible with Arch (at least for me).
    That's why I'm asking Arch users (if someone interested) to test mondo and mindi PKGBUILD's and give your feedback to help me to improve it.
    mondo AUR - http://aur.archlinux.org/packages.php?ID=38366
    mindi AUR - http://aur.archlinux.org/packages.php?ID=38365
    mindi-busybox - http://aur.archlinux.org/packages.php?ID=38364
    mondorescue website - http://www.mondorescue.org/
    Thank's for your feedback.

    You are right! The server is down :-(
    This server was an alternative I found for the original one that was also down at that time.
    Now http://www.hello-penguin.com/software.htm is up again, but I had some problems downloading source code with pacman.
    This is a little frustrating when servers are up and down intermittently.
    So, I made a mirror in my own server where buffer-1.19.tar.gz can be downloaded too, and uploaded a new version PKBUILD to AUR (http://aur.archlinux.org/packages.php?ID=38363).
    PKGBUILD now downloads source code from this alternative server, but if you wish, you can edit PKGBUILD and chose the original one (in the commented line).
    Hope this can be solved now.

  • Hello i need help, i have a macbook pro 13 late 2011 with 4gb of ram, 500gb hdd and i5 intel processor is really slow

    hi i need help, im new on mac, i bought the las year a macbook pro 13's  late 2011 with 4 gb of ram and 500 gb of hdd, i5 proccesor of 2.4. the mbp was working ok, until yesterday, i was working on keynote and then,  it started to getting really slow, then it frozzen, and the little umbrella start to appears,i tried every thing, i shut down the power button, wait a minute then i power up, and nothing, i run the ccleaner, i check the hdd status, the ram, and everything was ok,  i  even  boot  up the system like fabric and still nothing i got the umbrella everything than i run an application. please please help me.
    what i have to do?????????????

    Try a Safe Boot to clear the dyld_shared_cache (dynamic loader cache)
    SafeBoot  http://support.apple.com/kb/HT1564
    Safe Boot, which automatically rebuilds this cache (among other things).

  • How many HDD and max capacity for 2.66GHz model?

    i was wondering how many physical hard drives can be installed in the 2.66GHz model of the iMac? also, is it possible to install more than 750GB? i noticed on the iMac specs page that the option for 750GB+ hard drive is only available on the 2.8GHz and higher.

    Ahhh, well that's a new one on the market.
    The iMac has Firewire ports (one of which is FW800, I believe, on the newest models) so you can add more storage externally. If you put in a larger drive you will need an external one at least the same size or larger for backups. If you plan to use Time Machine for backups then you need backup capacity about twice the size of the main hard drive. That means an external RAID array to provide 2 TBs to backup a 1 TB drive or 3 TBs for that big Seagate drive.

  • HDD and SSD partition Question

    Can I back up a HDD and a SSD using the same external hard drive by partitioning the drive? I have a 128 GB SSD and a 500 TB HDD
    and want to back up both using a 1 TB external hard drive.

    Hello,
    The Windows Desktop Perfmon and Diagnostic tools forum is to discuss performance monitor (perfmon), resource monitor (resmon), and task manager, focusing on HOW-TO, Errors/Problems, and usage scenarios.
    As the question is off topic here, I am moving it to the
    Where is the Forum... forum.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • .dotjs and .dotcss for Arch Linux Users

    Hi all,
    I've created a new Google Chrome extension to enable the functionalities of .dotjs and .dotcss extensions for Arch Linux users.
    Check it here; https://github.com/azer/.w3
    Contributions and ideas are welcome,
    Azer

    Thanks for doing this, never heard of dotjs before, but I love the idea and definitely have some use cases for this.
    Of course as an arch user, Im just kindly asking if you plan to create an AUR - package for this?

  • HDD Slowing down SSD

    I own a MBP 15" early 2010, I added an SSD a few months ago, and got rid of the SuperDrive (which now is in an external USB enclosure). So now the MBP has the original 500GB HDD + the 128GB SSD, the SSD is installed where the SuperDrive was.
    When I made that change, I was using Snow Leopard, and it ran really fast but since I upgraded to Lion it takes longer to load and to open apps and I noticed that when loading or opening apps the old HDD works a lot, I can hear it, this didn't happen before Lion, so I don't know why the HDD is "participating" on the booting process and slowing down the system.
    Is worth to mention that in the SSD I have only the OS and in the HDD I have only my Home folder.
    Any help/tip will be appreciated.

    richardpsic wrote:
     Is worth to mention that in the SSD I have only the OS and in the HDD I have only my Home folder.
    Well this could be the problem.
    I tinkered with Lion when I had it running on my other machine and noticed in the (now) hidden Users/Library/Preferences folder there now a lot more additions there than the normal .plist (preference files) than before.
    I don't quite know what to make of it, perhaps it makes it easier to transfer a user to another machine perhaps?
    Allowing users to have programs only in their particular users instead of globally?
    Anyway, if you move your Home folder back to the SSD, but without the files (put them in new folders like Documents 2, Pictures 2 and so forth) and have iTunes and iPhoto link to their libraries on the other drive, you should see less of that behavior.
    Apple doesn't expect one to move their home folder to another drive or partition, so any performance tweaks done need to return to what Apple expects before you upgrade.
    Same thing with system level tweaks, you have to disable them before running Software update or upgrading.
    https://discussions.apple.com/message/16276201#16276201
    Use the free Tinker Tool to turn on your invisible files, also make sure to backup your files before tinkering around.

  • A600 Replacing SATA HDD with SATA SSD

    I have reviewed the current knowledge base materials, but don't see one directly tied to my problem.  Appreciate any help received.
    My current HDD has been making a lot of noise lately, at least much more than I have heard in the past.  It's a little over 5 years old.  I bought an Intel 730 series 240G SSD, and have tried to use that drive as my primary drive, replacing the current one.  I used Intel's cloning software, which took a while, but appeared to be successful.  My problem is that the BIOS does not recognize the new drive.  Looking in the BIOS, my SATA drive 0 now shows "None", and the screen at power-up fails with "No Boot Filename received".  Is there an issue with the BIOS not recognizing newer SSD's?  I've read other inputs saying that people have been successful in powering up via new SSDs, so I thought it could be done.  Anyone have any thoughts?  Appreciate it.

    Thanks Caveman31 for your thoughts. I checked the BIOS, and this model has very limited BIOS options, which don't include any options for SATA control. There are probably 1/2 of the options in my Lenovo A600 BIOS, then in my generic PC (ASUS motherboard) I put together a couple years ago. It has a menu option for SATA control, located in the "Main" tab of the BIOS screen.
    Unless there are some other options, or a way to get more control with this BIOS, I won't be able to select between AHCI or IDE regarding the SATA control. Do you know if that's the only way for me to replace my HDD with a SSD for this computer?
    Thanks for your help!

  • Satellite A200-10X: How to partitioning the HDD

    Hi there guys!
    I have a pro with my satellite A200-10X, it has only one HDD volume, and i want to make them two... and everytime i use the product recovery CD, it formats the HDD... but i do not know how to partition the HDD two get two volume spaces...
    and whats worse is that when i keep on doing that over and over it eats the HDD free space... so how can i partition the HDD and recover the 200GB space the computer originally have?
    i appreciate your help ..
    thanx

    Hello Sherif
    If you use delivered recovery media you have follow options:
    1. the whole HDD capacity can be used for partition C
    2. the HDD capacity can be split and you can create two partitions
    When you use both options Vista will create 1,4 GB partition but this partition will not be visible when you use OS.
    If you want to have two partitions (C and D) start recovery procedure and after choosing the language use SETUP button on the right side. In the middle of the screen occurs small window and there you can set how much capacity should be reserved for partition C. when the recovery procedure is finished and Vista starts open Computer Management.
    On the left side choose Disk Management. After doing this on the left side you will see partition marked as black. This is second partition but still not visible. Click there with right mouse button and choose option to create logical drive. Follow the setup procedure.
    After few steps this partition will be set as logical drive and after formatting it will be visible in Vista Explorer.
    If you have more questions please post again.
    Bye

Maybe you are looking for

  • Upgraded to OS X 10.5.6 - Now Mail is not working.

    I recently upgraded to OS X 10.5.6. Everythingwent just fine, but Mail is not working. None of my old messages show up, nor am I able to send or receive mail. My old folders are displayed, but no messages are in there either. I use a POP account. I v

  • Getting a request value in JSF

    Hi all if I have a request parameter that I'd normally get like request.getParameter("myform.firstname"); how do you do this with getValue()?

  • How to remove black borders from picture?

    http://www.homeofthenutty.com/twilight/screencaps/albums/TwilightPart2/Twilight1833.jpg Is there a Photoshop tool that can easily remove the black borders from pictures like this? Anyway to extract the image from the black background?

  • Problem with multicube

    Hi gurus I have created a Multiprovider taking the fields from two InfoCubes and One ODS.The data is populated and is available for Reporting,When i generate the query I can,t see the Ods Data in report.Please help me out. Thanks Kiran

  • Will netflix work on my powerbook

    I have a Powerbook G4 1.33GHz 1gig ram  OS 10.5.8 can I use Netflix with it?