For the most part, I am "facilities" for our suite (IT is downstairs).

Posts made by EddieJennings
-
RE: What Are You Doing Right Now
-
RE: What Are You Doing Right Now
Doing the ever-important IT duty of moving furniture in another's office to help them determine the best configuration of their desk.
-
RE: What Are You Doing Right Now
I tend to laugh at the fact that afterward the various news organizations provide analysis of the debate. In my opinion, if someone watched it, they'll get a good idea of what happened.
-
RE: What are you listening to? What would you recommend?
You have not lived until you've listened to Libera. Here is just one example: Time
-
RE: Linux: Mounting Filesystems
@scottalanmiller Ah, yes. That would be a more efficient way of doing it. I was too excited from finally gaining some understanding of mount point concepts, I didn't think though the best way to move the data.
-
RE: Linux: Mounting Filesystems
@scottalanmiller Excellent! For some reason, I was having a hard time wrapping my head around the fact that /data is it's own filesystem within /.
As a test, I tried this. I unmounted /data, and mounted my VHD onto /home (which contains ./eddie/testFile). I figured this would happen: ./eddie/testFile would vanish, because /home is now representing a completely different physical data location.
Turns out that indeed happened. When I unmounted /home, ./eddie/testFile reappeared, which I expected.Let's say, I'm in a situation where /home to be a mount point for another disk, and the current data within /home need to be moved to the other disk (for whatever reason). Would this be the likely process?
- Copy /home to a /tmp or some other holding place.
- Partition and format the new disk.
- Mount it on /home.
- Copy the data from /tmp (keeping the directory structure, so the end result is /home/subdirectories/foo
- If you wanted to reclaim space on the original drive (since files were initially copied rather than moved), unmount /home, remove /home (since the resultant /home is the directory from the original drive), create a new /home, remount the second disk to this newly created /home.
-
RE: Linux: Mounting Filesystems
Edited for terminology: Partition is created, then file system is made (formatting), then mounting happens.
-
RE: Linux: Mounting Filesystems
I might need the explain-it-to-me-like-I'm-a-five-year-old answer, but let me know if my understanding is correct.
I'm running a Hyper-V VM of CentOS with two VHDs attached. /dev/sdb is the extra drive. I've used it to practice creating a partition, formatting it, and mounting it to /data.
Is this correct? Any data that is stored within the /data file system is physically stored on /dev/sdb. Even though /data is a subdirectory of /. All other data within / is physically stored on the other drive.
-
RE: What Are You Doing Right Now
Going through https://mangolassi.it/topic/7825/sam-learning-linux-system-administration/2, and waiting on food to arrive.
-
RE: If you are new drop in say hello and introduce yourself please!
@scottalanmiller I actually sent them a message asking if they were a fellow Naruto fan. I suppose I won't get a response.
-
RE: Gaming - What's everyone playing / hosting / looking to play
I have some good times playing this www.project1999.com.
-
RE: What Are You Doing Right Now
@scottalanmiller Here's where my taste aversion to alcohol has saved me many dollars, and probably my life
-
RE: What Are You Doing Right Now
Evening posts in this thread have been most entertaining.
-
RE: What Are You Doing Right Now
@scottalanmiller No. Creating a way to automate this task is on my of things to do / learn.
-
RE: If you are new drop in say hello and introduce yourself please!
@dafyre When I read "madhouse," the tune "Our House" came into my head.
-
RE: If you are new drop in say hello and introduce yourself please!
@scottalanmiller Thanks Scott! There is a thread about learning Linux skills, where your tutorial here was linked.