Humour, Documentation, Books, FAQ, Howto, Presentations, News, Local, LUG, World, Opinion, Reviews, Books, Distribution, Software, Hardware, Miscellaneous, Site, Reading Material, LUG Business, Minutes, WSU Classes, CptS 223, CptS 224, CptS 360, CptS 460, CptS 355, CptS 452, CptS 322, CptS 422, Math/Stat 360, EE 214, CptS 402, Information

binford2k's picture

What do the entries in /etc/fstab mean?

The first column is the filesystem device that you wish to mount. Normally it will be something like /dev/hda1 for a physical hard drive, but can be in many other forms. For example, to access a Windows network, you'd use something like //host/share in this column.

The second column is simply the mountpoint, or the directory you'd like the filesystem attached to.

The third column is the filesystem type. It can be the type of filesystem on the hard drive, like vfat, ext3 or reiserfs or it can be a network protocol like cifs or nfs. Enter auto here if you aren't sure of the type or if the type isn't always the same (such as for a USB stick)

binford2k's picture

How do I access my Windows data from Linux?

Unix operates under the premise that everything is a file within a single virtual filesystem. What you need to do is attach your windows filesystem to a place inside this virtual filesystem. The way you do this is with a tool called mount. You will create mountpoints by simply creating a directory you want to access the external filesystem with. Then you will use mount to attach it there. You also need to understand the Linux drive and partition naming scheme. You need to figure out which drive and what partition number you want to access. Chances are that it is the first partition on the first hard drive which would be /dev/hda1.
LUG Admin's picture

Upgrade

The site is in the process of being upgraded to Drupal 4.6 and the server to Source Mage. Don't worry, everything should be back to normal by tomorrow morning.

binford2k's picture

You wanted a chance to hack?

So Haven, you wanted a chance to mess around with nmap and whatnot? Here you go: Hack away!

binford2k's picture

VMware

VMware is running a promo. The first 1,000 LUG members who register with them get a $100 rebate off of a purchase, and the first 1,000 faculty members get a free copy. Read about it here: http://www.vmware.com/landing/promos.html

Let me know if you want to take advantage of the offer, as I have to email VMware to confirm your membership.

Syndicate content