Search:

Type: Posts; User: martinjh99; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Replies
    24
    Views
    25

    [server] Re: LVM setup - files have disappeared

    Reading up on ZFS and Ubuntu and seeing I have 2 identical disks which would be great for a mirrored pool I might go that way instead. At least with a mirror I would be able to have one disc...
  2. Replies
    24
    Views
    25

    [server] Re: LVM setup - files have disappeared

    Thinking about it now I verging on using wipefs to nuke the LVM metadata on both those other disks and just mounting them somewhere and using them that way. I'm thinking using LVM is more trouble...
  3. Replies
    24
    Views
    25

    [server] Re: LVM setup - files have disappeared

    Thanks - There is windows involved and I'm the only user.

    I did think that someone might have got in as I left open port 80/443 on the router as I was going to setup something that I didn't get...
  4. Replies
    24
    Views
    25

    [server] Re: LVM setup - files have disappeared

    Would you mind elaborating the full plan? I want to copy the files across as herew then add the two other discs in the data vg into the one that ubuntu has been installed in if that will work...
  5. Replies
    24
    Views
    25

    [server] Re: LVM setup - files have disappeared

    To be honest now thinking about it I might add those two other discs to the vg that has the operating system on it so I can still have the extra space and start with the ripping all over again......
  6. Replies
    24
    Views
    25

    [server] Re: LVM setup - files have disappeared

    sudo du -h --max-depth=1 /home
    [sudo] password for martin:
    3.4G /home/martin
    11M /home/data
    16K /home/lost+found
    3.4G /home

    sudo du -h --max-depth=1 /home/martin
    4.0K ...
  7. Replies
    24
    Views
    25

    [server] Re: LVM setup - files have disappeared

    sudo vgcfgrestore --list datavg

    File: /etc/lvm/archive/datavg_00000-331230425.vg
    VG name: datavg
    Description: Created *before* executing 'pvscan --cache --activate ay 8:16'
    ...
  8. Replies
    24
    Views
    25

    [server] Re: LVM setup - files have disappeared

    The missing files should be in /home/martin/data yes
  9. Replies
    24
    Views
    25

    [server] Re: LVM setup - files have disappeared

    martin@sienna ~/data % pwd
    /home/martin/data
    martin@sienna ~/data % ls -lR
    .:
    total 4
    drwxr-xr-x 2 root root 4096 Jul 31 04:25 media

    ./media:
    total 0
  10. Replies
    24
    Views
    25

    [server] Re: LVM setup - files have disappeared

    du -h /home/martin/data
    4.0K /home/martin/data/media
    8.0K /home/martin/data


    Should be a whole load of files and folders under /home/martin/media... In fact there also should be a whole...
  11. Replies
    24
    Views
    25

    [server] Re: LVM setup - files have disappeared

    /home is working fine and mounted fine it seems that all the data under /home/martin/data is missing.
  12. Replies
    24
    Views
    25

    [server] Re: LVM setup - files have disappeared

    martin@sienna ~ % sudo pvs
    [sudo] password for martin:
    PV VG Fmt Attr PSize PFree
    /dev/sda3 ubuntu-vg lvm2 a-- <930.01g 8.00m
    /dev/sdb datavg lvm2 a-- 931.51g ...
  13. Replies
    24
    Views
    25

    [server] LVM setup - files have disappeared

    Not sure how this happened but I have a LVM setup which seems to be ok from what I can gather but all the files have disappeared on it.




    vgdisplay:

    --- Volume group ---
    VG Name ...
  14. Replies
    0
    Views
    392

    [all variants] Lucid to Pangolin

    I have a couple of Lucid servers - Is there a way to upgrade them to Pangolin?

    Whats the best way?
  15. Replies
    0
    Views
    243

    [kubuntu] Wireless on EEEPC 901

    This is the wireless chipset I have in my little netbook:



    *-network
    description: Wireless interface
    product: RT2860
    vendor: Ralink corp.
    physical id: 0
    ...
  16. Replies
    2
    Views
    1,048

    [SOLVED] Re: BASH esacping long filenames

    Bingo - Thanks mate!
  17. Replies
    2
    Views
    1,048

    [SOLVED] BASH esacping long filenames

    Given this BASH script to dump the audio from FLV files as mp3s it doesnt work on files with spaces in...

    How do I get it to handle space in filenames?



    #!/bin/bash

    OUTPUTDIR="mp3/"
  18. Replies
    1
    Views
    681

    [kubuntu] compiling kde4 themes

    What additional packages do I need to install kde4 styles?

    Looking to replace the default style when I find a good one from kde-look.org!
  19. Replies
    99
    Views
    87,016

    [ubuntu] Re: Update error

    Still didn't work



    martin@Willow ~ $ sudo ./launchpad-update2
    martin@Willow ~ $
  20. Replies
    99
    Views
    87,016

    [ubuntu] Re: Update error

    Cheers - Thanks for the new script... :)
  21. Replies
    99
    Views
    87,016

    [ubuntu] Re: Update error

    martin@Willow ~ $ sudo find / -name ca-certificates.crt
    martin@Willow ~ $
  22. Replies
    99
    Views
    87,016

    [ubuntu] Re: Update error

    That works thanks but i now get the following error...



    martin@Willow ~ $ sudo ./launchpad-update
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done...
  23. Replies
    99
    Views
    87,016

    [ubuntu] Re: Update error

    trying to get the key for this PPA:



    #Screen configs
    deb http://ppa.launchpad.net/kirkland/ubuntu hardy main
    deb-src http://ppa.launchpad.net/kirkland/ubuntu hardy main


    and the script...
  24. Replies
    4
    Views
    892

    [ubuntu] Re: PPA signing problem

    martin@Willow ~ $ wget -q http://ppa.launchpad.net/kirkland/ppa/ubuntu/dists/intrepid/Release.gpg -O- | sudo apt-key add -
    gpg: no valid OpenPGP data found.
    martin@Willow ~ $


    Something is not...
  25. Replies
    4
    Views
    892

    [ubuntu] PPA signing problem

    Im trying to make sure that I have the GPG Signature for Dustin Kirklands PPA installed properly.

    I have the follwing in my sources:


    #Screen configs
    deb...
Results 1 to 25 of 32
Page 1 of 2 1 2