Mounting disk at boot


 
Thread Tools Search this Thread
Operating Systems Solaris Mounting disk at boot
# 1  
Old 12-30-2009
Mounting disk at boot

Hi once more Smilie

Yesterday I reinstalled Solaris OS and now I can not mount pcfs HDD
Code:
SunOS unknown 5.10 Generic_142901-03 i86pc i386 i86pc

and what has been added in /etc/vfstab is
Code:
/dev/dsk/c1t0d0p1:c     -       /podaci -       pcfs    -       yes     rw

But as I said , my disk is not mounted at boot
# 2  
Old 12-30-2009
Are you able to manually mount?
Have you tried this -> /dev/dsk/c1t0d0p1:1 instead of /dev/dsk/c1t0d0p1:c ?
# 3  
Old 12-30-2009
Quote:
Originally Posted by solaris_user
Code:
/dev/dsk/c1t0d0p1:c     -       /podaci -       pcfs    -       yes     rw

if i look inside my vfstab:

Code:
#device         device          mount           FS      fsck    mount   mount
#to mount       to fsck         point           type    pass    at boot options
#

i have 7 colums. your entry has 8. maybe you should try something like this:

Code:
/dev/dsk/c1t0d0p1:c     -       /podaci       pcfs    -       yes     rw

# 4  
Old 12-30-2009
You might be right.. maybe need to remove the hyphen "-" after /podaci ?Smilie
# 5  
Old 12-31-2009
Code:
/dev/dsk/c1t0d0p1       -       /podaci         pcfs    -       yes     rw


Finnaly it is mounted Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Use 'dd' to copy boot disk to larger target disk

Hi, I'm looking to copy a boot disk on an old Solaris 8 system using dd. I'll bring the system down to single user mode and begin from there. I'm copying my source disk to a larger target disk. Do I need to do anything other than the 'dd' command below because the target disk is bigger? ... (2 Replies)
Discussion started by: sparcman
2 Replies

2. Solaris

How to specify local boot up disk in CD boot Grub?

Hi Solaris 10 Experts, I am wondering what is the correct syntax to edit in Grub when trying to specify the local ZFS boot disk while booting up from a Solaris 10 x86 64bits DVD installation disk. In other word, I try to boot up from local disk without removing the Solaris installation disk... (0 Replies)
Discussion started by: gjackson123
0 Replies

3. Solaris

Help mounting nfs on boot on Solaris 11

Hello, I am looking for some assistance in mounting an nfs drive on boot, on a Solaris 11 machine. On my Solaris 9/10 machines, I have an entry for my nfs mount in /etc/vfstab, however when I add the same entry to my vfstab on Solaris 11, the drive will not mount on boot. After booting up, I... (5 Replies)
Discussion started by: bstring
5 Replies

4. Ubuntu

Mounting a disk clone

I wasn't sure where to put this thread but since i use ubuntu for data recovery, I figured this is the best place. So, a friend passed me a 250G Western Digital hard disk the other day and said that his client needs to get her pictures off it. the problem: windows says it wants to reformat the... (13 Replies)
Discussion started by: old noob
13 Replies

5. Solaris

Mounting a Raw Disk

I am using Solaris 10. I have a raw device attached to my system which is /dev/md/rdsk/d91 I want to mount this as a disk with file system on a mount point /u05. Actually this raw device was earlier part of Oracle ASM. Now I have removed this disk from ASM, and want to use it as normal... (3 Replies)
Discussion started by: fahdmirza
3 Replies

6. Ubuntu

mounting shared folder at boot

Hi All Everytime a reboot my machine "hostB" I have to mount a shared (with machine "hostA" ) NFS folder giving this command sudo mount hostA:/sharedFolder /sharedFolder How to use fstab in order to do this automatically? I should say hostA:/sharedFolder /sharedFolder ... (0 Replies)
Discussion started by: manustone
0 Replies

7. AIX

mounting aix disk under different OS

hi, is that possible? i installed one disk of a old rs/6000 in a linux machine. the problem seems to be the partition layout. linux fdisk tells me that aix disklabels are not supported, so the problem seems to be the partition layout, not the filesystem. does anybody know a way to access... (1 Reply)
Discussion started by: alex.blackbit
1 Replies

8. Filesystems, Disks and Memory

Mounting second disk

I have connected up second hard drive to my Sparcstation5, touched /reconfigure. and now would like to know how to mount the hard drive. I am trying to access /etc/passwd file on second disk to change root passwd but after connecting drive; touching reconfigure. don't know how to go about accessing... (2 Replies)
Discussion started by: FattyLumpkin
2 Replies

9. UNIX for Dummies Questions & Answers

Mounting on boot up

Is there a recognised way of mounting drives/network connections on bootup? I realise you can do this by adding the mount command to the 'bashrc' file, but for some rearon this does not seem to be the way i would expect you are supposed to do it. Cheers! Nic (7 Replies)
Discussion started by: nicfellows
7 Replies

10. UNIX for Dummies Questions & Answers

mounting disk problem

i am using Interactive Unix 4.1.1 and i have a disk from a another unix machine which is Unix Slackware 2.1 i'm having problem mounting the disk. it gives me an error message, ??? is there any solution to this ??? it say the disk has invalid file system (1 Reply)
Discussion started by: mharck29
1 Replies
Login or Register to Ask a Question