Wednesday, September 17, 2008

Striped Volume

A striped volume is part of the dynamic disk storage family. It requires the use of two or more dynamic disks and up to 32 dynamic disks. One of the benefits of using striped volumes is that you are able to break up the information of a file and store it on multiple dynamic disks to increase speed of saving a file. One down side is that it is not fault tolerant, and if a disk in the striped volume fails you loose the whole volume.

Click here for more information on striped volumes provided by Google Books.

Friday, September 12, 2008

Linux Flash Drive - How to mount

I am very new to Linux. I am using Fedora Core 2 at one of the work stations here at LDSBC. It wasnt recognizing my flash drive so I "googled" for the answer and these are the steps that I found to make sure you can see the device, directory is created, and the flash drive is mapped.

Steps
1.
Open Terminal on you linux machine
2. To make sure you can see the flash drive type:
less /proc/bus/usb/devices
2a. You will need to use the Up and Down arrow keys on your keyboard
to scroll through the list of devices. You should then see the description
of the device.

3. When you see the drive open a new terminal window and type the following.
mkdir /mnt/usb1 (type with the space, this makes the directory)
mount /dev/sda1 /mnt/usb1 (this maps the drive)

4. You are done! Browse to it by going to computer on the desktop, select file system, select mnt,
then select Usb1 and you will see the files on your usb drive.
If you have any other tips please post them. This probably isnt the easist way to do it, but it works.


Improving Myself :)

Realizing my strengths and weaknesses is hard for me to do, especially realizing my strengths. It is so easy to point out every little thing that I have done wrong, and just skip over all of the accomplishments that I have. What I am going to try to do now is list all the things that I am good at in the realm of System Development Phases, because this is a tech blog :), and see what I can improve on to make goals to better myself.

I love getting to know people. One of the part time jobs that I have is doing promotions for Dodge, Jeep, and Chrysler. All I do for them is go to football games and different events and talk about how great it is to own one of their vehicles. With every person that I talk to I try to get a feel for them to see what their personality is so that I can make sure they get the most out of the experience of talking with me about cars. I listen to everything that they say and make sure that I say something like, "well just like you said" or "I get where you are coming from" so that they know I actually care about them as an individual and not just trying to push a vehicle on them. Listen and getting to know someone is key to understanding what they need and then you can plan on what you are able to deliver to them and build a structured plan off of that.

I also feel that I am able to remain flexible with what people want out of something. Usually I am able to adapt pretty to well to what people need. But this can be bad however when I am I am trying to give an accurate price to someone. I like to save people money and sometimes give them a little more then I should so that I can assure that they are happy with a product or service. I need to just give people a price and stick to it.

I can plan out every detail when designing a program or even planning out an event. But I just dont like to have others be my task manager over me. I like to work at my own pace, but when your boss is trying to make you accountable for your work it can make it hard at times. I know why they are asking for status reports along the way, but there are some tasks that will just take longer as planned and I for some reason, dont like to let people down and dont want to tell them I didnt want to reach my goal. I know this isnt the right mentality, so this is another area I think that I can improve on.