Results 1 to 5 of 5

Thread: Deja-dup (backups) does not detect my external drive

  1. #1
    Join Date
    Jan 2009
    Location
    Nakhorn Sawan, Thailand
    Beans
    239
    Distro
    Ubuntu 12.04 Precise Pangolin

    Deja-dup (backups) does not detect my external drive

    I recently accidentally installed kubuntu on my backup drive. I deleted it by making a new partition table and a new partition. When I tried to backup my drive with Backups (deja-dup), it said, "Waiting for '1.0 TB drive' to become connected." I've tried formatting, making new partitions, unplugging the drive in every combination I can think of. I even uninstalled deja-dup and reinstalled it. I've unmounted and remounted, and rebooted the machine. Nothing has worked so far. Any suggestions? I'm running Ubuntu 24.04, and I'm willing to use a different backup program.

  2. #2
    Join Date
    Jun 2014
    Beans
    7,797

    Re: Deja-dup (backups) does not detect my external drive

    Boot Ubuntu and post the output of the command: sudo parted -l Only need the information of the drive in question. Does it show? How are you trying to access the drive? Does it show up under /media/username? Are you mounting from a terminal? What command did you use? Are you able to access the drive partition at all or is it just when you use the specific software?

  3. #3
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,895
    Distro
    Ubuntu

    Re: Deja-dup (backups) does not detect my external drive

    Did you reset the backup location in deja-dup to match the newly created partition?
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  4. #4
    Join Date
    Mar 2010
    Location
    /home
    Beans
    9,727
    Distro
    Xubuntu

    Re: Deja-dup (backups) does not detect my external drive

    Quote Originally Posted by deadflowr View Post
    Did you reset the backup location in deja-dup to match the newly created partition?
    Seems to me that might be an obvious first place to check.

    You should also check UUIDs and mount points with lsblk -f and check your fstab file
    Last edited by Rubi1200; 4 Weeks Ago at 07:42 PM.

  5. #5
    Join Date
    Jan 2009
    Location
    Nakhorn Sawan, Thailand
    Beans
    239
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Deja-dup (backups) does not detect my external drive

    The part of 'sudo parted -l' that refers to the external hard drive is:
    Code:
    Model: WD Elements 25A2 (scsi)
    Disk /dev/sdb: 1000GB
    Sector size (logical/physical): 512B/512B
    Partition Table: gpt
    Disk Flags: 
    
    Number  Start   End     Size    File system  Name  Flags
     1      1049kB  1000GB  1000GB  fat32              msftdata
    The drive is automatically mounted, I presume by fstab, on bootup.
    I have tried changing the name of the folder, from 'henry' to 'backup,' but it still says "waiting for '1.0 TB drive' to become connected."
    The drive gives every appearance of being mounted, as it has been for the past year. I don't do anything to mount it. It just shows up in the launcher, or whatever that thing at the left side is.
    I'm able to create folders and to write files to the drive with vi. When I created a new partition it deleted the previous backup folder; I created a new one with the same name with "sudo mkdir /media/roger/AA86-F663/henry."

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
  •