Sponsored Content
Operating Systems Solaris Mounting UFS on Solaris 10 to Solaris 11 Post 303023942 by amandeepgautam on Wednesday 26th of September 2018 02:55:37 AM
Old 09-26-2018
Hello @MadeInGermay,
How would one know that this is a NFS location. I am very new to solaris and still learning. Following is the output of mount command on 10.1.1.44:
Code:
bash-3.2$ /usr/sbin/mount -v
/dev/dsk/c0d1s0 on / type ufs read/write/setuid/devices/rstchown/intr/largefiles/logging/xattr/onerror=panic/dev=2080008 on Tue Sep 25 17:29:06 2018
/devices on /devices type devfs read/write/setuid/devices/rstchown/dev=5bc0000 on Tue Sep 25 17:29:05 2018
ctfs on /system/contract type ctfs read/write/setuid/devices/rstchown/dev=5c00001 on Tue Sep 25 17:29:05 2018
proc on /proc type proc read/write/setuid/devices/rstchown/dev=5c40000 on Tue Sep 25 17:29:05 2018
mnttab on /etc/mnttab type mntfs read/write/setuid/devices/rstchown/dev=5c80001 on Tue Sep 25 17:29:05 2018
swap on /etc/svc/volatile type tmpfs read/write/setuid/devices/rstchown/xattr/dev=5cc0001 on Tue Sep 25 17:29:05 2018
objfs on /system/object type objfs read/write/setuid/devices/rstchown/dev=5d00001 on Tue Sep 25 17:29:05 2018
sharefs on /etc/dfs/sharetab type sharefs read/write/setuid/devices/rstchown/dev=5d40001 on Tue Sep 25 17:29:05 2018
/dev/dsk/c0d1s6 on /usr type ufs read/write/setuid/devices/rstchown/intr/largefiles/logging/xattr/onerror=panic/dev=208000e on Tue Sep 25 17:29:07 2018
/platform/sun4v/lib/libc_psr/libc_psr_hwcap3.so.1 on /platform/sun4v/lib/libc_psr.so.1 type lofs read/write/setuid/devices/rstchown/dev=2080008 on Tue Sep 25 17:29:06 2018
/platform/sun4v/lib/sparcv9/libc_psr/libc_psr_hwcap3.so.1 on /platform/sun4v/lib/sparcv9/libc_psr.so.1 type lofs read/write/setuid/devices/rstchown/dev=2080008 on Tue Sep 25 17:29:06 2018
fd on /dev/fd type fd read/write/setuid/devices/rstchown/dev=5ec0001 on Tue Sep 25 17:29:07 2018
/dev/dsk/c0d1s3 on /var type ufs read/write/setuid/devices/rstchown/intr/largefiles/logging/xattr/onerror=panic/dev=208000b on Tue Sep 25 17:29:10 2018
swap on /tmp type tmpfs read/write/setuid/devices/rstchown/xattr/dev=5cc0002 on Tue Sep 25 17:29:10 2018
swap on /var/run type tmpfs read/write/setuid/devices/rstchown/xattr/dev=5cc0003 on Tue Sep 25 17:29:10 2018
/dev/dsk/c0d1s5 on /opt type ufs read/write/setuid/devices/rstchown/intr/largefiles/logging/xattr/onerror=panic/dev=208000d on Tue Sep 25 17:29:41 2018
/dev/dsk/c0d1s1 on /usr/openwin type ufs read/write/setuid/devices/rstchown/intr/largefiles/logging/xattr/onerror=panic/dev=2080009 on Tue Sep 25 17:29:42 2018
/dev/dsk/c0d1s7 on /export/home type ufs read/write/setuid/devices/rstchown/intr/largefiles/logging/xattr/onerror=panic/dev=208000f on Tue Sep 25 17:29:42 2018

Regards,
Aman

Last edited by vbe; 09-26-2018 at 04:16 AM..
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

solaris File system question ( UFS )

Hello all, I'm ufs file system, how can u use the same disk in another machine with the data in tact? to make it clear, I've an ufs FS in a mount point /file1 ( 8GB). now they decide to reintall the OS. After the reinstall, how can i get the same data as it is? will mounting the disk as /file1... (3 Replies)
Discussion started by: i2admin
3 Replies

2. UNIX for Dummies Questions & Answers

increasing ufs file system size in solaris

How do i increase the filesystem size on a root partition? There is a slice with root on it, its like 2 gigs and nothing else is broken out except home. I want to increase root filesystem (and slice) and break out /usr and /var. This is solaris 9, only has solaris volume manager on it. ... (6 Replies)
Discussion started by: BG_JrAdmin
6 Replies

3. Solaris

Want to expand Solaris 10_x86 root UFS partition

OS: Solaris 10_x86. Problem: Server needs to be patched, but root "/" is near full. /dev/dsk/c1t1d0s0 4.2G 3.9G 284M 94% / The /exports/home dir has a lot more space, and I'd like to either move root "/" to it, or delete it all together: /dev/dsk/c1t1d0s7 12G ... (20 Replies)
Discussion started by: b1f30
20 Replies

4. BSD

FreeBSD compatibility with Solaris UFS filesystem?

Hi, I'm new to BSD and would like to create a dual-boot between Solaris Express Community Edition and FreeBSD. I would just like to know if the Solaris UFS file system can be written to by BSD? I know that BSD uses UFS2, but I'm hoping that it is backwards compatible with UFS1 provided that... (0 Replies)
Discussion started by: Johnny SSH
0 Replies

5. Solaris

UFS on solaris 10, compatible with solaris 8?

we have a server runnning solaris 10 (sparc) this server is attached the a SAN (HP EVA) we created 23 LUN's and filled them with data. the we unmounted them and tried to attach the LUN's to a solaris 8 system. this is where thing get strange... when we just mount the LUN's it works... (9 Replies)
Discussion started by: robsonde
9 Replies

6. Solaris

Installing ZFS on an existing Solaris 10 install (UFS)

Hello, I am new to Solaris so i apologize upfront if my questions seem trivial. I am trying to install a ZFS file system on a Solaris 10 machine with UFS already installed on it. I want to run: # zpool create pool_zfs c0t0d0 then: # zfs create pool_zfs/fs My question is more to... (3 Replies)
Discussion started by: mcdef
3 Replies

7. Solaris

ufs slices info in solaris

how do you get start and end sector of a UFS slice? (2 Replies)
Discussion started by: orange47
2 Replies

8. Solaris

Convert root UFS to ZFS on x86 solaris 10/09

Hello All, Good Morning, We are trying to convert the UFS root in to ZFS. Am getting below error. Any one help me out on this ? bash-3.00# zpool list NAME SIZE USED AVAIL CAP HEALTH ALTROOT guru 5.95G 483M 5.48G 7% ONLINE - bash-3.00# zpool create rpool c2t10d0p0... (4 Replies)
Discussion started by: gowthamakanthan
4 Replies

9. Solaris

Deep checking Solaris ufs filesystem

I'm prompted to start this thread following my attempt to help on this thread here (see my posts). I was proposing the OP deep checked a Solaris ufs filesystem using: # fsck -o full <filesystem node> however this option does not appear to be valid on Solaris 10. I've used... (8 Replies)
Discussion started by: hicksd8
8 Replies
pcata(7D)							      Devices								 pcata(7D)

NAME
pcata - PCMCIA ATA card device driver SYNOPSIS
pcata@socket#:a -u pcata@socket#:a -u,raw DESCRIPTION
The PCMCIA ATA card device driver supports PCMCIA ATA disk and flash cards that follow the following standards: o PC card 2.01 compliance (MBR+fdisk table required for all platforms). o PC card ATA 2.01 compliance. o PC card services 2.1 compliance. The driver supports standard PCMCIA ATA cards that contain a Card Information Structure (CIS). For PCMCIA, nodes are created in /devices that include the socket number as one component of the device name referred to by the node. However, the names in /dev, /dev/dsk, and /dev/rdsk follow the current conventions for ATA devices, which do not encode the socket number in any part of the name. For example, you may have the following: +----------------+-----------------------------------+---------------------+ |Platform | /devices name | /dev/dsk name | +----------------+-----------------------------------+---------------------+ |x86 | /devices/isa/pcic@1,3e0 /disk@0:a | /dev/dsk/c1d0s0 | +----------------+-----------------------------------+---------------------+ |SPARC | /devices/iommu@f,e0000000 | /dev/dsk/c1d0s0 | | | /sbus@f,e0001000 /SUNW, pcm- | | | | cia@3,0 /disk@0:a | | +----------------+-----------------------------------+---------------------+ PRECONFIGURATION
If a PC Card ATA device is recognized, the pcata driver is automatically loaded, IRQs allocated, devices nodes created, and special files created (if they do not already exist). Known Problems and Limitations o You need to umount the file system before removing the disk. o The ufs file systems on removable media (PC Card ATA) should have one of the onerror={panic, lock, umount} mount options set. CONFIGURATION
Configuration topics include initial installation and configuration, identifying an unrecognized device, special files and hot-plugging. Initial Installation and Configuration 1. Install the Solaris software. 2. Boot the system. 3. Insert the PC card ATA device. Identifying an Unrecognized Device If you insert a PC card ATA device and it is not recognized (no special files created), use the prtconf command to identify the problem. 1. Run the prtconf -D command to see if your pcata card is recognized. (A recognized device will appear at the end of the prtconf output. For example: # prtconf -D . . . pcic, instance #0 (driver name: pcic) . . . disk, instance #0 2. If pcata does not appear in the prtconf output, there is a problem with the PC card adapter configuration or with the hardware. Check to see whether the problem is with the card or the adapter by trying to use the card on another machine and by seeing if it works on the same machine using DOS. Special Files For PC card devices, nodes are created in /devices that include the socket number as one component of a device name that the node refers to. However, the /prtc/dev names and the names in /dev/dsk and /dev/rdsk do follow the current convention for ATA devices, which do not encode the socket number in any part of the name. Hot-Plugging o If you want to remove the disk, you must unmount the file system. o Use the mkfs_pcfs(1M) command to create a pcfs file system: # mkfs -F pcfs /dev/rdsk/c#d#p0:d o To mount a pcfs file system, type: # mount -F pcfs /dev/dsk/c#d#p0:c /mnt o If you want to create a ufs file system, use the newfs command and type: # newfs /dev/rdsk/c#d#s# o To mount a ufs file system, type: # mount -F ufs /dev/dsk/c#d#s# /mnt o To create a Solaris partition, run the format command and go to the Partition menu. For more information, see the format(1M) man page. FILES
/kernel/drv/pcata pcata driver ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWpsdpr | +-----------------------------+-----------------------------+ SEE ALSO
format(1M), mount(1M), newfs(1M), pcmcia(7D), attributes(5), pcfs(7FS) SunOS 5.11 2 Mar 2007 pcata(7D)
All times are GMT -4. The time now is 06:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy