Closed Thread
Results 1 to 6 of 6

Thread: /dev/sd device addresses change

  1. #1
    Pan
    Pan is offline Learning Programmer
    Join Date
    Jun 2007
    Posts
    61
    Rep Power
    0

    /dev/sd device addresses change

    Every time we reboot our Linux ES 4 machine the device addresses for our hard drives change. This causes problems with mounting and some of our software that accesses these mounted drives. Anyone know how to resolve this issue or how to lock the drives down to one address?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Jordan Guest
    Do the hard drive addresses change or is it the partition addresses? I've seen this happen when it is connected to a SAN or a RAID. Are they connected to either and is that HD the mounted partition that changes addresses?

  4. #3
    Pan
    Pan is offline Learning Programmer
    Join Date
    Jun 2007
    Posts
    61
    Rep Power
    0
    Yes, it is connected to a SAN. I believe that the multithreading is what causes this problem? Any idea how to resolve it?

    Yes, it is only the partitions of the HD. The devices stay the same (/dev/sda)

  5. #4
    Jordan Guest
    The solution to this is to label your partitions and remount in /etc/fstab with those partition names instead of the device name.

    To label a partition:
    Code:
    e2label <partition> <label>

  6. #5
    Pan
    Pan is offline Learning Programmer
    Join Date
    Jun 2007
    Posts
    61
    Rep Power
    0
    Thanks, works!

  7. #6
    Oigen is offline Programmer
    Join Date
    Jul 2008
    Posts
    107
    Rep Power
    0
    That's pretty weird, you have to write commands for it to work?

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. What is with reverse IP addresses returning mail.*?
    By Fighter in forum Linux Networking
    Replies: 4
    Last Post: 02-25-2011, 02:59 AM
  2. Is it possible to detect an usb device when the device is plugged in??
    By yonghan in forum Visual Basic Programming
    Replies: 6
    Last Post: 02-07-2011, 04:47 AM
  3. base addresses?
    By Bernhard in forum General Programming
    Replies: 1
    Last Post: 08-02-2010, 06:51 PM
  4. Memory addresses
    By Vswe in forum Visual Basic Programming
    Replies: 0
    Last Post: 01-08-2010, 12:43 PM
  5. Banning IP Addresses
    By dirkfirst in forum PHP Development
    Replies: 4
    Last Post: 06-18-2006, 05:12 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts