Koozali.org: home of the SME Server

Backup problems on USB hard drive

Offline andreasantini

  • ***
  • 68
  • +0/-0
Backup problems on USB hard drive
« on: November 25, 2010, 02:02:36 PM »
I am not able to use the backup utility on external usb disk.
I can mount manually,but not using the backup utility.
I receive always this error:
can't find /media/BKDISK in /etc/fstab or /etc/mtab

My /etc/fstab is ok.
In fact I can mount manually my hard drive.
I use SMEServer 7.5.1.
Is it a release bug?
Tks.

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: Backup problems on USB hard drive
« Reply #1 on: November 25, 2010, 04:46:39 PM »
I can mount manually,but not using the backup utility.
I receive always this error:
can't find /media/BKDISK in /etc/fstab or /etc/mtab
What instruction do you use to do so?

My /etc/fstab is ok.
Perhaps you can show us the relevant line, to make sure.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline andreasantini

  • ***
  • 68
  • +0/-0
Re: Backup problems on USB hard drive
« Reply #2 on: November 25, 2010, 06:02:01 PM »
The label of my hard drive is: hd-backup1
In /etc/fstab :

/dev/sdb6       /media/hd-backup1   ext2   pamconsole,exec,noauto,managed 0 0

Using  mount /media/hd-backup1, there is no problem.


Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: Backup problems on USB hard drive
« Reply #3 on: November 25, 2010, 07:54:23 PM »
The label of my hard drive is: hd-backup1
In /etc/fstab :

/dev/sdb6       /media/hd-backup1   ext2   pamconsole,exec,noauto,managed 0 0

Using  mount /media/hd-backup1, there is no problem.
Then where is the /media/BKDISK coming from? Is that something in your backup configuration? Shouldn't that just be the same as you are using in your manual commands: /media/hd-backup1?
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline andreasantini

  • ***
  • 68
  • +0/-0
Re: Backup problems on USB hard drive
« Reply #4 on: November 25, 2010, 11:12:04 PM »
I am sorry.
Forget /media/BKDISK.I change the configuration.
hd-backup1 is correct.
I tried to change the configuration, but the result is always the same.

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Backup problems on USB hard drive
« Reply #5 on: November 26, 2010, 02:47:08 PM »
I am sorry.
Forget /media/BKDISK.I change the configuration.
hd-backup1 is correct.
I tried to change the configuration, but the result is always the same.

so it's bugzilla time, isn't it?

Offline janet

  • *****
  • 4,812
  • +0/-0
Re: Backup problems on USB hard drive
« Reply #6 on: November 26, 2010, 05:06:54 PM »
andreasantini

Have you fully reviewed the USB Howto and a couple of other good wiki articles in the Howtos re disks.
All you need to know should be covered there, link at top of forums.

Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.

Offline andreasantini

  • ***
  • 68
  • +0/-0
Re: Backup problems on USB hard drive
« Reply #7 on: November 27, 2010, 11:08:51 AM »
I read the instructions for the preparation and configuration of  an hard drives usb.
I formatted my hard drive with label.
I change /etc/fstab adding line LABEL=Mylabel     /media/ etc etc ............
Suppose my hard drive label is : hdext
I create a mount point like : /media/backup
I add a line in /etc/fstab like:
LABEL=hdext /media/backup ext3 defaults
There is no way.
On next reboot a check my /etc/fstab and I found two lines:

LABEL=hdext /media/backup ext3 defaults

and

/dev/sdc1    /media/hdext   ext3  pamconsole,exec,noauto,managed 0 0

No way mounting /media/backup but ok mounting /media/hdext
If I try to use backup to workstation I get :  enable to mount /media/backup

?????? Have nice idea?

Offline andreasantini

  • ***
  • 68
  • +0/-0
Re: Backup problems on USB hard drive
« Reply #8 on: November 27, 2010, 12:41:10 PM »
SOLVED

I label my hard drive
I delete all mount pints created in /etc/fstab except cdrecorder and floppy
Reboot SME
After booting I found a line in /etc/fstab with new mount point that is the same of hd label.
Now is working.