mounting file system /etc/vfstab


 
Thread Tools Search this Thread
Operating Systems Solaris mounting file system /etc/vfstab
# 1  
Old 10-17-2007
mounting file system /etc/vfstab

Hello.
When I use format command - It shows:

/dev/dsk/c0d0s4 is normally mounted on /u02 according to /etc/vfstab. Please remove this entry to use this device.

What does it mean?
# 2  
Old 10-17-2007
Check if the disk is mounted under /u02 by running 'mount | grep /u02'. The message given by the format command is just to alert you to the fact that the disk is mounted. You should not be modifying a disk that is mounted under any filesystem.

If you want to make any changes on the disk, unmount it using 'umount /u02'.
# 3  
Old 10-17-2007
Thank you pal - Its clear now :-) There is another small query:

I have got 2 FileSystems visible when I use df -k or mount command /u00 and /u02 of 5 GB and 10 GB respectively. Can you please let me know exact commands to execute for below:

1) Delete /u00
2) Modify /u02 from 10 GB size to 5 GB size
3) Create /u01 (new fs) of size 10 GB

Thank you!
# 4  
Old 10-17-2007
It depends on whether you are using a volume manager or not, and if you are, which one you are using. Can you post the output of df -k?
# 5  
Old 10-17-2007
I am not using volume manager and installed solaris using CDs by inserting one by one 5 CDs. When CD1 was inserted - I had created filesystems /u01 and /u02 for 5 GB and 10 GB respectively. I then looked into some websites and FAQs and did below:

1) ran format command
2) created a new filesystem /dev/dsk/c0d0s8 using newfs command which wasnt visible in df -k command. Appended this entry in /etc/vfstab and mounted the filesystem. Which is also now available when i see df -k

My questions now are:
1) Where do we assign the size of new filesystem while being created. I did not find any option
2) How do I know that a new filesystem can be created (How Big?)
3) How to change the allocated size of any filesystem?
I am now trying to install oracle, inserted the CD and copied .zip file to newly created filesystem /u02 having space of 10G. Created new user oracle under group dba. renamed .zip file .jar and ran tar-xvf - Which is the file to install oracle in it? In the manuals I see they ask to run ./runInstaller - But I am not able to find it?

Thank you in advance for your reply.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Issue with mounting the file system .

Hi gurus, Need your help , Am facing some issue with one of the ext3 file system.while rebooting it failed to mount fs after running fsck i tried manuall but still no luck.However i made the machine up but am unable to mount file system can some one please help me. root@vm258902]~# cat... (2 Replies)
Discussion started by: kapil514
2 Replies

2. UNIX for Dummies Questions & Answers

Mounting File System

Hi Team , Team Can any give me a good explanation of mount file system.:wall:if we have do a df -k it show /var/orcl/abc/txt mounted on /var/orcl. example : Filesystem 1K-blocks Used Available Use% Mounted on tmpfs 4021876 0 ... (2 Replies)
Discussion started by: kkabc789
2 Replies

3. UNIX for Dummies Questions & Answers

script to mount from vfstab file

I am setting up a test system and grabbed the /etc/vfstab file from the prod system. I don't want to overlay the /etc/vfstab file from the prod box on the test box so I just copied the prod /etc/vfstab file over to the test server and put the file in the /tmp/ directory. I want to mount the... (2 Replies)
Discussion started by: snoman1
2 Replies

4. Emergency UNIX and Linux Support

Problem mounting NTFS file System in REDHAT Enterprise 5

When I am trying to mount my windows partitions in REDHAT Enterprise Linux 5 using these command mount -t ntfs-3g /dev/sda1 /mnt/ntfs I have encountered with the problem mentioned below FATAL: Module fuse not found. ntfs-3g-mount: fuse device is missing, try 'modprobe fuse' as root I have... (3 Replies)
Discussion started by: dearanik
3 Replies

5. UNIX for Dummies Questions & Answers

Facts about mounting remote file system

Say, we are going to mount a remote file system on our server. I am not too sure about how will data be transferred back to original host when it is written to the mounted FS. Could you please share an article or your knowledge on this? Thanks in advance; Stephen W. (2 Replies)
Discussion started by: swmk
2 Replies

6. Solaris

Mounting a NFS network file system across platforms - Solaris to AIX

Hi all, Kind of an emergency situation, I have to NFS mount an AIX filesystem on to a Sun Solaris OS (5.10). Typically from Sun to Sun is: mount -F nfs <remote file system>/dir <mount point> Which of course doesn't work if the remote file system is another OS (like AIX). Is there... (1 Reply)
Discussion started by: jeffpas
1 Replies

7. AIX

File system not mounting at bootup

Hi, I've got a recent problem with 2 file systems on an AIX 5.3 server. The fs's are marked to auto mount at startup and do show as being mounted after a a restart however if you cd to the mount point and 'df -g .' it shows the fs hasn't actually mounted. $ mount |grep SQLT0001.0 ... (2 Replies)
Discussion started by: m223464
2 Replies

8. Solaris

mounting windows(vfat) file system

how can i mount windows file system into solaris using vfstab or mount command. also please tell me how to display the partition information. (1 Reply)
Discussion started by: ajoy patel
1 Replies

9. UNIX for Dummies Questions & Answers

Mounting a Floppy on System V

Hi, i want to mount a floppy disk device on a System V/68 Release R3V6 system because i want to copy some files from this Unix computer to a Win-98 based computer. I have logged in as "root" and used command line: mount /dev/f0ps2 /floppy (the "floppy folder" on the computer i'm working on is... (1 Reply)
Discussion started by: xtremexp
1 Replies

10. UNIX for Advanced & Expert Users

Mounting an ISO As a file system in AIX

I want to mount an ISO image as a file system in AIX, have been unable to find a utility to do so after scouring the net. Bryan (1 Reply)
Discussion started by: murdaugh
1 Replies
Login or Register to Ask a Question