![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Data Storage Systems support 750 Gb SATA II disk drives. - ThomasNet Industrial News | iBot | UNIX and Linux RSS News | 0 | 07-30-2007 06:30 AM |
| how floppy disks, CDs and flash drives (pen drives) are accessed in UNIX | nokia1100 | Shell Programming and Scripting | 0 | 04-06-2007 06:10 PM |
| sco unix v/386 boot disk | format | SCO | 5 | 05-29-2006 05:02 PM |
| Direct disk access | Lopatonosec | High Level Programming | 3 | 05-31-2005 09:39 AM |
| Boot Disk | bobkat | UNIX for Dummies Questions & Answers | 1 | 08-26-2001 06:30 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Boot from cd-rom to access disk drives
Hello,
I've booted a Digital Unix 4.0D system from cd-rom and I need to access the system's disk drives. I need to run the fixfdmn utility on the root domain so I need to create the root domain in /etc/fdmns. Could someone tell me how to access my system's disk drives after I've booted from cd-rom? I have searched all over Google and this forum and found nothing. Please help. Thanks, Adam |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Ok,
I've managed to access internal disks when booting from cd-rom, but what I really need to do is access an external disk. When I'm booted up in multi-user mode, the device name for the disk I need access to is /dev/rzb18c. When I boot from cd-rom, this device is not listed under /dev. I ran the following command to create the device: /dev/MAKEDEV rzb18 Now there is a rzb18c listed under /dev so I do the following: mkdir /etc/fdmns/clnc_domain cd /etc/fdmns/clnc_domain ln -s /dev/rzb18c I use the following command to try and mount the disk: mount -t advfs clnc_domain#clnc /var/mnt ...and I get an error that says something like bad address. I was able to succesfully mount an internal disk after creating the entries in /etc/fdmns. Am I missing some steps after the MAKEDEV? |
|||
| Google The UNIX and Linux Forums |