Sponsored Content
Full Discussion: Mount error
Top Forums UNIX for Beginners Questions & Answers Mount error Post 303038546 by janakors on Thursday 5th of September 2019 12:52:22 PM
Old 09-05-2019
ok great
it is database server. i login as root and then created a directory at /export/home/oracle/backup01 .it is solrais 10. i give 777 to backupo1 and then i try to mount as
mount /export/home/oracle/backup01 and i get the error. "mount: mount point cannot be determined" and my vfstab is
ip:/backup01 - /export/home/oracle/backup01 nfs - Yes rw,bg,hard,nointr,rsize,=32768,wsize=32768,proto=tcp,noac,nosuid

plz help
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how to mount a hotswap scsi drive on a solaris 2.6 netra box using the mount command?

Hi... question is this: How do I mount an LVD hotswap scsi drive in bay #2 on a netra using the mount command? volmgt doesn't seem to mount it and/or I don't know how to view the drives data if it's formatted which it may not be. This drive is not new out of the box so I'm not sure. ... (4 Replies)
Discussion started by: soulshaker
4 Replies

2. UNIX for Dummies Questions & Answers

Solaris 9 Installation Error: Mount Failed

I have Pentium 4 CPU with 3 GHZ 500MB of RAM w/ 120 GB of HDD space. I am trying to install Sun Solaris 9 (x86). I saw somewhere to on-line to get Device Configuration Assistant, but I am not sure where or if you guys have any documentations on this issue. This is the error I am getting: ... (1 Reply)
Discussion started by: vtsao
1 Replies

3. UNIX for Advanced & Expert Users

What does this I/O error mean and how to mount it back

I umount one filesystem like this: # umount -F /export/home1 Then I tried to mount it back as: # mount /dev/dsk/c1t0d0s6 /export/home1 mount: I/O error mount: cannot mount /dev/dsk/c1t0d0s6 partition /dev/dsk/c1t0d0s6 and directory /export/home1 all exist in the system. Why can I not... (5 Replies)
Discussion started by: duke0001
5 Replies

4. Linux

mount filetype error

Hello, I am trying to mount an external USB drive connected to a SnapServer 410 ( a network file server running a linux OS called Guardian OS). THanks to some articles on the the web, I found that I needed to use the following command: > mount -t vfat /dev/sde /mnt/usbext ... (7 Replies)
Discussion started by: drmoque
7 Replies

5. AIX

mount error

hi when i am trying to mount this newly created LV i get following error /#mount /bancs_cards Replaying log for /dev/lvbancscards. mount: 0506-324 Cannot mount /dev/lvbancscards on /bancs_cards: The media is not formatted or the format is not correct. /#lslv lvbancscards LOGICAL VOLUME: ... (3 Replies)
Discussion started by: zedex
3 Replies

6. SuSE

mount error

hi all, I been trying to use mount command to unzip iso file. here is the command im using mount -t iso9660 -o loop file.iso /mnt/cdrom then i get below error.. mount: wrong fs type, bad option, bad superblock on /dev/loop1, missing codepage or other error In some cases... (1 Reply)
Discussion started by: s_linux
1 Replies

7. UNIX for Advanced & Expert Users

mount -t cifs permission denied by mount -t smbfs works fine

I am having trouble mounting with cifs, but mounting the exact same command with smbfs works fine. The share is on another samba server and is set to full public guest access. # mount -t cifs //servername/sharename /mnt/temp -o password="" mount error 13 = Permission denied Refer to the... (3 Replies)
Discussion started by: humbletech99
3 Replies

8. Red Hat

Grub Error 17: Cannot mount selected partition.

I dualboot Ubuntu and Fedora in one hard drive. Below are the scenario. First, installed Ubuntu 10.4 on the entire disk (40GiB of size). Then, shrink the Ubuntu installation to equal size to free up space for fedora. Second, installed Fedora 13 using the option "Use free space on selected... (2 Replies)
Discussion started by: etcpasswd
2 Replies

9. Windows & DOS: Issues & Discussions

NFS mount error in windows

I am trying to set a share between windows and an AIX server. I was able to do this to a windows 2008 server. I am now trying to get this to worked on a windows 7 enterprise pc. below is what i get. I have turned off the firewall wall in windows the user is an admin in the pc. same account works... (6 Replies)
Discussion started by: fierfek
6 Replies

10. UNIX for Beginners Questions & Answers

Mount error in Linux: invalid argument

hi i have an android phone which i think is bricked, so wanted to see what the actual issue is, I flashed it with TWRP recovery image and launched terminal i, was able understand that mount is not happening, it says invalid argument and no such file or directory. Below is what i get while... (32 Replies)
Discussion started by: nanz143
32 Replies
NFSMOUNT.CONF(5)						File Formats Manual						  NFSMOUNT.CONF(5)

NAME
nfsmount.conf - Configuration file for NFS mounts SYNOPSIS
Configuration file for NFS mounts that allows options to be set globally, per server or per mount point. DESCRIPTION
The configuration file is made up of multiple sections followed by variables associated with that section. A section is defined by a string enclosed by [ and ] branches. Variables are assignment statements that assign values to particular variables using the = operator, as in Proto=Tcp. Sections are broken up into three basic categories: Global options, Server options and Mount Point options. [ NFSMount_Global_Options ] - This statically named section defines all of the global mount options that can be applied to every NFS mount. [ Server "Server_Name" ] - This section defines all the mount options that should be used on mounts to a particular NFS server. The "Server_Name" strings needs to be surrounded by '"' and be an exact match of the server name used in the mount command. [ MountPoint "Mount_Point" ] - This section defines all the mount options that should be used on a particular mount point. The "Mount_Point" string needs to be surrounded by '"' and be an exact match of the mount point used in the mount command. EXAMPLES
These are some example lines of how sections and variables are defined in the configuration file. [ NFSMount_Global_Options ] Proto=Tcp The TCP protocol will be used on every NFS mount. [ Server "nfsserver.foo.com" ] rsize=32k wsize=32k A 33k (32768 bytes) block size will be used as the read and write size on all mounts to the 'nfsserver.foo.com' server. [ MountPoint "/export/home" ] Background=True All mounts to the '/export/home' export will be performed in the background (i.e. done asynchronously). FILES
/etc/nfsmount.conf Default NFS mount configuration file SEE ALSO
nfs(5), mount(8), 9 Mar 2008 NFSMOUNT.CONF(5)
All times are GMT -4. The time now is 09:04 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy