Computing.Net > Forums > Solaris > mounting dos partion in solaris

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

mounting dos partion in solaris

Reply to Message Icon

Name: shimul
Date: October 15, 2002 at 21:22:06 Pacific
OS: solaris 8 intel
CPU/Ram: 256 MB
Comment:

i have solaris installed in a hard drive. now i want to mount another hard drive which has windows installed in it.

so how can i mount that dos partion in solaris...

my windows hard drive is connected as the primary slave.

so if anyone gives me the right syntex and process it will be a great help..

shimul



Sponsored Link
Ads by Google

Response Number 1
Name: Aakash
Date: October 15, 2002 at 21:57:02 Pacific
Reply:

# pwd
/
# mkdir /dosc (C: Windows)
# mkdir /dosd (D: Windows)
.
.
.
(C: Partition)
# mount -F pcfs -o rw /dev/dsk/c0d1p0:1 /dosc
or
# mount -F pcfs -o rw /dev/dsk/c0d1p0:c /dosc

(D: Partition)
# mount -F pcfs -o rw /dev/dsk/c0d1p0:d /dosd
# mount -F pcfs -o rw /dev/dsk/c0d1p0:2 /dosd

for D: if problem persists in specifying the right
partition/slice, change 'p0' to 'p1','p2',... Also
do not then specify ':c' or ':d' ...
Ex:
# mount -F pcfs -o rw /dev/dsk/c0d1p2 /dose
# mount -F pcfs -o rw /dev/dsk/c0d1p4 /dosf
.
.
.
Where: '-o rw' -> read-write mode
'-o ro' -> read-only mode
'pcfs' -> PC File System
-aakash


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Solaris Forum Home


Sponsored links

Ads by Google


Results for: mounting dos partion in solaris

Mount fat 32 in Solaris 8 www.computing.net/answers/solaris/mount-fat-32-in-solaris-8/2924.html

Mount dos disk for solaris 9 x86 www.computing.net/answers/solaris/mount-dos-disk-for-solaris-9-x86/4035.html

Partitioning in Solaris(8 hard as 1 www.computing.net/answers/solaris/partitioning-in-solaris8-hard-as-1/2426.html