Safe to share /home with another os or is there a better way?

I have an nfs exported /home folder which I use for /home under opensuse on this machine, wondering if it would be a bad idea to mount it as the arch /home
Perhaps it'd be better or maybe safer to mount it somewhere else and then use either symlinks or bind mounts for the folders I want available in arch
This being stuff like docs, music, mail and other app profiles etc
Any recommendations?

I'm gonna go with trying thii scenario
Mount the nfs /home export to something like /remote-homes and bind mount things like docs & media folders from there to folders under the local /home
Aside from those the only others I'm concerned with is akonadi (which uses mysql server on the same box as the nfs server), kontact, kmail, thunderbird, firefox & kvirc profiles (for now anyway), and I think I'll try symlinking to those as they're all safely hidden out of the way and I have backups of everything in case it goes pear-shaped
There's also a virtualbox vms folder containing the vdi files but I'm not sure what I'm gonna do with those yet, aside from a win7 vm I use to run some accounting/tax software I only use vms for trying out new releases etc
Thanks for the input guys, never hurts to get a second opinion

Similar Messages

  • Is it possible to share networks with another mac (MacBook)?

    Is it possible to share networks with another mac (MacBook)?
    I want to be able to create a document on my computer and save it on both my MacBook Pro and another MacBook. Also, I want to be able to open documents saved only on the MacBook on my MacBook Pro. Is that possible on the same wirelss?
    Thank you!

    You would not want to use ad hoc networking if you also need to access the internet. I'm not even sure it is possible.
    How are you accessing the internet from these Macs now? If you have a wifi (or wired) network that you both access in your work location, you should be able to use File Sharing across that network, so you shouldn't need the ad hoc network.
    Some general observations:
    You'll need a plan for how to keep straight which Mac holds the most current version of a file. That should probably be to keep each file in only one place (your Mac, the other Mac, a local file server, a cloud server). Even in our home, with one person doing most of the file accessing, I find a central location works best for this; in my case, that's a desktop system that stays on all the time, but a disk attached to my AirPort Extreme base station, a Time Capsule, or a NAS would serve.
    If you make use of the portability of the MacBook[Pro]s to work in different locations, you'll also need a plan that includes that working away from the main work location. If you often work with common files while away from your main work location, a cloud solution may be best even with just two of you. Depending on the size of your files, one of the free cloud solutions may suffice; most offer paid expansion as your needs grow.

  • Is it possible to create a playlist and share it with another itunes user?

    Is it possible to create a playlist and share it with another itunes user?

    try this out
    Select distinct   
    v_R_System.Netbios_Name0 AS [Computer Name],  
    v_GS_COMPUTER_SYSTEM.UserName0 AS [User Name]
     from v_R_System
    left join v_GS_COMPUTER_SYSTEM on (v_GS_COMPUTER_SYSTEM.ResourceID = v_R_System.ResourceID) 
    inner join v_fullcollectionmembership as b on (b.ResourceID = v_R_System.ResourceID) 
    left join v_GS_SYSTEM_CONSOLE_USAGE_MAXGROUP ON v_GS_SYSTEM_CONSOLE_USAGE_MAXGROUP.ResourceID = v_R_System.ResourceID
            inner join v_GS_SYSTEM e on e.resourceid = b.resourceid
     Where
    b.CollectionID = @collectionid
    Blog: http://theinfraguys.com
    Follow me at Facebook
    The Infra Guys Facebook Page
    Please remember to click Mark as Answer on the answer if it helps you in anyway

  • How can i share music with another person?

    How can i share music with another person?

    purple_tuesday,
    See a post of Jeff Bryan's which explains about the
    iPod-to-computer transfer in detail:
    reverse download... from ipod to computer
    -Kylene

  • When I share a file to YouTube, where does the output file live? I want also to make a DVD. And is this a best practice or is there a better way?

    I want also to make a DVD, but can't see where the .mov files are.
    And is this a best practice or is there a better way to do this, such as with a master file?
    thanks,
    /john

    I would export to a file saved on your drive as h.264, same frame size. Then import that into youtube.
    I have never used FCP X to make a DVD but I assume that it will build the needed vob mpeg 2 source material for the disk.
      I used to use Toast & IDVD. Toast is great.
    To "see" the files created by FCP 10.1.1 for YouTube, rt. (control) click on the Library Icon in your Movies/show package contents/"project"/share.

  • Apple says my epson perfection 1240u scanner no longer supported with 10.7. Is there an alternative way to get it to work?

    Apple says my epson perfection 1240u scanner is no longer supported with 10.7.
    Is there an alternative way to get it to work?

    Download updates from the manufacturers pages:
    http://www.epson.com/cgi-bin/Store/support/supDetail.jsp?oid=14549&BV_UseBVCooki e=yes&infoType=Downloads&platform=OSF_M_…

  • Switching a panel to another panel in the same frame.Is there a better way?

        public void actionPerformed(ActionEvent e) {
            if (e.getSource() instanceof toolButton){
                westPanel.remove(optionPanel);
                westPanel.setVisible(false);
                toolButton tb = (toolButton)e.getSource();
                optionPanel = tb.getPanel();
                westPanel.add(optionPanel);
                westPanel.setVisible(true);
        }This code above is what I used to execute when one of several JButtons is being pressed.
    In this program, one of the JPanel will be automatically switched to another JPanel when you press the respective JButtons.
    Here are my questions:
    1. Right now, I use westPanel.setVisible(false) and then change some stuff and then invoke westPanel.setVisible(true) to make it visible again. Although this works, I have a feeling that this is not quite right. I feel that there should be some better way to do this, switching the panel and request the program to redraw the replacing JPanel. Is there a better way for this?
    2. Most of the time, the JPanel changes the size according to the components on it. I have tried several LayoutManager, but it seems that those components have more priority. Is there a way to completely fix the JPanel so that they stay the same size?

    Look into using a Card Layout rather than manually swapping the panels: http://java.sun.com/docs/books/tutorial/uiswing/layout/card.html

  • Kindly help with rewriting the foll. query in a better way

    IS there a better way of writing the foll query:
    When I have 12,50,00,000 rows in Fact Table, the query is unable to execute. I use more than 200GB of temporary space. But I still get Temp Tablespace Full Error:
    --Foll WITH Clause is to calculate Sum of Debit-Credit to calculate BLNC acc. to Group By values
    WITH crnt_blnc_set
    AS ( SELECT f.hrarchy_dmn_id,
    f.prduct_dmn_id,
    f.pstng_crncy_id AS crncy_dmn_id,
    f.acnt_dmn_id,
    f.txn_id AS txn_id,
    f.acntng_entry_src AS txn_src,
    f.acntng_entry_typ AS acntng_entry_typ,
    f.val_dt_dmn_id,
    f.revsn_dt,
    SUM (
    DECODE (
    f.pstng_typ,
    'Credit', f.pstng_amnt,
    0))
    - SUM (
    DECODE (
    f.pstng_typ,
    'Debit', f.pstng_amnt,
    0))
    AS blnc
    FROM FactTable f
    GROUP BY f.hrarchy_dmn_id,
    f.prduct_dmn_id,
    f.pstng_crncy_id,
    f.acnt_dmn_id,
    f.txn_id,
    f.acntng_entry_src,
    f.acntng_entry_typ,
    f.val_dt_dmn_id,
    f.revsn_dt),
    --Foll WITH Clause calculates Min and Max Date Ids for the Group By conditions as mentioned
    min_mx_dt
    AS ( SELECT /*+parallel(32)*/
    f.hrarchy_dmn_id AS hrarchy_dmn_id,
    f.prduct_dmn_id AS prduct_dmn_id,
    f.crncy_dmn_id AS crncy_dmn_id,
    f.acnt_dmn_id AS acnt_dmn_id,
    f.txn_id AS txn_id,
    f.txn_src AS txn_src,
    f.acntng_entry_typ AS acntng_entry_typ,
    MIN (f.val_dt_dmn_id) AS min_val_dt,
    GREATEST (MAX (f.val_dt_dmn_id), 2689) AS max_val_dt
    FROM crnt_blnc_set f
    GROUP BY f.hrarchy_dmn_id,
    f.prduct_dmn_id,
    f.crncy_dmn_id,
    f.acnt_dmn_id,
    f.txn_id,
    f.txn_src,
    f.acntng_entry_typ),
    /*Foll WITH Clause has a Cartesian Join on date_dmn to populate missing entries
    This requirement is because if we have a distinct row for
    hrarchy_dmn_id,
    prduct_dmn_id,
    crncy_dmn_id,
    acnt_dmn_id,
    txn_id,
    txn_src,
    acntng_entry_typ Combination and If wehave a missing entry for that in the max date provided then we actually create those missing entries*/
    slctd_rcrds
    AS ( SELECT /*+ ordered use_nl(d) parallel(mx, 4) */
    mx.hrarchy_dmn_id AS hrarchy_dmn_id,
    mx.prduct_dmn_id AS prduct_dmn_id,
    mx.crncy_dmn_id AS crncy_dmn_id,
    mx.acnt_dmn_id AS acnt_dmn_id,
    mx.txn_id AS txn_id,
    mx.txn_src AS txn_src,
    mx.acntng_entry_typ AS acntng_entry_typ,
    d.date_value AS val_dt,
    d.date_dmn_id AS val_dt_dmn_id
    FROM min_mx_dt mx, date_dmn d
    WHERE mx.min_val_dt <= d.date_dmn_id
    AND mx.max_val_dt >= d.date_dmn_id
    --Foll. WITH clause actually has a outer Join with Firt With Clause to populate the values accordingly
    cmbnd_rcrds
    AS (
    SELECT /*+ USE_HASH(c) */ s.hrarchy_dmn_id AS hrarchy_dmn_id,
    s.prduct_dmn_id AS prduct_dmn_id,
    s.crncy_dmn_id AS crncy_dmn_id,
    s.acnt_dmn_id AS acnt_dmn_id,
    s.txn_id AS txn_id,
    s.txn_src AS txn_src,
    s.acntng_entry_typ AS acntng_entry_typ,
    s.val_dt_dmn_id AS val_dt_dmn_id,
    NVL (c.revsn_dt, s.val_dt) AS revsn_dt,
    NVL (c.blnc, 0) AS blnc,
    0 AS prvs_rcrd_ind
    FROM slctd_rcrds s, crnt_blnc_set c
    WHERE s.hrarchy_dmn_id = c.hrarchy_dmn_id(+)
    AND s.prduct_dmn_id = c.prduct_dmn_id(+)
    AND s.crncy_dmn_id = c.crncy_dmn_id(+)
    AND s.acnt_dmn_id = c.acnt_dmn_id(+)
    AND s.txn_id = c.txn_id(+)
    AND s.txn_src = c.txn_src(+)
    AND s.acntng_entry_typ = c.acntng_entry_typ(+)
    AND s.val_dt_dmn_id = c.val_dt_dmn_id(+))
    Select * from cmbnd_rcrds

    Thanks for the response Alfonso. I have tried that as well. But Create Table as Also uses Temp Storage till it's created. And that again gives the same error as well.
    Anyways I am now trying with a smaller set. This much piece gets executed in Half an hour but the next piece where we pivot the data is taking forever now.
    That piece is as follows:
    (SELECT /*+parallel(8)*/
    f.hrarchy_dmn_id,
    f.prduct_dmn_id,
    f.crncy_dmn_id,
    f.acnt_dmn_id,
    f.txn_id,
    f.txn_src,
    f.acntng_entry_typ,
    f.val_dt_dmn_id,
    f.revsn_dt,
    SUM (
    blnc)
    OVER (
    PARTITION BY f.hrarchy_dmn_id,
    f.prduct_dmn_id,
    f.crncy_dmn_id,
    f.acnt_dmn_id,
    f.txn_id,
    f.txn_src,
    f.acntng_entry_typ
    ORDER BY d.date_value)
    AS crnt_blnc,
    SUM (
    blnc)
    OVER (
    PARTITION BY f.hrarchy_dmn_id,
    f.prduct_dmn_id,
    f.crncy_dmn_id,
    f.acnt_dmn_id,
    f.txn_id,
    f.txn_src,
    f.acntng_entry_typ,
    d.fin_mnth_num
    || d.fin_year_strt
    || d.fin_year_end
    ORDER BY d.date_value)
    / d.mnth_to_dt
    AS mtd_avg,
    SUM (
    blnc)
    OVER (
    PARTITION BY f.hrarchy_dmn_id,
    f.prduct_dmn_id,
    f.crncy_dmn_id,
    f.acnt_dmn_id,
    f.txn_id,
    f.txn_src,
    f.acntng_entry_typ,
    d.fin_year_strt || d.fin_year_end
    ORDER BY d.date_value)
    / yr_to_dt
    AS ytd_avg,
    f.prvs_rcrd_ind AS prvs_rcrd_ind
    FROM cmbnd_rcrds f, thor_date_dmn d
    WHERE d.holidaY_ind = 0 AND f.val_dt_dmn_id = d.date_dmn_id)
    SELECT f.hrarchy_dmn_id,
    f.prduct_dmn_id,
    f.crncy_dmn_id,
    f.acnt_dmn_id,
    f.txn_id AS txn_id,
    f.txn_src AS acntng_entry_src,
    f.acntng_entry_typ AS acntng_entry_typ,
    f.val_dt_dmn_id,
    f.revsn_dt,
    f.crnt_blnc,
    f.mtd_avg,
    f.ytd_avg,
    'EOD TB ETL' AS crtd_by,
    SYSTIMESTAMP AS crtn_dt,
    NULL AS mdfd_by,
    NULL AS mdfctn_dt
    FROM fnl_set f
    WHERE f.prvs_rcrd_ind = 0
    ORDER BY f.hrarchy_dmn_id,
    f.prduct_dmn_id,
    f.crncy_dmn_id,
    f.acnt_dmn_id,
    f.txn_id,
    f.txn_src,
    f.acntng_entry_typ,
    f.val_dt_dmn_id
    Any other way to pivot this?
    Also I am getting a lot of foll wait events:
    PX Deq Credit :Send blkd
    PX Deq :Table Q Normal
    Direct Path Write Temp
    And Direct Path Read Temp.

  • HT4812 I recently fixed my computer and need to reinstall logic pro 9 but I can't find the booklet with my serial number, is there any other way I can get the serial number for logic pro 9 (box)?

    I recently fixed my computer and need to reinstall logic pro 9 but I can't find the booklet with my serial number, is there any other way I can get the serial number for logic pro 9 (box)?

    If you still have the receipt or other proof of purchase, you can ask Apple to send you the serial. Otherwise, bad luck mate.. Good news is, you can now buy Logic Pro 9 from App Store for just 199 USD

  • Can I share ibooks with another person

    Can I share my books with another persons iPad not connected to my iTunes?

    There is a risk that if you allow then to re-download your past purchases on their iPad or computer then the iPad or computer will be tied to your account for 90 days : http://support.apple.com/kb/HT4627 - if it's a good book then I'm sure they wouldn't mind buying their own copy.

  • Share iCal With Another Colleague?

    Hello all.
    Is there a way to share my office iCal calendars with another colleague,
    - *without using my personal me.com way*
    - *without using Google Calendar* and subscribe inside iCal (because Google Cal tend to be "unstable")
    Is there a 3rd and ahem, free way?
    Thanks and cheers

    I too would be interested in this....anybody?

  • TS3999 iCloud won't allow me to share calendar with another member because of short email address

    When I try to share my calendar with another member I get a server error. The email address I'm trying to share with is [email protected], if I add a letter such as [email protected] it will work.

    Try logging on to your iCloud account and wiping the iPad that way.
    remove it, which will erase it, and will turn off the activation lock.
    https://www.icloud.com/#find

  • How can i share downloads with another ipod?

    My son wants to have some of the music I've downloaded - his itunes is on a different pc.  How can I share music with him?

    Copy the music from your computer to his.
    You can use a cd, flash drive, external drive
    or home share
    Understanding Home Sharing

  • HT1766 Can I share ibooks with another iphone?

    Can I share books that I have purchased on ibooks with another iphone?

    If the other iPhone is on the same iTunes account, otherwise no. That is my biggest heartburn with e-books as a whole, not being able to share, pass-along, resell or donate books you have read, like you can with hard copy books.

  • Share music with another iTunes account

    Getting my wife an I phone,her first I device. I have had an iTunes account for a while and would like to share what I have with her. How can I share content with her iTunes account?

    How to use multiple iPods, iPads, or iPhones with one computer
    What is the best way to manage multiple...: Apple Support Communities

Maybe you are looking for

  • Don't want to make any changes

    I currently use Elements 8 and store all pictures on my PC.  Do I have to do anything if I just want to leave everything just as is?

  • Regarding Database migration to external storage

    Hello. We are running on MS windows 2003 enterprise edition with Oracle Database 10g. We have system with 32GB RAM and 600 GB Harddisk space on system, and we have installed SAP Solution manger and SAP Netweaver (PI) 7.0 componenet on that box. At th

  • Error An exception with the type CX_SY_EXPORT_NO_SHARED_MEMORY occurred, bu

    Hi BW Guru's, I am getting the following error while executing BW report in BEx Analyzer: Error An exception with the type CX_SY_EXPORT_NO_SHARED_MEMORY occurred, but wa Error No space left in SHARED MEMORY Please help me to resolve the issue.

  • Reinstalling CS5 on a new computer

    I have been using CS5 Master Suite on my older laptop for over 5 years now.  No problems.  I recently bought a new laptop and want to transfer my CS5 master suite.  I have lost the disks.  However, I found the install for CS5 Master Suite Via and old

  • Vendor account with two bank accounts -payment

    Hi For the vendor account we have two bank accounts .When a invoice is raised through MIRO ,we want the 50% payment to be made through First bank account and the rest payment to the Second bank account.The vendor has two bank accounts and wants 50-50