LinuxQuestions.org
Visit Jeremy's Blog.
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 12-19-2003, 01:46 PM   #1
len
Member
 
Registered: Jun 2003
Distribution: slackware 14
Posts: 143

Rep: Reputation: 15
Question how to mount devices not shown in /ect/fstab???


slackware 9.1, system has a zip drive that i'd like to mount. the first thing that comes to mind, is to edit /ect/fstab to reflect this device, though i am uncertain how to do this correctly. at present, it wasn't detected at initial install, so it isn't in /ect/fstab.

a second issue, is i would like to mount a different linux os partition (mandrake 9.1- currently non bootable) that isn't in /ect/fstab either, and would appreciate some pointers in this regard as well.
 
Old 12-19-2003, 01:55 PM   #2
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 270Reputation: 270Reputation: 270
mount -t <filesystem-type> <device> <mount point>

Example: (If I wanted to mount a windows partition formatted as FAT>

mount -t vfat /dev/hda1 /mnt/windows

mount = command
-t vfat = type of filesystem its formatted as
/dev/hda1 = location of drive and partition its located at
/mnt/windows = my empty directory to view the contents of the drive


For more details, read the man pages on:

man mount
man fstab
 
Old 12-19-2003, 05:01 PM   #3
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612
Your zip drive should be sda4
try:
mkdir /mnt/zip
mount -t vfat /dev/sda4 /mnt/zip
cd /mnt/zip
ls

If that doesn't work try:
dmesg | less
and look through the boot messages for a reference to your zip drive, should be sd??
 
  


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
fstab problem: mount: can't find dvd in /etc/fstab or /etc/mtab Nikon01 Slackware 5 11-17-2006 06:15 AM
/ect/fstab to Mount /dev/hdc1 to FTP GregSims Linux - General 1 08-05-2005 09:46 PM
Editing fstab to mount devices? apachedude SUSE / openSUSE 7 12-03-2004 04:35 AM
Your /ect/fstab does not contain the fsck passno field LostinCode Mandriva 3 05-07-2004 03:15 PM
mount works, but no files shown bartgymnast Linux - Software 1 03-06-2003 07:00 AM

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

All times are GMT -5. The time now is 12:35 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