Results 1 to 5 of 5

Thread: disk assignment /dev/sd*

  1. #1
    Join Date
    May 2009
    Location
    Wales UK
    Beans
    333
    Distro
    Ubuntu 12.04 Precise Pangolin

    disk assignment /dev/sd*

    Ive writttern a small sctipt automating a truecrypt process, however it relies on /dev/sda, /dev/sdb and /dev/sdc maintaining these assignments.

    (what happens is a & b are small by todays standards and both are backed up to c. a is the system disk, b & c are truecrypt voluems)

    Question: is their anything that would cause these asignments to change, and rhus cause my script to stop working?

  2. #2
    Join Date
    May 2009
    Location
    Wales UK
    Beans
    333
    Distro
    Ubuntu 12.04 Precise Pangolin

    disk assignment /dev/sd*

    Ive writttern a small sctipt automating a truecrypt process, however it relies on /dev/sda, /dev/sdb and /dev/sdc maintaining these assignments.

    (what happens is a & b are small by todays standards and both are backed up to c. a is the system disk, b & c are truecrypt voluems)

    Question: is their anything that would cause these asignments to change, and rhus cause my script to stop working?

  3. #3
    Join Date
    May 2006
    Location
    Milwaukee,WI
    Beans
    6,280
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: disk assignment /dev/sd*

    yes, they could change if you install a new hard drive or change connections to ide/sata ports on your motherboard. I would suggest you use the hard drive UUID, those never change, EVER.

  4. #4
    Join Date
    May 2009
    Location
    Wales UK
    Beans
    333
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: disk assignment /dev/sd*

    Thank you, that is an excelant idea. I'll have a google lots to see hhow to implement this approach in to script.

  5. #5
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: disk assignment /dev/sd*

    Threads merged.
    Please do not create duplicate threads on same topic.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

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
  •