F5F Stay Refreshed Power Users Networks ISCSI可以在没有虚拟驱动的情况下使用。

ISCSI可以在没有虚拟驱动的情况下使用。

ISCSI可以在没有虚拟驱动的情况下使用。

Pages (2): Previous 1 2
T
ThatOneGuy14
Member
157
03-21-2016, 03:17 PM
#11
Usually it works, but I need it ready before the system starts.
T
ThatOneGuy14
03-21-2016, 03:17 PM #11

Usually it works, but I need it ready before the system starts.

N
NALLE_PUH
Member
170
03-22-2016, 09:24 PM
#12
Would you prefer it ready before startup for easy page file access? It’s straightforward on Linux to set this up.
N
NALLE_PUH
03-22-2016, 09:24 PM #12

Would you prefer it ready before startup for easy page file access? It’s straightforward on Linux to set this up.

Y
Yarrick7481
Junior Member
25
03-23-2016, 12:37 AM
#13
Yes, but a window isn't possible and I'd prefer using Windows if possible. There are additional tasks that can't be handled if it's installed after the system boots.
Y
Yarrick7481
03-23-2016, 12:37 AM #13

Yes, but a window isn't possible and I'd prefer using Windows if possible. There are additional tasks that can't be handled if it's installed after the system boots.

M
Master_Of_None
Junior Member
4
03-23-2016, 02:27 AM
#14
You'll need a physical card for the boot process. It makes sense to stick with the main SSD or a secondary one instead of using the page file over ISCSI. Why would you choose network-based page file?
M
Master_Of_None
03-23-2016, 02:27 AM #14

You'll need a physical card for the boot process. It makes sense to stick with the main SSD or a secondary one instead of using the page file over ISCSI. Why would you choose network-based page file?

P
Poyel
Member
134
03-29-2016, 08:23 PM
#15
You have a larger storage space that can't be moved from the PC, but you're not using it right now. A custom bootloader such as Clover could be a good option.
P
Poyel
03-29-2016, 08:23 PM #15

You have a larger storage space that can't be moved from the PC, but you're not using it right now. A custom bootloader such as Clover could be a good option.

A
angelcake_11
Senior Member
540
03-29-2016, 10:16 PM
#16
You're referring to increasing the system's memory space beyond what's physically accessible, without moving it. It sounds like you're considering using the page file on the main boot drive, which could be complex and risky. Alternatively, adding a small, unknown SSD might work, though there are bootloaders that support it, including some PXE-based solutions.
A
angelcake_11
03-29-2016, 10:16 PM #16

You're referring to increasing the system's memory space beyond what's physically accessible, without moving it. It sounds like you're considering using the page file on the main boot drive, which could be complex and risky. Alternatively, adding a small, unknown SSD might work, though there are bootloaders that support it, including some PXE-based solutions.

S
Strescipe
Member
145
03-30-2016, 04:04 AM
#17
ok
S
Strescipe
03-30-2016, 04:04 AM #17

ok

O
Olafka
Junior Member
26
03-31-2016, 08:30 AM
#18
Using the default backing store on an Ubuntu host with tgt will store data in the system's root partition. Setting it to /home/USER/Documents redirects storage to a user directory, which may affect performance and accessibility depending on file permissions and mount configuration.
O
Olafka
03-31-2016, 08:30 AM #18

Using the default backing store on an Ubuntu host with tgt will store data in the system's root partition. Setting it to /home/USER/Documents redirects storage to a user directory, which may affect performance and accessibility depending on file permissions and mount configuration.

B
bengalwatcher
Posting Freak
801
03-31-2016, 01:26 PM
#19
The storage medium must be a regular file, since in Linux a drive is essentially a file. You can create a file to store the data, but you cannot use a directory as the destination.
B
bengalwatcher
03-31-2016, 01:26 PM #19

The storage medium must be a regular file, since in Linux a drive is essentially a file. You can create a file to store the data, but you cannot use a directory as the destination.

Pages (2): Previous 1 2