On Thu, Oct 30, 2003 at 04:20:27PM +0100, BRINER Cedric wrote: > > ls -l /dev/hda6 > lr-xr-xr-x 1 root root 33 oct 28 11:40 /dev/hda6 -> > ide/host0/bus0/target0/lun0/part6 > # ls -l /dev/ide/host0/bus0/target0/lun0/part6 > brw------- 1 root root 3, 6 jan 1 1970 > /dev/ide/host0/bus0/target0/lun0/part6 > > I've just created an amanda/disk user/group, and as the amanda's user > > Hmm. On my RH systems, I put amanda in the 'disk' group, which owns the > >raw disk devices. > and I chown root:disk on /dev/ide/host0/bus0/target0/lun0/part6 without > succes backuping up under the amanda user! > > any other idea? >
# chmod g+r /dev/ide/host0/bus0/target0/lun0/part6 # ls -lL /dev/hda6 brw-r----- 1 root disk 3, 6 jan 1 1970 -- Jon H. LaBadie [EMAIL PROTECTED] JG Computing 4455 Province Line Road (609) 252-0159 Princeton, NJ 08540-4322 (609) 683-7220 (fax)
