NFS export filesystem with several partitions


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory NFS export filesystem with several partitions
# 1  
Old 03-10-2008
NFS export filesystem with several partitions

I want to export the file system which consist of several partition. For example I export / and there are /home, /usr
partitions. On client side I can see all files in /, but /home and /usr are empty.
So far I failed to find the way to make other partitions visible in one mount. Smilie Of course I can make additional mount points and mount them separately.
What are this magic options to do it?
# 2  
Old 03-14-2008
There is no magic, you can export single mountpoint without submounts , otherwise you will have collisions on inode level
# 3  
Old 03-16-2008
Well, I had very old server running 2.2 kernel and on that system I could see other submounts. It was my guess that it should be possible with new nfs too and defaults are only changed.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

CIFS share re-export NFS

Hi Guys, need help here. i have windows server that share a folder C:/ABCDE i configure samba client in AIX server as /EDCBA and it working fine. then i want to share this /EDCBA to another AIX server using NFS. in the /etc/exportfs i have put /EDCBA... (1 Reply)
Discussion started by: prossits
1 Replies

2. Red Hat

CIFS share re-export NFS

Hi Guys, need help here. i have windows server that share a folder C:/ABCDE i configure samba client in Linux server as /EDCBA and it working fine. then i want to share this /EDCBA to another Linux server using NFS. in the /etc/exportfs i have put /EDCBA - *(rw,no_root_squash) ... (1 Reply)
Discussion started by: prossits
1 Replies

3. AIX

nfs export

Hi How to export a file system from my aix box named ABC in such a way that everyone on the network should be able to import it When on the client side if they give showmount -e ABC it should show like this: # showmount -e ABC export list for ABC: /sybase/software (everyone) (2 Replies)
Discussion started by: newtoaixos
2 Replies

4. Solaris

nfs export not working at boot

we have a Solaris 8 nfs server that exported two shares. entries are in /etc/dfs/dfstab. clients have been accessing these shares for several years. we just rebooted this nfs server and noticed that no share gets exported. I don't see relevant messages from dmsg nor messages file, is there... (6 Replies)
Discussion started by: jalite19
6 Replies

5. Solaris

Could I re-export a NFS resource to a third server ?

Hey Guys. Could someone said if is possible take a NFS resource get it from a original Server a export it and mount it in a third server ? Thank in Advace.... SUN ADMIN (3 Replies)
Discussion started by: aggadtech08
3 Replies

6. Solaris

How do I export a zfs filesystem that I created?

I created a zpool and two ZFS volumes in OpenSolaris. I would like both ZFS volumes to be exportable. However, I don't know how to set that up. These are the steps I did: 1) Create the zpool using raidz1 across five disks. I have six disks and created a zpool across 5 of them. c4t0d0... (3 Replies)
Discussion started by: sqa777
3 Replies

7. Linux

How to determine a partitions filesystem and inodes

Hey guys how do you determine what kind of Filesystem(ext3) does a particular partition has. Also how do you determine how many inodes it has and how my is used and free. (3 Replies)
Discussion started by: sbn
3 Replies

8. Solaris

How to determine a partitions filesystem and inodes

Hey guys how do you determine what kind of Filesystem(vxfs) does a particular partition has. Also how do you determine how many inodes it has and how my is used and free. (3 Replies)
Discussion started by: sbn
3 Replies

9. HP-UX

nfs export permissions

Hello, If I have an export like: /usr/temp -rw=ram:alligator means that /usr/temp has "rw" permissions to ram and alligator machines and has "ro" to everyone else? (1 Reply)
Discussion started by: psimoes79
1 Replies

10. Solaris

Relocating directory /export/home to a bigger filesystem

My 2GB /export/home/ directory is almost 100% full df -k | grep /export/home /dev/vx/dsk/rootdg/vl73 2031711 1951009 19751 99% /export/home I intend to relocate it to a different 4GB filesystem late at night when there is no user on the system. How do I go... (3 Replies)
Discussion started by: Msororaji
3 Replies
Login or Register to Ask a Question