Exchange mounted directories between 2 file systems
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I have these two directories mounted on their respective file systems:
/dev/sda5 300G 18G 283G 6% /opt
/dev/sda6 58G 76M 58G 1% /srv
The situation is: /srv needs more disk space than /opt. Thus, I want to mount /srv
on sda5 and mount /opt
on sda6. Just an exchange between file systems.
Is it possible? How can I do this?
filesystems mount suse
add a comment |Â
up vote
0
down vote
favorite
I have these two directories mounted on their respective file systems:
/dev/sda5 300G 18G 283G 6% /opt
/dev/sda6 58G 76M 58G 1% /srv
The situation is: /srv needs more disk space than /opt. Thus, I want to mount /srv
on sda5 and mount /opt
on sda6. Just an exchange between file systems.
Is it possible? How can I do this?
filesystems mount suse
Yes but they would need to be unmounted. You would need to boot off a live media, copy the data over to "independent" media using dd, and then copy them back in reverse. Finally the mount points would need to be changed in /etc/fstab
â Raman Sailopal
Sep 25 '17 at 13:11
Understood. But I think this will not be possible. I think that a better approach is to resize sda5 and sda6. Thanks for your answer.
â Marlon R.
Sep 25 '17 at 13:21
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have these two directories mounted on their respective file systems:
/dev/sda5 300G 18G 283G 6% /opt
/dev/sda6 58G 76M 58G 1% /srv
The situation is: /srv needs more disk space than /opt. Thus, I want to mount /srv
on sda5 and mount /opt
on sda6. Just an exchange between file systems.
Is it possible? How can I do this?
filesystems mount suse
I have these two directories mounted on their respective file systems:
/dev/sda5 300G 18G 283G 6% /opt
/dev/sda6 58G 76M 58G 1% /srv
The situation is: /srv needs more disk space than /opt. Thus, I want to mount /srv
on sda5 and mount /opt
on sda6. Just an exchange between file systems.
Is it possible? How can I do this?
filesystems mount suse
filesystems mount suse
edited Sep 25 '17 at 13:16
Anthon
58.7k1796159
58.7k1796159
asked Sep 25 '17 at 13:05
Marlon R.
1
1
Yes but they would need to be unmounted. You would need to boot off a live media, copy the data over to "independent" media using dd, and then copy them back in reverse. Finally the mount points would need to be changed in /etc/fstab
â Raman Sailopal
Sep 25 '17 at 13:11
Understood. But I think this will not be possible. I think that a better approach is to resize sda5 and sda6. Thanks for your answer.
â Marlon R.
Sep 25 '17 at 13:21
add a comment |Â
Yes but they would need to be unmounted. You would need to boot off a live media, copy the data over to "independent" media using dd, and then copy them back in reverse. Finally the mount points would need to be changed in /etc/fstab
â Raman Sailopal
Sep 25 '17 at 13:11
Understood. But I think this will not be possible. I think that a better approach is to resize sda5 and sda6. Thanks for your answer.
â Marlon R.
Sep 25 '17 at 13:21
Yes but they would need to be unmounted. You would need to boot off a live media, copy the data over to "independent" media using dd, and then copy them back in reverse. Finally the mount points would need to be changed in /etc/fstab
â Raman Sailopal
Sep 25 '17 at 13:11
Yes but they would need to be unmounted. You would need to boot off a live media, copy the data over to "independent" media using dd, and then copy them back in reverse. Finally the mount points would need to be changed in /etc/fstab
â Raman Sailopal
Sep 25 '17 at 13:11
Understood. But I think this will not be possible. I think that a better approach is to resize sda5 and sda6. Thanks for your answer.
â Marlon R.
Sep 25 '17 at 13:21
Understood. But I think this will not be possible. I think that a better approach is to resize sda5 and sda6. Thanks for your answer.
â Marlon R.
Sep 25 '17 at 13:21
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f394319%2fexchange-mounted-directories-between-2-file-systems%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Yes but they would need to be unmounted. You would need to boot off a live media, copy the data over to "independent" media using dd, and then copy them back in reverse. Finally the mount points would need to be changed in /etc/fstab
â Raman Sailopal
Sep 25 '17 at 13:11
Understood. But I think this will not be possible. I think that a better approach is to resize sda5 and sda6. Thanks for your answer.
â Marlon R.
Sep 25 '17 at 13:21