LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-27-2004, 08:42 PM   #1
Jeff Hardy
LQ Newbie
 
Registered: Aug 2004
Posts: 1

Rep: Reputation: 0
How to mount harddrives


Hi, I'm completly new and I wanted to know how I would be able to mount some of my partitions. I have like 5 partitions (WINXP, WIN98, MY STUFF, MY BROTHERS, and SLACKWARE.) How would I mount these?
 
Old 08-27-2004, 08:58 PM   #2
Shade
Senior Member
 
Registered: Mar 2003
Location: Burke, VA
Distribution: RHEL, Slackware, Ubuntu, Fedora
Posts: 1,418
Blog Entries: 1

Rep: Reputation: 46
You can't be that new, at least you know that you have to "mount" them

The general format of a mount command is:

mount -t <filesystem type> /dev/xxx /mnt/xxx
where /dev/xxx is the device file and /mnt/xxx is where it will be accessed, aka, the mount point.
That's how you mount things manually.
Check out /etc/fstab which is your "filesystem table"... This is where you will add entries to your cdrom drive and permanent partitions to be mounted on boot. Once you have the correct entry there, you can mount with a simple "mount /mnt/dos" or by clicking on an icon if you have that setup within kde or gnome.

winXP uses ntfs by default, which is readable by linux but not currently writable. fat32, which win98 uses is read/write in linux.
as an example:

mount -t vfat /dev/hda3 /mnt/win98
would mount your third partition using fat32 to /mnt/win98.
you can use
cat /proc/filesystems to get a list of filesystems currently supported by your running kernel.

--Shade
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mount HardDrives from kernel Halsafar Linux - Newbie 1 09-23-2005 06:23 PM
two harddrives pharmd Ubuntu 7 04-18-2005 08:19 PM
2 HardDrives (need Help) IceyCold Slackware - Installation 5 10-09-2004 05:32 AM
Harddrives Celestial Slackware 1 06-30-2004 08:18 PM
harddrives cleeadkins Linux - Hardware 8 10-09-2003 07:56 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:33 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration