Have an SSD and HDD as the same filesystem and overflow from one to the other?

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
Is it possible in Linux (specifically OpenSUSE) to have an SSD and a HDD set up in such a way that they appear as a single filesystem, yet data is always written to the SSD until full, and then "overflow" to the HDD?
filesystems disk block-device device-mapper
add a comment |Â
up vote
0
down vote
favorite
Is it possible in Linux (specifically OpenSUSE) to have an SSD and a HDD set up in such a way that they appear as a single filesystem, yet data is always written to the SSD until full, and then "overflow" to the HDD?
filesystems disk block-device device-mapper
2
bcache.evilpiepirate.org might be the sort of thing to look into
â Mat
Feb 9 at 16:23
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Is it possible in Linux (specifically OpenSUSE) to have an SSD and a HDD set up in such a way that they appear as a single filesystem, yet data is always written to the SSD until full, and then "overflow" to the HDD?
filesystems disk block-device device-mapper
Is it possible in Linux (specifically OpenSUSE) to have an SSD and a HDD set up in such a way that they appear as a single filesystem, yet data is always written to the SSD until full, and then "overflow" to the HDD?
filesystems disk block-device device-mapper
asked Feb 9 at 15:58
Owen Pauling
687
687
2
bcache.evilpiepirate.org might be the sort of thing to look into
â Mat
Feb 9 at 16:23
add a comment |Â
2
bcache.evilpiepirate.org might be the sort of thing to look into
â Mat
Feb 9 at 16:23
2
2
bcache.evilpiepirate.org might be the sort of thing to look into
â Mat
Feb 9 at 16:23
bcache.evilpiepirate.org might be the sort of thing to look into
â Mat
Feb 9 at 16:23
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
Setting up RAID in Linear Mode should achieve what you are looking for. You can find more information here
1
That would not guarantee that the SSD portion is written first.
â dhag
Feb 9 at 16:16
1
the wiki entry seems to suggest that there is an order to the disk writes.
â imbuedHope
Feb 9 at 16:36
You are right; the first disk in the RAID array will have the lowest block addresses (or something to that effect). However, the filesystem that will be on top of the array is unlikely to guarantee that files are then written in increasing address order. I also suspect that the asker wants a more complex scheme than what they asked.
â dhag
Feb 9 at 16:40
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
Setting up RAID in Linear Mode should achieve what you are looking for. You can find more information here
1
That would not guarantee that the SSD portion is written first.
â dhag
Feb 9 at 16:16
1
the wiki entry seems to suggest that there is an order to the disk writes.
â imbuedHope
Feb 9 at 16:36
You are right; the first disk in the RAID array will have the lowest block addresses (or something to that effect). However, the filesystem that will be on top of the array is unlikely to guarantee that files are then written in increasing address order. I also suspect that the asker wants a more complex scheme than what they asked.
â dhag
Feb 9 at 16:40
add a comment |Â
up vote
1
down vote
Setting up RAID in Linear Mode should achieve what you are looking for. You can find more information here
1
That would not guarantee that the SSD portion is written first.
â dhag
Feb 9 at 16:16
1
the wiki entry seems to suggest that there is an order to the disk writes.
â imbuedHope
Feb 9 at 16:36
You are right; the first disk in the RAID array will have the lowest block addresses (or something to that effect). However, the filesystem that will be on top of the array is unlikely to guarantee that files are then written in increasing address order. I also suspect that the asker wants a more complex scheme than what they asked.
â dhag
Feb 9 at 16:40
add a comment |Â
up vote
1
down vote
up vote
1
down vote
Setting up RAID in Linear Mode should achieve what you are looking for. You can find more information here
Setting up RAID in Linear Mode should achieve what you are looking for. You can find more information here
answered Feb 9 at 16:01
imbuedHope
1968
1968
1
That would not guarantee that the SSD portion is written first.
â dhag
Feb 9 at 16:16
1
the wiki entry seems to suggest that there is an order to the disk writes.
â imbuedHope
Feb 9 at 16:36
You are right; the first disk in the RAID array will have the lowest block addresses (or something to that effect). However, the filesystem that will be on top of the array is unlikely to guarantee that files are then written in increasing address order. I also suspect that the asker wants a more complex scheme than what they asked.
â dhag
Feb 9 at 16:40
add a comment |Â
1
That would not guarantee that the SSD portion is written first.
â dhag
Feb 9 at 16:16
1
the wiki entry seems to suggest that there is an order to the disk writes.
â imbuedHope
Feb 9 at 16:36
You are right; the first disk in the RAID array will have the lowest block addresses (or something to that effect). However, the filesystem that will be on top of the array is unlikely to guarantee that files are then written in increasing address order. I also suspect that the asker wants a more complex scheme than what they asked.
â dhag
Feb 9 at 16:40
1
1
That would not guarantee that the SSD portion is written first.
â dhag
Feb 9 at 16:16
That would not guarantee that the SSD portion is written first.
â dhag
Feb 9 at 16:16
1
1
the wiki entry seems to suggest that there is an order to the disk writes.
â imbuedHope
Feb 9 at 16:36
the wiki entry seems to suggest that there is an order to the disk writes.
â imbuedHope
Feb 9 at 16:36
You are right; the first disk in the RAID array will have the lowest block addresses (or something to that effect). However, the filesystem that will be on top of the array is unlikely to guarantee that files are then written in increasing address order. I also suspect that the asker wants a more complex scheme than what they asked.
â dhag
Feb 9 at 16:40
You are right; the first disk in the RAID array will have the lowest block addresses (or something to that effect). However, the filesystem that will be on top of the array is unlikely to guarantee that files are then written in increasing address order. I also suspect that the asker wants a more complex scheme than what they asked.
â dhag
Feb 9 at 16:40
add a comment |Â
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%2f423077%2fhave-an-ssd-and-hdd-as-the-same-filesystem-and-overflow-from-one-to-the-other%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
2
bcache.evilpiepirate.org might be the sort of thing to look into
â Mat
Feb 9 at 16:23