Need to preserve /home - confused by new filesystem selection process

I am in a bind here.  My Thinkpad just took a dump and I really don't have a way to do a good backup.  I will not freak out if I lose what's on it, but I would really rather not.  Anyway, I have a good partition scheme already, so I don't need to set that up.  The new section to select the FS and mount points is confusing me.  By default, they are all saying RAW/No filesystem.  When I select a partition, there are options for filesystems, but no option to leave it alone.  What do I need to do to preserve the two partitions that I want left alone, but still have their mount points specified? 
Edit: for example, I have an NTFS partition.  next to the partition it says raw-> no_fs.  If I select it, I am asked if I want to recreate it.  No matter what I select I am put into a screen to select a fs, and ntfs is not listed.  If I choose nothing, will it be erased and made into a raw partition?  This new system is very confusing, I think I liked the old one better!  Oh well.  Adapt and overcome!  Any help would be appreciated!
Thanks very much
JTS
Last edited by jimmy the saint (2009-09-05 06:02:05)

jimmy the saint wrote:I am in a bind here.  My Thinkpad just took a dump and I really don't have a way to do a good backup.  I will not freak out if I lose what's on it, but I would really rather not.  Anyway, I have a good partition scheme already, so I don't need to set that up.  The new section to select the FS and mount points is confusing me.  By default, they are all saying RAW/No filesystem.
The "raw/no filesystem" things isn't the most clear way to phrase it (I should probably improve that, please file a feature request), but basically it means the installer won't do anything on them.
jimmy the saint wrote:Edit: for example, I have an NTFS partition.  next to the partition it says raw-> no_fs.  If I select it, I am asked if I want to recreate it.  No matter what I select I am put into a screen to select a fs, and ntfs is not listed.  If I choose nothing, will it be erased and made into a raw partition?
If you selected "yes" on "recreate?" it should ask something like "which FS do you want this to be?" and otherwise it will ask "which FS is this?" (subtle difference).
If you said "no" on the recreate question, it will not erase/overwrite the filesystem.
the fact that ntfs is not listed is probably a bug (file a bug for this).
for now, you can get around it like so:
in /usr/lib/aif/core/libs/lib-ui-interactive.sh, on line 431 (just below the block of lines that are like '[ $part_type = .... FSOPTS= ..') put this:
FSOPTS="$FSOPTS ntfs NTFS"
If you then restart the installer, it will allow you to choose ntfs as well.
jimmy the saint wrote:This new system is very confusing, I think I liked the old one better!  Oh well.  Adapt and overcome!  Any help would be appreciated!
Thanks very much
The new one is much better, but there are some details in special cases like this that need to improved.  let's work at this together to improve this (you file feature requests and bugreports, I help you and change the code where needed, you tell me if it works)

Similar Messages

  • Tried to use home sharing to transfer itunes library from old pc to new -- however it only brings over the music, did not bring audiobooks- My question is do I need to delete itunes from my new pc when I redo using external hard drive

    Trying to transfer iTunes library from old windows 7 pc to new windows 8.1.  Used home sharing, but not what I wanted, I want everything on the new so I can discard the old pc -  so now all I have is my music library on new pc thru the cloud none of my Audible audiobooks came over - My question is do I need to delete iTunes off my new pc before I load it in from a external hard drive?

    You might need to make sure neither is going to sleep (System Prefs > Energy Saver)
    Also check your settings under System Prefs > Security. My sisters new laptop kept logging off due to some setting there.
    HTH

  • I have OS X 10.4.11 and I just got home with my new ipod nano and I need to update my OS! How do I do this?

    I have OS X 10.4.11 and I just got home with my new ipod nano 6th generation and I have after searching threads etc discovered I need to update my OS! How do I do this - all of the posts on this subject are a bit out of date I think? I have a mac book pro 2.2 so I know I can run Leopard, I just have no idea how to get it...? Please help!

    Check your Mac against hardware specs to find out what version of OS X you can upgrade to.
    Then buy DVD for that version.
    Allan

  • Need the new tab icon and need to move home page icon

    Need what I had on previous versions of Firefox. Need new tab icon next to address bar, it is not under customize. Need to move home page icon to the same place. It is very annoying to have it on the right side the of web page, need to have it on the left side.

    You can find the New Tab button showing as a '+' on the Tab bar.<br />
    You can open the Customize window and drag the New Tab button that shows as a plus sign (+) from the Tab bar on another toolbar and it will become a regular toolbar button like the New Tab button that you have in Firefox 3 versions.<br />
    If you can't find the New Tab button then click the "Restore Default Set" button in the Customize window.<br />
    If you want the New Tab button at the far right end of the Tab bar then place a flexible space to the left of it.
    * New tab toolbar button: https://addons.mozilla.org/firefox/addon/new-tab-toolbar-button/

  • Trying to replace my current home drive with new drive

    Trying to clone home drive to new drive and this is the error I receive. Source volume is read-write and cannot be unmounted, so it can't be block copied.

    You are using Carbon Copy Cloner? maybe you need to boot from another system clone you made, or using Recovery Mode and Disk Utility?
    I always keep a separate special emergency-maintenance boot drive in addition to having a working system drive; a clone of the working system (at a minimum)
    That way I can also have 10.7.4 and 10.7.5 or Lion and Mountain Lion if needed.
    Have you got other drives, internal and external, and tried removing those?
    A safe boot should of course work.
    Might include more details

  • Oracle - Move datafiles to a new filesystem

    Hi,
    We have an ERP system running on HP-UX with Oracle database.
    To stick with SAP recommendation, the filesystems holding the datafiles should have a blocksize of 8192K. We have 5 filesystem of 2 TB for the datafiles of the production system, and 3 have a blocksize of 1024k instead of 8192k.
    The safest strategy would be to:
    - Stop SAP and DB
    - Copy the datafiles of these 3 filesystems to 3 new filesystem with a blocksize of 8192K
    - Adapt the mount points
    - Restart the DB and SAP
    The problem with this strategy is that it is very time consuming, and will need a long downtime to complete it.
    We have another strategy in mind:
    - Putting the database in backup mode
    - Copying all the datafiles (for the 5 filesystems) to new filesystems
    - Putting the database back in normal mode
    - Stopping SAP and the DB
    - Changing the mounting points to the new filesystems
    - Starting up the database and recover it (applying all the logs)
    - Starting SAP
    This should help us reducing the downtime.
    Can you advise if it is a valid strategy ? Do you have any other idea on how we could proceed ?
    Thanks in advance for your help :-)
    Antoine

    Hi Antoine,
    well from a technical point of view this is valid, but to be honest it is slow as well and it includes many manual error-prone activities. Nowadays there is no reason for not using RMAN
    The fastest and safest method (in my opinion) would be the following:
    Create the 3 new file systems
    Perform full image copy backup of corresponding data files to that file system
    Perform incremental backups (with block change tracking) and apply them to the corresponding image file copies (Rolling Forward Image Copy Backups)
    Perform the last incremental backup (with block change tracking) and apply it right before shutdown of SAP
    Shutdown SAP
    Use RMAN to switch to data file copy (in new file system)
    Use RMAN to recover data files, which should take only a few seconds to minutes depending on the load between step 4 and 5.
    Start SAP
    Regards
    Stefan

  • Can I make the home page my new tab page?

    I referenced [https://support.mozilla.com/en-US/questions/824876?s=make+the+home+page+my+new+tab+page&as=s] and attempted to use about:home for the url but nothing happened.
    Thanks

    The referenced link deals with a different matter; the user wanted a blank tab to open but was getting an arbitrary page opening instead.
    In your case you might try one of the following Add-ons:
    *New TabURL: https://addons.mozilla.org/en-US/firefox/addon/2221
    *New Tab Hompage: https://addons.mozilla.org/en-US/firefox/addon/777
    <br />
    <br />
    '''You need to update the following.''' The Plugin version(s) shown below was/were submitted with your question and is/are out of date. You should update to avoid known security issues with the version(s) you have installed. Click on "More system info..." to the right of your question to see what was included with your question.
    *Next Generation Java Plug-in 1.6.0_24 for Mozilla browsers
    #'''''Check your plugin versions''''' on either of the following links':
    #*http://www.mozilla.com/en-US/plugincheck/
    #*https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #*There are plugin specific testing links available from this page:
    #**http://kb.mozillazine.org/Testing_plugins
    #'''Update the [[Java]] plugin''' to the latest version.
    #*Download site: http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)
    #**'''''Be sure to <u>un-check the Yahoo Toolbar</u> option during the install if you do not want it installed.
    #*Also see "Manual Update" in this article to update from the Java Control Panel in Windows Control Panel: http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates
    #* Removing old versions (if needed): http://www.java.com/en/download/faq/remove_olderversions.xml
    #* Remove multiple Java Console extensions (if needed): http://kb.mozillazine.org/Firefox_:_FAQs_:_Install_Java#Multiple_Java_Console_extensions
    #*Java Test: http://www.java.com/en/download/help/testvm.xml

  • Cant reinstall garageband on osx 10.6.8 after inadvertenly deleting it. Appstore says: you need osx 10.9.0 or newer!

    after inadvertenly deleting it. Appstore says: You need osx 10.9.0 or newer!

    You need to install it from the computer's original disks or a retail iLife DVD. If neither of those are an option and you previously bought a compatible version from the Mac App Store, go to the Mac App Store home page, click on Support under Quick Links, contact Apple, and wait for them to reply.
    (91762)

  • Do I need to buy iLife with my New MacBook?

    I am confused. I thought new Macs come with iPhoto. Do I need to buy iLife with my new Mac in order to get iPhoto?
    MacBook Pro   Mac OS X (10.4.6)  

    Old Lisa Salesman
    Welcome to the Apple Discussions.
    New macs come with the iLife suite (including iPhoto) installed.
    See this page: http://www.apple.com/macbook/macbook.html
    iLife ‘06, included with every MacBook, lets you create websites, photo books, movies, DVDs, songs, podcasts, cards, calendars, and more.
    Regards
    TD

  • I need to sync my iPhone to new user id on the same mac.  How do I keep my iPhone contacts and music library?  I tried to sync and iTunes wanted to erase both.

    I need to sync my iPhone to new user id on the same mac.  How do I keep my iPhone contacts and music library?  I tried to sync and iTunes wanted to erase both.

    When you say a new user ID, are you referring to your Apple ID that you use to make purchases in the iTunes Store, etc? Or are you talking about a new user account on the same Mac?
    iTunes alternatives
    http://www.wideanglesoftware.com/touchcopy/index.php
    http://www.ecamm.com/mac/phoneview/
    http://www.copytrans.net/

  • Have MacBook Pro (ancient) has 2.16 Ghz Intel Core Duo with 1 GB 667 MHz RAM using OS 10.4.11. Can I upgrade OS? If so, how far? And can I add more memory? I realize this is an old laptop but I need to wait to upgrade to new.

    Have MacBook Pro (ancient) has
    2.16 Ghz Intel Core Duo with
    1 GB 667 MHz RAM
    using OS 10.4.11.
    Can I upgrade OS? If so, how far?
    And can I add more memory?
    I realize this is an old laptop but I need to wait to upgrade to new.

    if it is the core duo, mac OS X 10.6.8., max ram 2gb.

  • I am not able to select a new network printer just installed at work to print to from Firefox. I have tried to reset the printer settings, but this did not work. Do I need to map Firefox to this new printer?

    We recently had a new printer installed at work that has been set as the Default printer on my computer. When I go to print something from Firefox, I am not able to select the new printer from the printer window in the print box. The new printer does not show up

    From another computer, go to http://www.mozilla.com/firefox/, click "Free download" button, click "Save File" button, select your flash drive in "Save as" window. "Firefox Setup 3.6.13.exe" file will be saved in your flash drive.
    You just need to insert it in your new computer and double-click on "Firefox Setup 3.6.13.exe" from Windows Explorer and follow instructions.

  • HT201269 hi i need help, i just go a new iPhone 5 and i want to put all my backed up stuff on, but it doesn't show on the list, how do i get all my stuff back and yes i did backup the old phone

    hi i need help, i just go a new iPhone 5 and i want to put all my backed up stuff on, but it doesn't show on the list, how do i get all my stuff back and yes i did backup the old phone

    Follow the explicit instructions in the article from which the thread was started and restore the device from the backup of the previous device.

  • I have upgraded to a new computer.   I have installed iTunes from the internet and copied my music from the old hard drive to my new one.  What do I need to do to get my new computer to recognize my old playlist?

    I have upgraded to a new computer.   I have installed iTunes from the internet and copied my music from the old hard drive to my new one.  What do I need to do to get my new computer to recognize my old playlist?

    See https://support.mozilla.com/en-US/kb/Backing%20up%20and%20restoring%20bookmarks
    and
    https://support.mozilla.com/en-US/kb/Backing%20up%20your%20information?s=new+computer&r=4&as=s#os=win&browser=fx8

  • Just bought a 2tb external hard drive with the intention of moving my iPhoto data files on it. I have so much of my 500 gigs being used up by images and video. Questions: Will this foul up my iPhoto app? Do I need to point iPhoto to this new location?

    Just bought a 2tb external hard drive with the intention of moving my iPhoto data files to it. I have so much of my 500 gigs being used up by images and video. Questions: Will this foul up my iPhoto app?
    Do I need to point iPhoto to this new location?
    Thanks!

    Are you running a Managed or a Referenced Library?
    A Managed Library, is the default setting, and iPhoto copies files into the iPhoto Library when Importing. The files are then stored in the Library package
    A Referenced Library is when iPhoto is NOT copying the files into the iPhoto Library when importing because you made a change at iPhoto -> Preferences -> Advanced. (You unchecked the option to copy files into the Library on import) The files are then stored where ever you put them and not in the Library package. In this scenario you are responsible for the File Management.
    Assuming a Managed Library:
    Make sure the drive is formatted Mac OS Extended (Journaled)
    1. Quit iPhoto
    2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
    Regards
    TD

Maybe you are looking for

  • Custom Layout for FBL1N (Open Vendor Items)

    Hi All, I would like to create a custom layout for the List Output.  Currently there is only options as to display the Standard Local currency, I would like to include the value for the Document Currency (Transaction Currency) as well.  Does anyone h

  • Message no :amoc001 the system couldnt automatically create a transfer docu

    hi, message no :amoc001 the system couldnt automatically create a transfer document hi all when i follow the steps in this link Message no. AMOC005 i just end up with the problem above when i tried to change the business area normally the system auto

  • Process chains- different  data  loads  at  different  points  of  time

    hi  friends  i  want  to  load   master  data  at  4am   and  then  i  want  to  load  transaction  data  at  4:25 am  how  can  i   achieve  this  by  using  process chains   to  load  other  datas  also  at  different  times      and  where  we   h

  • Taking Stills from Timeline

    I'm sure I did know this but am having problems a the moment. I would like to take stills from the timeline to include with the video. Can anybody help please?

  • Two alias in Mail: how to show different "from" names?

    I've been reading various threads about aliases in mail, but none have exactly described my situation. What I want to be able to do is set up aliases in my one account and have the mail shown as "from" a different name depending on which alias I've u