![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unable to check / filesystem | ahsen | SUN Solaris | 6 | 08-01-2008 05:18 AM |
| Script to Check for Unix/Linux Passwords | lucknowm | Shell Programming and Scripting | 1 | 05-29-2008 09:08 PM |
| Urgent:FileSystem Check Script | Openware | Shell Programming and Scripting | 1 | 04-25-2008 12:32 PM |
| Creating a shell script to check filesystem space | heprox | AIX | 10 | 06-18-2006 10:07 PM |
| Linux filesystem | gkrishn | Linux | 1 | 02-18-2006 05:37 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
How can I check if I have raw filesystem on unix/linux
Hello again.
Please can someone tell me how can i check if my filesystem is raw on unix/linux ? Is there some file to check or something like that to be sure ? also , when i do : $ ls -l /dev/rdisk i get among other things , this also(there resides are oracle related files) : Code:
crw-r----- 1 oracle dba 23 0x0000ae Mar 24 15:35 disk161 crw-r----- 1 oracle dba 23 0x0000af Mar 24 15:35 disk162 crw-r----- 1 oracle dba 23 0x0000b0 Mar 24 15:35 disk163 crw-r----- 1 oracle dba 23 0x0000b1 Mar 24 15:35 disk164 crw-r----- 1 oracle dba 23 0x0000b2 Mar 24 15:35 disk165 crw-r----- 1 oracle dba 23 0x0000b3 Mar 24 15:35 disk166 crw-r----- 1 oracle dba 23 0x0000b4 Mar 24 15:35 disk167 crw-r----- 1 oracle dba 23 0x0000b5 Mar 24 15:35 disk168 |
|
||||
|
Quote:
i got this : Code:
$ ls -lR /dev/raw* crw-rw-rw- 1 root root 72 0x00004d Mar 19 16:17 /dev/rawip crw-rw-rw- 1 root root 72 0x00004e Mar 19 16:17 /dev/rawip6 $ raw -qa ksh: raw: not found $ bash bash-3.2$ raw -qa bash: raw: command not found bash-3.2$ |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|