You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

kztyrvlq

Beginner

  • "kztyrvlq" started this thread

Posts: 21

Location: NL, Canada

  • Send private message

1

Monday, June 25th 2007, 8:49pm

Mount & UUID Information Requested

Good Day All . . .

I need some help. I wrote a few bash scripts that mount backup hard drive partitions. For the last few years they have worked well using "mount /dev/hdb1 /backup" at the beginning of the script where fstab is "noauto,user,exec."

With UUID it does not work with mobility issues since my different computers all have different universal ID numbers. The UUID is assigned during boot but it is stored internally.

My question is, Can I revert back in fstab from

"UUID=??? /backup ext3 defaults"

to

"/dev/hdb1 /backup ext3 noauto,user,exec"

and what are the problems?

Mount says that I can but it doesn't seem to work. Mount has the -u UUID option but it works only with my local drives where I have inputed the correct UUID. I have tried to experiment with this but my kwikdisk listed two /backup entries and clicking on either told me that UUID=??? was not listed in fstab or mtab when it is clearly there.

I do not want to have the backup drives online during normal operations only when they are needed for a backup.

Any help or point me in the right direction.

Thanks.

Paul