Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.16 seconds.

  1. Replies
    17
    Views
    1,163

    [ubuntu] Re: Issues with RAID

    Okay, I tried changing the pv ID but got an error:



    $ sudo pvchange -u /dev/md3
    Found duplicate PV xny33Ds5AmHaUCNkeJRt7NkD879l4kNV: using /dev/md1 not /dev/md3
    Unable to find /dev/md3 in...
  2. Replies
    17
    Views
    1,163

    [ubuntu] Re: Issues with RAID

    Thanks. I did that and then I got this error:



    $ sudo mount /dev/md3 /temporary
    mount: unknown filesystem type 'LVM2_member'


    I typed sudo pvdisplay and it shows a conflict.
  3. Replies
    17
    Views
    1,163

    [ubuntu] Re: Issues with RAID

    Hmmm, didn't like that.



    $ sudo mount -t ext4 /dev/sdb6 /temporary
    mount: wrong fs type, bad option, bad superblock on /dev/sdb6,
    missing codepage or helper program, or other error
    ...
  4. Replies
    17
    Views
    1,163

    [ubuntu] Re: Issues with RAID

    Is there a way around this?



    $ sudo mount /dev/sdb6 /mnt
    mount: unknown filesystem type 'linux_raid_member'
  5. Replies
    17
    Views
    1,163

    [ubuntu] Re: Issues with RAID

    Thanks again SaturnusDJ. Not being a UNIX admin expert, what would be the simplest way to mount those and then zero-superblock them?
  6. Replies
    17
    Views
    1,163

    [ubuntu] Re: Issues with RAID

    Thanks again SaturnusDJ. Not being a UNIX admin expert, what would be the simplest way to mount those and then zero-superblock them?
  7. Replies
    17
    Views
    1,163

    [ubuntu] Re: Issues with RAID

    Thanks SaturnusDJ. Sadly, I'm not sure there was any logic when I created it. It was my first time doing so. I wanted a small RAID 1 for the boot partition. I also wanted a larger RAID 5 for my data....
  8. Replies
    17
    Views
    1,163

    [ubuntu] Re: Issues with RAID

    Here's the output for smartctl -a /dev/sdc



    smartctl 5.41 2011-06-09 r3365 [x86_64-linux-3.2.0-57-generic] (local build)
    Copyright (C) 2002-11 by Bruce Allen,...
  9. Replies
    17
    Views
    1,163

    [ubuntu] Re: Issues with RAID

    Here's the output for the examine commands. I ran it in this order: sda1, sda5, sda6, sdb1, sdb5, sdb6, sdc1, sdc5, sdc6.249082
  10. Replies
    17
    Views
    1,163

    [ubuntu] Re: Issues with RAID

    Thanks for your reply. Attached is the output for the S.M.A.R.T. tool. Output is in the following order: sda, sdb, sdc. Appears to have found two errors with sdc.
    249081
  11. Replies
    17
    Views
    1,163

    [ubuntu] Issues with RAID

    Hi all,

    I'm seeing some strange issues with my Ubuntu machine. I have several raid arrays, two RAID 1s and one RAID 5. Recently it has been booting in degraded mode, why I'm not sure. Each time I...
  12. [ubuntu] Re: Raid array not assemblying properly on boot

    Yeah, that had me scratching my head too. Then I realized that when I was first trying to figure this out I had tried to add sda5 and sda6 to md0. Turns out they were still on that array as spares....
  13. [ubuntu] Re: Raid array not assemblying properly on boot

    I've also tried re-adding the dev

    $ sudo mdadm --manage --re-add /dev/md1 /dev/sda5
    mdadm: Cannot open /dev/sda5: Device or resource busy


    From what I've seen reading google on this, it may...
  14. [ubuntu] Raid array not assemblying properly on boot

    Hi all,

    I have two raid 1 arrays and another raid 5 array. I reboot my computer recently and on boot I saw an LVM error. It appears my raid array wasn't build correctly. Here's what I see in dmesg...
  15. Replies
    0
    Views
    210

    [ubuntu] recovering data on a raid array

    Hi all,

    I have three 1 TB drives on my Ubuntu machine that I was using in a RAID 5 array. I had 50 GB on each that I arranged in a logical partition that I used for the base installation. The...
  16. Replies
    2
    Views
    1,357

    [ubuntu] Best external hard drive to use with ubuntu

    Hi all,

    I need to buy an external hard drive that i want to hook up to my ubuntu box. Do they all work with Ubuntu equally well? From what i can tell Ubuntu seems to work with everything very well...
  17. Replies
    3
    Views
    524

    [xubuntu] Re: Getting MPD to work

    So upgrading did seem to work. Amazing! Thanks!
  18. Replies
    3
    Views
    524

    [xubuntu] Re: Getting MPD to work

    Fair enough, but do we think this is the source of the problem?
  19. Replies
    3
    Views
    524

    [xubuntu] Getting MPD to work

    Hi all,

    I'm having trouble getting MPD to work. I first tried following the Ubuntu Community page for MPD. I then moved on to the MPD wiki. But neither has helped. I feel like I'm missing...
  20. Replies
    4
    Views
    811

    [ubuntu] Re: My Samba/MPD/Sonata conundrum

    I'm not sure if this is helpful but I've set mpd to verbose mode and I see this when I start it up:



    binding to address for 10.0.0.16
    setFsCharset: fs charset is: UTF-8
    libFLAC supports...
  21. Replies
    4
    Views
    811

    [ubuntu] Re: My Samba/MPD/Sonata conundrum

    Hmmm. I put a file in my /var/lib/mpd/music/ directory. Assigned it the owner mpd and group audio. And it still won't play. Sonata loads it like it's about to play it and then it stops. Bizarre.
  22. Replies
    4
    Views
    811

    [ubuntu] Re: My Samba/MPD/Sonata conundrum

    I can definitely play music from the Samba server on the server with MPD so I don't think that's a problem. I would think that if MPD was trying to create files it would do so in the normal MPD...
  23. Replies
    4
    Views
    811

    [ubuntu] My Samba/MPD/Sonata conundrum

    Hi all,

    I am trying to set up MPD on a server in my basement hooked up to the home intercom so I can play music throughout the house from any computer in the house. Since the computer in the...
  24. Replies
    8
    Views
    1,103

    [ubuntu] Re: after install root partition is too small!

    Hoping someone has some experience with resizing LVM partitions in a RAID configurations
  25. Replies
    8
    Views
    1,103

    [ubuntu] Re: after install root partition is too small!

    Thanks Rick. If anyone has experience resizing logical volumes on a RAID partition, I'd be much obliged.
Results 1 to 25 of 71
Page 1 of 3 1 2 3