HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- can I copy the whole hard disk using Knoppix Live ...
Operating System - Linux
1829598
Members
1578
Online
109992
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-15-2003 07:37 AM
10-15-2003 07:37 AM
hi
can I copy the whole hard disk over LAN with nfs using Knoppix Live Evaluation ?
I tried today, but it doesn't work.
has someone any EXPERIENCE in this case ?
kind regards
chris
can I copy the whole hard disk over LAN with nfs using Knoppix Live Evaluation ?
I tried today, but it doesn't work.
has someone any EXPERIENCE in this case ?
kind regards
chris
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2003 05:17 AM
10-16-2003 05:17 AM
Solution
Ya this should be no problem. I have copied lots of stuff off of hard drives using knoppix and nfs.
Here are the steps.
you start as users knoppix but you need to be root for most of this so"
sudo su
first things first mount the local harddrive that you want to copy to the nfs drive:
mount -t ntfs -o ro /dev/hda1 /mnt/hda
This mounts the filesystem on the first partition of the first harddrive as ntfs on /mnt/hda. The reason I used -t ntfs is because I remember you had posted about copying win2k images earlier. You can just as easily do this with a linux partition. The -o ro is important because you do not want a typo to accidentally remove all the data on a drive.
Once mounted you will want to mount the nfs drive on your machine. find a good mount point for this, ie. /tmp/nfs-drive, it doesn't really matter where. Use a command such as this:
mount -t nfs -o rw,rsize=32768,wsize=32768,hard hostname:/path/to/nfs/directory /path/to/mount/point
The reason for all the options in the nfs mount is to increase the performance and reliability somewhat. They are not strictly necessary so if you get a problem because of it just remove them, all of them except for rw of course ;)
Now you can use whatever method you want to copy the files, cp -a, cpio, tar, star, dd. I have used cp -a before and it worked fine, here is the command I would use:
cp -a /mnt/hda /mnt/nfs
and then I would go for coffee or maybe a hair cut or something cause it could take a while to complete.
I hope that helps,
Dave
Here are the steps.
you start as users knoppix but you need to be root for most of this so"
sudo su
first things first mount the local harddrive that you want to copy to the nfs drive:
mount -t ntfs -o ro /dev/hda1 /mnt/hda
This mounts the filesystem on the first partition of the first harddrive as ntfs on /mnt/hda. The reason I used -t ntfs is because I remember you had posted about copying win2k images earlier. You can just as easily do this with a linux partition. The -o ro is important because you do not want a typo to accidentally remove all the data on a drive.
Once mounted you will want to mount the nfs drive on your machine. find a good mount point for this, ie. /tmp/nfs-drive, it doesn't really matter where. Use a command such as this:
mount -t nfs -o rw,rsize=32768,wsize=32768,hard hostname:/path/to/nfs/directory /path/to/mount/point
The reason for all the options in the nfs mount is to increase the performance and reliability somewhat. They are not strictly necessary so if you get a problem because of it just remove them, all of them except for rw of course ;)
Now you can use whatever method you want to copy the files, cp -a, cpio, tar, star, dd. I have used cp -a before and it worked fine, here is the command I would use:
cp -a /mnt/hda /mnt/nfs
and then I would go for coffee or maybe a hair cut or something cause it could take a while to complete.
I hope that helps,
Dave
Clothes make the man, Naked people have little to no effect on society
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2003 05:50 AM
10-18-2003 05:50 AM
Re: can I copy the whole hard disk using Knoppix Live Evaluation ?
Hello!
Just like Dave wrote just check
when you mount local disk that you specify
the wright filesystem that the HD is.
Because if your HD is not ntfs then it
would work.
Caesar
Just like Dave wrote just check
when you mount local disk that you specify
the wright filesystem that the HD is.
Because if your HD is not ntfs then it
would work.
Caesar
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP