Lou, I tested this on our SunOS-5.8 Sparc computer with 3.23.49:
bash-2.03$ df / (/dev/dsk/c0t0d0s0 ): 7499474 blocks 2033414 files /proc (/proc ): 0 blocks 5861 files /dev/fd (fd ): 0 blocks 0 files /etc/mnttab (mnttab ): 0 blocks 0 files /var/run (swap ): 1698576 blocks 40153 files /tmp (swap ): 1698576 blocks 40153 files ... innodb_data_file_path = /dev/dsk/c0t0d0s0:1Gnewraw innodb_data_home_dir = ... bash-2.03$ ./mysqld InnoDB: Operating system error number 13 in a file operation. InnoDB: See http://www.innodb.com/ibman.html for installation help. InnoDB: The error means mysqld does not have the access rights to InnoDB: the directory. InnoDB: File name /dev/dsk/c0t0d0s0 InnoDB: Cannot continue operation. bash-2.03$ It seems to find the path but naturally the OS does not allow it to write over the file system. In your case the question is why it does not find the path (errno 2)? Best regards, Heikki Tuuri Innobase Oy --- Order technical MySQL/InnoDB support at https://order.mysql.com/ See http://www.innodb.com for the online manual and latest news on InnoDB ----- Original Message ----- From: "Lou Picciano / Essex Systems" <[EMAIL PROTECTED]> Newsgroups: mailing.database.mysql Sent: Tuesday, July 02, 2002 4:11 PM Subject: InnoDB RAW devices under Solaris? > All: I am re-posting this in case someone may have an answer. > > RE: MySQL 4.01-max, InnoDB, Solaris, Raw device support > > Has anyone had any specific experience implementing a RAW DEVICE InnoDB > tablespace under Sparc Solaris? > > A specific few lines in my.cnf would be very helpful... > > As we are using a SparcStorage Array, our device pathnames look something > like: > > Innodb_data_file_path=/dev/rdsk/c1t4d0s7:1Gnewraw (OR) > Innodb_data_file_path=/dev/dsk/c1t4d0s7:1Gnewraw > > Either of these options gives us an operating system error number 2 ... > ------ > I have also tried things like: > > innodb_data_home_dir = /dev/ > innodb_data_file_path = rdsk/c1t4d0s7:1Gnewraw > > Also with no luck. > > Are there specific Solaris slices we should be using?? Can't find any docs > on this. > > Please note: using 'standard filesystem' InnoDB filespaces, everyting works > AOK under this installation... > > Any help is appreciated. > > Lou > > > --------------------------------------------------------------------- > Before posting, please check: > http://www.mysql.com/manual.php (the manual) > http://lists.mysql.com/ (the list archive) > > To request this thread, e-mail <[EMAIL PROTECTED]> > To unsubscribe, e-mail <[EMAIL PROTECTED]> > Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php > --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php