Sponsored Content
Full Discussion: Hardrive Spliter.
Special Forums UNIX and Linux Applications Hardrive Spliter. Post 302532096 by syco__ on Sunday 19th of June 2011 11:30:13 PM
Old 06-20-2011
Hardrive Spliter.

I am running Linux - Debian on my harddrive at present and i want to split the remainder of my hardrive into another portion so that i can install windows on it. What is the best way to go about this?
 

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

hardrive

I formated a 40 gig hardrive and if I check how much usable room there is it show only 34 gigs...Anyone have any ideas on how to reclaim a few of those lost gigs or why it would format so small. (5 Replies)
Discussion started by: macdonto
5 Replies

2. Solaris

Replacing hardrive on solaris

I have a problem with my Solaris box in my office, the storage capacity reach 95%. For that i need to think a way to replace the hard drive with the bigger one as all the slot was used. Do any of you guys have similar experience with me, please give any enlightment! Thanks a lot guys. (3 Replies)
Discussion started by: rockie
3 Replies

3. Solaris

External Hardrive add on's

Does anyone know if and or how you can add external hardrives to Sun Solaris 9 or greater systems. Needing to add two additional dedicated storage drives for large image files and mount these drives to the system. Will also need to mirror these two drives for redundancy. Any help would be... (2 Replies)
Discussion started by: tazzy
2 Replies

4. Red Hat

Partitioning a new Hardrive

What is the command to partition a completely new hard drive using red hat linux (1 Reply)
Discussion started by: blend
1 Replies
deb-split(5)							      Debian							      deb-split(5)

NAME
deb-split - Debian multi-part binary package format SYNOPSIS
filename.deb DESCRIPTION
The multi-part .deb format is used to split big packages into smaller pieces to ease transport in small media. FORMAT
The file is an ar archive with a magic value of !<arch>. The file names might contain a trailing slash (since dpkg 1.15.6). The first member is named debian-split and contains a series of lines, separated by newlines. Currently eight lines are present: o The format version number, 2.1 at the time this manual page was written. o The package name. o The package version. o The md5sum of the package. o The total size of the package. o The maximum part size. o The current part number, followed by a slash and the total amount of parts (as in '1/10'). o The package architecture (since dpkg 1.16.1). Programs which read multi-part archives should be prepared for the minor format version number to be increased and additional lines to be present, and should ignore these if this is the case. If the major format version number has changed, an incompatible change has been made and the program should stop. If it has not, then the program should be able to safely continue, unless it encounters an unexpected member in the archive (except at the end), as described below. The second, last required member is named data.N, where N denotes the part number. It contains the raw part data. These members must occur in this exact order. Current implementations should ignore any additional members after data.N. Further members may be defined in the future, and (if possible) will be placed after these two. SEE ALSO
deb(5), dpkg-split(1). Debian Project 2012-04-09 deb-split(5)
All times are GMT -4. The time now is 02:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy