View Single Post
  #3  
Old August 1st, 2007, 12:30 AM
pozican pozican is offline
New Member
 
Join Date: Jul 2006
O/S: Linux
Location: Seattle, WA
Posts: 19
Quote:
Originally Posted by mugsy27 View Post
1. running ubuntu in a windows (AD) environment. Win2K3 has c and d partitions, where d is shared as d$. I would like to have ubuntu map to the win box's d$. what is the command to do this?
Step 1: install samba
Step 2: mount -t smbfs -o username=???? //[IP]/D


Quote:
Originally Posted by mugsy27 View Post
2. i usually setup my win boxes as c: = o/s and d: = data. can i setup ubuntu to do this as well...either from a fresh install or from my current setup?
Sure -- you can have seperate partitions for / and /home
Do it from fresh install using cfdisk or w/e the partitioning thing is for ubuntu (sorry :\)


Quote:
Originally Posted by mugsy27 View Post
3. does linux have something like device manager? im gonna try and conquer the world of wireless networking soon, and i figure that will help with getting my pcmcia card going.
Nope, but kage is spot on
Research what chipset your card has (each card buys a chipset form somewhere else so there is only really 3 or 4 drivers, atheros, prism etc)
Then search for a linux driver (if it's an atheros chipset, use madwifi drivers, prism uses prism drivers)

Then if you can't find it -- ndiswrapper will run windows driver in linux (minus some cool functions, so find a native one first)

Welcome to the world of intelligent OS's
-poz
Reply With Quote