related to mounting.......


 
Thread Tools Search this Thread
Operating Systems Solaris related to mounting.......
# 1  
Old 11-07-2008
Bug related to mounting.......

can i mount the same mount point to two different file system......
# 2  
Old 11-07-2008
Nope you can't and you're not advised to try to do so
# 3  
Old 11-07-2008
Yes you can indirectly by using lofs.
# 4  
Old 11-12-2008
Bug How to...

How to mount and access to USB on Sun Solaris 9 ?
Thank you
# 5  
Old 11-12-2008
ls -l /dev/dsk/c*0 |grep usb
That doesn't (always?) work, because the device might not HAVE "usb" in the name. For example,
/devices/pci@0,0/pci1028,155@1d,7/storage@7/disk@0,0:a
so you can do a iostat -En to identify your usb device, then..
cd /
mount -F pcfs /dev/dsk/c*t*d*s*:c /mnt
cd /mnt <-----usb contents in here

Last edited by incredible; 11-12-2008 at 02:46 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Mail related

I have maintaining 16 client PCs.I want to get a mail from client PCs whenever any one of the services are not working.Services like postgres ,sms , jts and synch etc.,The Client PCs are remotely placed.I want to develop this through shell script ,But I don't have an idea to develop this... (2 Replies)
Discussion started by: kannansoft1985
2 Replies

2. Shell Programming and Scripting

need downloading related help...but its not related to unix

Hi All, I am trying to dowmload the zip file "zkManageCustomers.zip " but i dont have access. Can anyone help me to download this file See the below link- http://www.ibm.com/developerworks/opensource/library/wa-aj-open/index.html?ca=drs- Please help me as early as... (1 Reply)
Discussion started by: aish11
1 Replies

3. UNIX for Advanced & Expert Users

Virtualization Related Help!!

Hi, My script needs to find out if it is running on a virtual machine. If it is then it needs to find out. 1 . The number of virtual processors. 2 . Actual physical box onto which the virtual machine is hosted. 3 .Processors on the physical machine. Actually there are some commands like... (1 Reply)
Discussion started by: prasi_in
1 Replies

4. AIX

vio related

In a dual vio, how will u know one lpar is in which vio? (1 Reply)
Discussion started by: shobhan.murthy
1 Replies

5. Shell Programming and Scripting

Mount related

I mounted /dev/sda1 to /mnt/drive_first folder... so, how can get where the sda1 mounted programmingly or vice versa Thanx:p (1 Reply)
Discussion started by: macroideal
1 Replies

6. UNIX for Dummies Questions & Answers

related to sed

hi how can we change only the first ocurrence of a pattern using sed thank u (14 Replies)
Discussion started by: sahana
14 Replies

7. UNIX for Dummies Questions & Answers

Unix Related

well through my 6 months education i know some unix os but i can't find one for my p3 via board can any one tell me where to find such please replay as email or private msg and thanks (3 Replies)
Discussion started by: JaMaL
3 Replies

8. UNIX for Advanced & Expert Users

CPIO related

i have a cpio.z file containing another cpio file . I want to view the contents of the cpio file inside . How to do it? my parent cpio file invoked with cpio -itv looks some thing like ompmum4 sbadgire> zcat 210_2122_ECP_03.cpio.Z| cpio -itv -rwxr-xr-x 1 20519 20519 761856... (1 Reply)
Discussion started by: rraajjiibb
1 Replies

9. UNIX for Advanced & Expert Users

x windows related

Hello, I am learning X/Motif programming.I wanted some information about how to create animations using this. can you please suggest me some website which contains this information?? I did not know where to post this thread.So I just posted it here. Thanks in advance. shilpa (1 Reply)
Discussion started by: informshilpa
1 Replies
Login or Register to Ask a Question