Mounting XP Drive in Solaris 10


 
Thread Tools Search this Thread
Operating Systems Solaris Mounting XP Drive in Solaris 10
# 1  
Old 11-14-2007
Question Mounting XP Drive in Solaris 10

Hi All,

I'm a relative rookie when it comes to the world of Unix and Windows networking, and hoping you can help me out! My predicament:

I have a Windows machine running VMWare with an instance of Solaris 10.
I have a Windows XP Pro "server" with a large hard drive that I need Solaris to see.

Previously, I had Windows Server 2000 on the machine with the large hard drive and created a mount directory that Solaris used without a problem. Now that we have XP installed, we can mount the drive, but can't read anything inside (i.e. perform an 'ls' within the folder, and it returns blank).

ANY help would be VERY much appreciated!!!

Thanks,

Kevin
# 2  
Old 11-14-2007
I should also mention that the XP machine does have Unix Services for Windows installed, but I don't know if there are any specific options I should configure!

Thanks again!
# 3  
Old 11-14-2007
Is it FAT32 or NTFS formatted?
(I don't think Solaris supports NTFS.)
# 4  
Old 11-14-2007
Surely you want NT to manage the volume but Solaris to use it as a network client.

Personally I would set up a share using SFU and let Solaris mount it as a normal nfs volume.
# 5  
Old 11-14-2007
Or share it from Windoze and use CIFS (Samba) to mount it on the UNIX system.
# 6  
Old 11-15-2007
Both of those answers sound like they'd work... could you provide any more details?

As I said, I'm still a rookie when it comes to using Unix...

Thanks!
# 7  
Old 11-15-2007
If you use SFU then "NFS Sharing" is a page in the "Properties" for a directory.

From Solaris...

Code:
mount -F nfs hostname:/exportname /mountpoint

Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. SCO

Mounting Tape Drive

Sorry I posted it in wrong forum first. OK, I'm new to Unix (but an IT since DOS 6.2 era) Long story short I'm trying to help a friend who has failing Unix system which is perhaps 16 years old with SCO Openserver 3.4v4.2 with DDS90 Tape where they backup their data. I've setup a Dell Precision... (9 Replies)
Discussion started by: shunail
9 Replies

2. Solaris

mounting usb drive

hi, first of all, i would really like to know how to find out where my usb is in the system. if i "cd to /dev/usb i have a hub0 to hub4 and hid0 -- hid5 .. how do i know where my usb is? and i guess once i find out which one my usb is at, i can do something like "mount /dev/usb/xxx /tmp" ... (5 Replies)
Discussion started by: k2k
5 Replies

3. Linux

CD drive Mounting

Can any one suggest me how to mount the cd drive from unix? I have installed Ubuntu8.0 on my laptop. Your response is appreciated. (1 Reply)
Discussion started by: siba.s.nayak
1 Replies

4. SCO

mounting USB floppy drive /Flash drive in OSR 6.0

Can anybody help me out to mount USB flash /floppy drive in sco openserver 6.0 . (5 Replies)
Discussion started by: sureshdrajan
5 Replies

5. UNIX for Advanced & Expert Users

Mounting NAS Drive on solaris

Hi, Im running 32-bit solaris on sparc. We have a NAS(Network attached drive), with its IP address, username and password. I'd like to be able to mount it on the solaris machine, and unmount it. The best possibility would be able to mount it simulataneously on 2 or more systems. Please... (9 Replies)
Discussion started by: 0ktalmagik
9 Replies

6. UNIX for Dummies Questions & Answers

Mounting a Windows Network Drive on Solaris 10

Hi, I have a Solaris 10 OS. I would like to map a network drive to a Windows machine. I have typed the following command #mount 192.1.1.1:/content_dir /windows 192.1.1.1 - ip address of my windows box content_dir - directory that I have shared out to others users on my windows box... (3 Replies)
Discussion started by: annointed3
3 Replies

7. Filesystems, Disks and Memory

Mounting AFS drive

I have an old amiga IDE drive that I wish to read. Its formated in FFS and I understand I can mount this under linux as an AFS filesystem. The drive is already installed in the PC. Can anyone explain in newbie terms the steps t mounting and reading this drive? Thanks (1 Reply)
Discussion started by: SocketSlave
1 Replies

8. UNIX for Dummies Questions & Answers

Drive mounting

Hello, people. I am pretty new to linux, but I heard it was supposed to be good. So I installed it on an ancient 33mhz 486 with 27mbs of RAM. Ran into problems, patched them, and am here now. I am trying to figure out how to use my floppy and CD-ROM drives. I click their respective icons on the... (2 Replies)
Discussion started by: Furtoes00
2 Replies

9. UNIX for Advanced & Expert Users

mounting a drive

Trying to mount a drive which has been dropped after corruption. What is the quickets and esiest command to run and which switches? cheers olly (1 Reply)
Discussion started by: ollyparkhouse
1 Replies
Login or Register to Ask a Question