- 论坛徽章:
- 0
|
这个是什么意思。怎么解决啊
root进入
# cd dev
# ls -l *temp*
crw-r----- 1 sybase sybase 1, 43 May 1 07:01 rtempmore
brw-r----- 1 sybase sybase 1, 43 Apr 30 03:22 tempmore
我也建了tempmore的分区
# divvy
+----------+-----------+------+---+--------+-------+
| Name | Type |New FS| # |First Bk|Last Bk|
+----------+-----------+------+---+--------+-------+
| boot | EAFS |no | 0 | 0| 14999|
| swap | NON FS |no | 1 | 15000| 112999|
| root | HTFS |no | 2 | 113000| 732188|
| tempmore | NON FS |no | 3 | 732189| 936988|
| | NOT USED |no | 4 | -| -|
| | NOT USED |no | 5 | -| -|
| recover | NON FS |no | 6 | 2039489|2039498|
| d1057all | WHOLE DISK|no | 7 | 0|2047499|
+----------+-----------+------+---+--------+-------+
我已经把权限给了SYBASE用户了,为什么还会出现下以错呢?
$ isql -Usa -P
1>; alter database tempdb on tempmore=200
2>; go
There is no disk named 'tempmore'. Checking other disk names.
Msg 5009, Level 16, State 1:
Line 1:
ALTER DATABASE failed. Some disk names listed in command were not found. Check
that names exist and are spelled correctly before re-running command.
错误5009 严重度16
ALTER DATABASE 失败。没有找到语句中列出的某些磁盘名称。请检查这些名称是否存在,拼写是否正确,然后再重新运行该语句。 |
|