SelbyGlenn
Technical User
Hi there,
I have two partitions with mount points:
/ = /dev/sda1
/local = /dev/sda3
The root is running low on space and I want to install an app into a directory called /RPC. I am trying to mount this directory using: mount -t ext3 /RPC /dev/sda3 but it returns the error: mount: /RPC is not a block device.
I want the /RPC directory to appear as if it is a directory off the root but to use the free space available on /dev/sda3. Is this possible?
Thanks in advance,
Glenn
BEng MCSE CCA
I have two partitions with mount points:
/ = /dev/sda1
/local = /dev/sda3
The root is running low on space and I want to install an app into a directory called /RPC. I am trying to mount this directory using: mount -t ext3 /RPC /dev/sda3 but it returns the error: mount: /RPC is not a block device.
I want the /RPC directory to appear as if it is a directory off the root but to use the free space available on /dev/sda3. Is this possible?
Thanks in advance,
Glenn
BEng MCSE CCA