- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Mound harddisk
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 02:50 AM
10-10-2005 02:50 AM
Mound harddisk
#dmesg |grep scsi
scsi0:A:0:0: Tagged Queuing enabled. Depth 32
scsi0:A:1:0: Tagged Queuing enabled. Depth 32
scsi0:A:2:0: Tagged Queuing enabled. Depth 32
scsi0:A:4:0: Tagged Queuing enabled. Depth 32
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
Attached scsi disk sdb at scsi0, channel 0, id 1, lun 0
Attached scsi disk sdc at scsi0, channel 0, id 2, lun 0
Attached scsi disk sdd at scsi0, channel 0, id 4, lun 0
"
"
When try to mount .
# mount -t ext3 /dev/sdc /tmp/temp
mount: wrong fs type, bad option, bad superblock on /dev/sdc,
or too many mounted file systems
#mount /dev/sdc /tmp/temp
mount: you must specify the filesystem type
Could advise how to mount it back ? thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 02:53 AM
10-10-2005 02:53 AM
Re: Mound harddisk
What if you mount with ext2 option instead?
You made the filesystems on the disk? Did you run the mke2fs command to make the filesystem? Need to have a filesystem made before mounting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 03:20 AM
10-10-2005 03:20 AM
Re: Mound harddisk
I don't sure the filesystem type , I only gress it should be ext3 ,
yes , I use mke2fs to make the filesystem , could suggest how to mount it back ? thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 03:24 AM
10-10-2005 03:24 AM
Re: Mound harddisk
By default the filesystems are ext2.
Which partition of disk sdc are you wanting to mount?
mount /dev/sdc10 /tmp/temp
What happens when you mount without the -t switch?
Is there an entry in the /etc/fstab for what you are doing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 03:53 AM
10-10-2005 03:53 AM
Re: Mound harddisk
mount /dev/sdc1 /tmp/temp
mount: error while guessing filesystem type
mount: you must specify the filesystem type
mount -t ext2 /dev/sdc1 /tmp/temp
mount: wrong fs type, bad option, bad superblock on /dev/sdc1,
or too many mounted file systems
(aren't you trying to mount an extended partition,
instead of some logical partition inside?)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 03:54 AM
10-10-2005 03:54 AM
Re: Mound harddisk
Use fdisk -l to list the partitions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 04:02 AM
10-10-2005 04:02 AM
Re: Mound harddisk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 03:28 PM
10-10-2005 03:28 PM