- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: fdisk command not found
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
08-06-2008 03:35 AM
08-06-2008 03:35 AM
fdisk command not found
I have installed Suse10 on IA server.if i use fdisk -l it is giving command not found error.how do get the fdisk command.
photon7:/ # cat /etc/issue
Welcome to SUSE Linux Enterprise Server 10 (ia64) - Kernel \r (\l).
photon7:/mnt # fdisk -l
-bash: fdisk: command not found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2008 03:41 AM
08-06-2008 03:41 AM
Re: fdisk command not found
fdisk is an rpm. Install it from the original install media.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2008 11:32 AM
08-07-2008 11:32 AM
Re: fdisk command not found
Check for PATH variable.
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2008 08:18 PM
08-07-2008 08:18 PM
Re: fdisk command not found
I could not find fdisk in /sbin.as well as I have checked the rpm in media file also it is not there.
Thanks,
Ravi kumar.R
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2008 10:31 PM
08-07-2008 10:31 PM
Re: fdisk command not found
rpm -qf /sbin/fdisk
util-linux-2.12-72.46
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2008 04:24 AM
08-09-2008 04:24 AM
Re: fdisk command not found
Try to find it using
whereis fdisk
or
which fdisk..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2008 05:28 AM
08-09-2008 05:28 AM
Re: fdisk command not found
> -bash: fdisk: command not found
> Try to find it using
>
> whereis fdisk
> or
> which fdisk..
Please tell me that you, unlike me, have some
magic versions of "whereis" or "which", which
don't only look for a program on the user's
PATH, which we already know won't work.
If you believe that the program is really
somewhere, but you don't know where, I can
imagine using "find" to find it. Asking a
shell where it found a program which we know
that it can't find seems to me to be -- how
should I phrase it? -- foolish? Or am I the
one who's missing something obvious?