- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Problem of mount
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
11-30-2006 07:52 PM
11-30-2006 07:52 PM
Problem of mount
p.s. I am strange that /dev/sanpathd1 is missing in the fdisk list
/dev/sanpatha
/dev/sanpathb1
/dev/sanpathc1
/dev/sanpathe1
/dev/sanpathf1
/dev/sanpathg1
/dev/sanpathh1
/dev/sda1
/dev/sda2
/dev/sdb1
/dev/sdb2
/dev/sdc1
/dev/sdc3
/dev/sdd1
/dev/sdd5
/dev/sde1
/dev/sdf1
/dev/sdg1
/dev/sdh1
/dev/sdi1
/dev/sdj1
Now , there is strange problem in my server, when I mount the /dev/sdd5 "mount /dev/sdd5 /tmp/share1" , the below is the error message
mount /dev/sdd5 /tmp/share1
/dev/sdd5: Invalid argument
mount: you must specify the filesystem type
then I try " mount /dev/sdd1 /tmp/share1" , it can mount but very strange that the /tmp/share1 has been mount to the SAN device , I guess it mount to /dev/sanpathd1 ( it should be mount to local harddrive /dev/sdd ) , can advise why it has mount to SAN , how to force it mount to local harddrive , what is the difference between /dev/sdd1 and /dev/sdd5 ? I didn't partition the harddrive , thx in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2006 08:33 PM
11-30-2006 08:33 PM
Re: Problem of mount
What are the filesystem type? ext3, 2 or another?
try to mount specifing the filesystem type.
Also, the mount target is created?
Bye!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2006 08:35 PM
11-30-2006 08:35 PM
Re: Problem of mount
What are the filesystem type? ext3, 2 or another? - ext3
try to mount specifing the filesystem type.
- I try "mount -t ext3 ....." , but it still have the same error .
Also, the mount target is created? - I sure the mount target is created.
Bye!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2006 09:05 PM
11-30-2006 09:05 PM
Re: Problem of mount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2006 09:29 PM
11-30-2006 09:29 PM
Re: Problem of mount
yes ,the mount point is declared in /etc/fstab , but I check with "df" that /dev/sanpathd1 is not mount after reboot , can advise why /dev/sanpathd1 can not be mount when reboot ? thx