Re: Partitioning question



On Wednesday 09 November 2011 03:26, Spiral conveyed the following to
alt.os.linux.suse...

If I were to move

/var
&
/temp

off an SSD drive, to a rotational disk (remember those?), would I have
to make a partition for each one, in order for the system to find it?

Yes, but I would recommend using tmpfs for "/tmp". tmpfs is a RAM-
based, pageable filesystem, which uses only as much RAM as what resides
on the filesystem. If you remove anything from it, the RAM is freed up
again.

By the way, it is not a good idea to store heavily variable filesystems
on an SSD anyway. ;-)

If so, how much space should I give them? Each is about a half gig now
(new installation) and I have plenty of gigs--for whatever...

tmpfs will by default allocate half of your RAM as the maximum, but you
can set it lower. The size of "/var" depends on what you're doing with
the machine. Look at how much space it consumes at present using "du"
or "df".

--
= Aragorn =
(registered GNU/Linux user #223157)
.



Relevant Pages

  • Re: Using flash disk partition
    ... moves it to RAM and then launches Use the OS to find and format ... I see that my version of UBoot does not support a FAT-like filesystem. ... different flash devices. ... I created this partition as file system (however ...
    (microsoft.public.windowsce.embedded)
  • Re: Live vv installed Linuxes?
    ... which partition is the root filesystem, ... filesystem for errors, this is then mounted. ... perhaps by changing partition sizes, but also how it might accomodate ... simply install its bootloader inside its own root partition and you're ...
    (comp.os.linux.misc)
  • RE: lvm on RH8 _ SOLVED_
    ... Apparently, the lvm module wasn't getting initialised at boot, so I ... Using fdisk, change the partition usage to 0x8e (free space, logical ... Next the filesystem needs to be created in the logical volumes. ...
    (RedHat)
  • Re: question about fstab in squeeze and uuid
    ... partition is assigned when the partition is formatted, ... at which time a new UUID is calculated. ... To provide redundancy and/or extra performance, or simply to be able to move the physical blocks from a location to another without affecting the logical volume as seen by the filesystem. ... Filesystems can be identified by their location, UUID, label or contents. ...
    (Debian-User)
  • Re: H.D. failing ?
    ... When GNU/Linux mounts a vfat filesystem into the tree, ... nor will they be saved to the vfat partition itself. ... support in the Linux kernel via GPL'd drivers, ...
    (alt.os.linux)