Unsolved

This post is more than 5 years old

1 Rookie

 • 

83 Posts

608

July 22nd, 2009 02:00

about the data sources over linux

hi~all~
i want to create a Linux file seystems
in the settings table, it show .
I would like to know the meaning of and some Examples.
i set the monut ponit to"/oradata",blockdevice to"/dev/sdb1",mount options to"mount /dev/sdb1 /oradata".But when attach it to noe node,it's failure.
error ID00004710 issued lnux_fs ATTCH ORADATA DATA SOURCE COMMAND ON linux4 (id=705).
Thank you~

63 Posts

July 22nd, 2009 08:00

In the mount options section you do not have to specify the entire operating system mount command. The Linux file system data source essentially does a mount command and the mount point, block device, and mount options are the arguments passed to the mount command. Try this for the data source options.

Mount Point = /oradata
Block Device = /dev/sdb1
mount options =

Mount options can be left blank unless there a specific mount command option you would like to pass when mounting the file system.

0 events found

No Events found!

Top