migrating from Windows


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers migrating from Windows
# 1  
Old 09-26-2003
migrating from Windows

Hello all,
I was given an old computer that has freebsd 4.3 installed. The computer is a HP 4GB 300Mhz built in 1998. Apparently, the computer has not been used as the /home directory is empty of files.

I want to migrate away from Micro$oft and learn unix but am not a programmer and finding out that certain types of information is fiendishly hard to find. I have a very thick unix book that teaches all the basic commands (and I'm learning fast!) but leaves out other info I'd like to have. Ok, end of rant and on to the point...

1).What is the command to mount the cd in freebsd 4.3 in order to make install the ports? I can't even get emacs to work...<sigh and scream> The freebsd handbook is downright flirtatious with the information it excludes from users like myself.
I know to su to root, insert the cd. The handbook then teases with "mount the cd. Make sure the mount point is in /cdrom". This tells me nothing I can use.
Will someone take me by the hand on this one?
# 2  
Old 09-26-2003
The cool thing about UNIX is that all of the command information is right at your finger tips Smilie First step is to use the man pages. Try typing man mount at the command line. To understand mount, also read about file types and mount points.

Mount
All files accessible in a Unix system are arranged in one
big tree, the file hierarchy, rooted at /. These files
can be spread out over several devices. The mount command
serves to attach the file system found on some device to
the big file tree. Conversely, the umount(8) command will
detach it again.
Read More
# 3  
Old 09-26-2003
Basically, you have to first make sure the /etc/fstab is correct and really mounts your CDROM to /cdrom. Then, you can mount using the mount command as suggested.

I believe this page in the FreeBSD handbook should be a good head start to start your research:
http://www.freebsd.org/doc/en_US.ISO...t-unmount.html
# 4  
Old 09-27-2003
Thanks for your responses.
Problem: Can't make CD work. Handbook says to 'mount' it. It says if I type 'mount device mountpoint' it will work. So I type 'mount /dev/acd0c /cdrom' which comes straight from fstab. It still doesnt work.
Suspecting I've got to be on the right track I type in every variation of the above commands I can think of. Nothing works. I then invade the option -t cd9660 in every conceivable position. No go. After 3 days of hairpulling, inspiration strikes. I type in the simple 'mount /cdrom'. Hit enter.
Joy!!!!
Now, why couldn't the handbook and the man page explain about default settings in fstab to begin with? I suspect its because those manuals were not written for point 'n click microsoft migrants. Perhaps they assume a certain level of familiarity with unix?
Therefore, I'd like to dedicate this post to any and all future migrants that run into the same problem. Heres my message to them:
Find the file called fstab. Look under the column "Mountpoint" for /cdrom. If its there then that means its the default mount point for the cdplayer and you don't have to do anything to it (this was my inspirational breakthrough). Now su to root and type: mount /cdrom. Notice, this applies only to data cd's, not music cd's. Also, this applies to FreeBSD. Dont know about Linux.
You dont gotta mount music cd's 'cause they don't have files on 'em, right? Next, study the concept of default settings and how they work on unix. Thoroughly understand why the command 'mount /cdrom' works.
By the way, what is the command to play music cd's, Migrant? Read, study and hack it out for yourself. Good luck.

Last edited by phredro; 09-27-2003 at 03:23 AM..
# 5  
Old 09-27-2003
Glad to see you worked it out. And by the way, Welcome to UNIX! A powerful and some what difficult operating system to learn. I guarantee you that there isnt a poster (and perhaps moderator) on this board who isnt still learning new tricks of the trade with respect to UNIX. A little elbow grease, a dab of pirspiration, and a pinch of frustration mixed in with the drive to learn the OS is your key to success!
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Migrating to Directories

Hi All, I want some command to migrate between the directories as below: read x cd /export/home/$x Please advise. Cheers, Shazin (11 Replies)
Discussion started by: Shazin
11 Replies

2. HP-UX

Migrating from HP-UX 11 to HP-UX 11.i?

Hi, I want to Migrate my machine from HP-UX 11 to HP-UX 11.i, regarding this i would like to know the difference and the advances b/w these two. If anyone have cookbook HP-UX 11 to HP-UX 11.i, then provide the link to me. Thanks in Advance. Sarwan (3 Replies)
Discussion started by: sarwan
3 Replies

3. HP-UX

When migrating from HP-UX 11.0 to HP-UX 11.i

Hi to all, I am migrating HP-UX 11.0 to HP-UX 11.i, The following list are the components which i used in HP-UX 11.0, Whether I can use this same components in HP-UX 11.i or I should upgrade any of software version with respect to HP-UX 11.i. Oracle 8.1.7 Tuxedo 8.0 BEA Message queue... (0 Replies)
Discussion started by: sweta
0 Replies

4. UNIX for Dummies Questions & Answers

Migrating from HP to Solaris

My company is considering migrating from HP unix to Solaris just to get two more years of support for a particular software product. My question is just how much of an effort is it to do this migration? Are you aware of any migration tools to assist us in this migration? Thanks (1 Reply)
Discussion started by: jkuchar747
1 Replies

5. UNIX for Dummies Questions & Answers

Migrating fom windows to UNIX/Linux

Does anyone have any links where i can find informaton about migrating from windows to unix/linux? Itīs both servers and clients that is on discussion. /Henke (2 Replies)
Discussion started by: henke
2 Replies
Login or Register to Ask a Question