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
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..
(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
Summary: hai, How to mount fat 32 in solaris? I have a stand alone system. So please rule out the samba server sharing method. Please tell me any other method that can work out in a stand alone system. ...
Summary: I have a PC with two hard drives in it. The master drive has Solaris 9 x86 and the slave drive has fat32 formatted drive. I have tried to use: mount -F pcfs /dev/dsk/c0d1p0:1 /mnt and when I do this ...
Summary: Hi Room,I had a Sparc with 8 Hard disk 8*18GB,i would like to creat /var and /usr in 25G and a partion in 60GB! how can i do this when i install solaris????!!! please tell me soon,as soon as possible...