LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-11-2005, 08:59 AM   #1
Ryan450
Member
 
Registered: May 2004
Distribution: Doing the Distro Hop
Posts: 160

Rep: Reputation: 30
Trying to Mount HD


hey gang,

I've formatted my partition with knoppix 3.7, it's formatted with the reiserfs filesystem. but when I insert knoppix again to pick up from where I left off it cant mount my partitions :S.. heres the command and the output

Code:
root@ttyp1[knoppix]# mount /dev/hda5
mount: you must specify the filesystem type
it seems like a simple fix, but I don't know how to specify the filesystem type :S.
 
Old 03-11-2005, 09:07 AM   #2
overlord73
Member
 
Registered: Apr 2004
Location: ..where no life dwells..
Posts: 541

Rep: Reputation: 30
it seems u have no entry in /etc/fstab for this mountpoint.

use
Quote:
mount -t reiserfs /dev/hda5
edit: yepp pingu ;-) , but I forget the <mountpoint>

Last edited by overlord73; 03-11-2005 at 09:18 AM.
 
Old 03-11-2005, 09:12 AM   #3
pingu
Senior Member
 
Registered: Jul 2004
Location: Skuttunge SWEDEN
Distribution: Debian preferably
Posts: 1,350

Rep: Reputation: 127Reputation: 127
I never used reiserfs so I can't check syntax, but it should be something like this:
# mount -t reiserfs /dev/hda5 <mountpoint>
That <mountpoint> is a directory where you want it mounted.

edit: overlord was faster....
 
Old 03-11-2005, 09:17 AM   #4
kees-jan
Member
 
Registered: Sep 2004
Distribution: Debian, Ubuntu, BeatrIX, OpenWRT
Posts: 273

Rep: Reputation: 30
And don't forget to specify the mount point
Code:
mount -t reiserfs /dev/hda5 /mnt/wherever
Just make sure that /mnt/wherever exists before attempting to mount.

Groetjes,

Kees-Jan
 
Old 03-11-2005, 09:33 AM   #5
Ryan450
Member
 
Registered: May 2004
Distribution: Doing the Distro Hop
Posts: 160

Original Poster
Rep: Reputation: 30
Code:
root@ttyp2[knoppix]# mount -t reiserfs /dev/hda5
Usage: mount -V                 : print version
       mount -h                 : print this help
       mount                    : list mounted filesystems
       mount -l                 : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
       mount -a [-t|-O] ...     : mount all stuff from /etc/fstab
       mount device             : mount device at the known place
       mount directory          : mount known device here
       mount -t type dev dir    : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
       mount --bind olddir newdir
or move a subtree:
       mount --move olddir newdir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using  -L label  or by uuid, using  -U uuid .
Other options: [-nfFrsvw] [-o options] [-p num].
For many more details, say  man 8 mount .
ok, doesnt seem to like it.. basicly this is what I'm trying to do.. www.linuxfromscratch.org I've followed the steps right up intill i got the packages to build my own linux system. I decided to take a break after downloading all the packages onto the partition I set up. Rebooted back into windows, played some warcraft.. now I'm trying to get back where I left off with no luck..

as for my host distrobution I'm using the knoppix livecd. Didnt really want to install it to the HD because it'll take 3 gigs, and it is risky resizing partitions afterwords..
 
Old 03-11-2005, 09:52 AM   #6
bullium
Member
 
Registered: Aug 2003
Location: Ohio
Distribution: Ubuntu 12.04, Mint 13, RHES 5.5, RHES 6
Posts: 146

Rep: Reputation: 17
Quote:
Originally posted by Ryan450
[B]
Code:
root@ttyp2[knoppix]# mount -t reiserfs /dev/hda5
As everyone else has stated your NOT giving the complete command , you have to tell it were to mount the device!


Code:
mount -t reiserfs /dev/hda5 /somedirectory
 
  


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
How to give not-root user ability to mount devices to any mount point??? jdupre Linux - General 8 02-04-2012 10:03 AM
NFS mount of smb mount of windows share: permission denied problem :( Bagatur Linux - Networking 4 07-07-2009 11:34 AM
mount: unknown filesystem type 'ntfs' when trying to mount windows drive... DiZASTiX Linux - Hardware 12 09-28-2008 07:29 PM
can mount C not D FAT: invalid media value (0x45) mount: wrong fs type, bad option Emmanuel_uk Linux - Newbie 10 11-29-2005 02:47 AM
automount: mount(generic): failed to mount (null) (type iso9660) on /mnt/media/ vasudevadas Slackware 5 10-17-2005 03:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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