LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 10-11-2003, 12:11 AM   #1
mascon
LQ Newbie
 
Registered: Oct 2003
Posts: 13

Rep: Reputation: 0
how to mount without the filesystem type


i want to mount a harddisk which is primary slave and has linux installed on it
i donot know what filesystem it has
how do i mount it now

if i use this

mount -t ext3 /dev/hdb /backup

It doesnot work

please guide me
 
Old 10-11-2003, 12:40 AM   #2
wuck
Member
 
Registered: Sep 2003
Location: barneveld.nl
Distribution: Slackware
Posts: 170

Rep: Reputation: 30
The -t option isn't mandatory.
The main form of mount always has been

# mount something somewhere

Where flags are sometimes more clear, but still optional. So try leaving the -t option out:
note: You forgot something, that is the partition's number you want to mount. If there is only one partition on the disk, you probably want this:

# mount /dev/hdb1 /backup

(note the '1')
 
Old 10-11-2003, 01:07 AM   #3
arunshivanandan
Member
 
Registered: May 2003
Location: Kerala,India
Distribution: RedHat,Mandrake,Debian
Posts: 643

Rep: Reputation: 30
'-t' is not mandatory if you have got the entry specified in /etc/fstab or /etc/mtab.use 'fdisk -l' or 'cat /proc/partitions' to see all the disk partitions.
--arun
 
Old 10-11-2003, 11:06 PM   #4
mascon
LQ Newbie
 
Registered: Oct 2003
Posts: 13

Original Poster
Rep: Reputation: 0
without -t it say
unknow file type
auto doesnot work
 
Old 10-12-2003, 05:33 AM   #5
wuck
Member
 
Registered: Sep 2003
Location: barneveld.nl
Distribution: Slackware
Posts: 170

Rep: Reputation: 30
Could you give us the output of your mount command, plus the output of:

# fdisk -l
 
Old 10-13-2003, 08:48 AM   #6
mascon
LQ Newbie
 
Registered: Oct 2003
Posts: 13

Original Poster
Rep: Reputation: 0
It is a totaly new filesystem
someone has modified some existing filesystem(probably ext2) and made a newer one. let us say "newfs"
Now i want to mount this filesystem.
 
Old 10-13-2003, 09:23 AM   #7
mascon
LQ Newbie
 
Registered: Oct 2003
Posts: 13

Original Poster
Rep: Reputation: 0
mount gives me

mount: wrong fs type, bad option, bad superblock on /dev/hdb9,
or too many mounted file systems


fidsk -l gives me

Disk /dev/ide/host0/bus0/target0/lun0/disc: 20.4 GB, 20409532416 bytes
255 heads, 63 sectors/track, 2481 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/ide/host0/bus0/target0/lun0/part1 * 1 638 5124703+ 7 HPFS/NTFS
/dev/ide/host0/bus0/target0/lun0/part2 639 2481 14803897+ f Win95 Ext'd (LBA)
/dev/ide/host0/bus0/target0/lun0/part5 639 893 2048256 b Win95 FAT32
/dev/ide/host0/bus0/target0/lun0/part6 894 1275 3068383+ b Win95 FAT32
/dev/ide/host0/bus0/target0/lun0/part7 1276 1815 4337518+ b Win95 FAT32
/dev/ide/host0/bus0/target0/lun0/part8 1816 2181 2939863+ 83 Linux
/dev/ide/host0/bus0/target0/lun0/part9 2182 2244 506016 82 Linux swap
/dev/ide/host0/bus0/target0/lun0/part10 2245 2481 1903671 83 Linux

Disk /dev/ide/host0/bus0/target1/lun0/disc: 20.0 GB, 20020396032 bytes
255 heads, 63 sectors/track, 2434 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/ide/host0/bus0/target1/lun0/part1 * 1 3 24066 83 Linux
/dev/ide/host0/bus0/target1/lun0/part2 4 2434 19527007+ 5 Extended
/dev/ide/host0/bus0/target1/lun0/part5 4 93 722893+ 83 Linux
/dev/ide/host0/bus0/target1/lun0/part6 94 157 514048+ 83 Linux
/dev/ide/host0/bus0/target1/lun0/part7 158 2376 17824086 83 Linux
/dev/ide/host0/bus0/target1/lun0/part8 2377 2408 257008+ 82 Linux swap
/dev/ide/host0/bus0/target1/lun0/part9 2409 2434 208813+ 83 Linux
 
Old 05-01-2004, 05:20 AM   #8
deepakkaul1977
LQ Newbie
 
Registered: May 2004
Posts: 1

Rep: Reputation: 0
i have the same problem of mounting a partition which has newfilesystem

Hello all

I have a problem of mounting a partition which has a modfied newfs filesystem .Is there a way to mount this partition or how can i get data out of it.


Regards
Deepak kaul
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Having problems mounting hd. (mount: you must specify the filesystem type) brynjarh Linux - Newbie 5 01-05-2011 01:45 AM
mount: unknown filesystem type 'ntfs' when trying to mount windows drive... DiZASTiX Linux - Hardware 12 09-28-2008 07:29 PM
mount: unknown filesystem type 'NTFS' jnorcal Slackware 8 09-07-2005 06:18 PM
mount: unknown filesystem type 'ntfs' lowrida Linux - Newbie 3 08-01-2005 04:02 PM
root (hd 0,0)Filesystem type unknown, partition type 0x7chainloader +1 ece30675 Linux - Distributions 5 07-20-2004 09:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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