Torrenting to a xp partition.


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Torrenting to a xp partition.
# 1  
Old 04-03-2009
Torrenting to a xp partition.

Is it possible to use a torrent client in linix 9 or 10 to download straight to a windows section of the disk?

Thanks
Yano

Last edited by Yano; 04-03-2009 at 02:45 PM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Cybersecurity

Best VPN for Linux Mint - XBOX and torrenting purpose??

In spite of the fact that I've been utilizing Linux Mint for quite a long while. I see myself as an amateur with regards to VPN. I've googled different variants of the inquiry. kindly give me some suggestion which are best fit for linux OS? (1 Reply)
Discussion started by: susanjohn1
1 Replies

2. Red Hat

Shrink LVM partition & create new Linux Primary partition

Hello All, I have a Red Hat Linux 5.9 Server installed with one hard disk & 2 Partitions created on it as follows, /boot - Linux Partition & another is LVM - One VG & under that 5-6 Logical volumes(var,opt,home etc). Here my requirement is to take out 1GB of space from LVM ( Any logical... (5 Replies)
Discussion started by: gr8_usk
5 Replies

3. Filesystems, Disks and Memory

Ask concept soft partition vs hard partition

Hi Experts I would like to know different between soft partition concept and hard partition concept on solaris. Here is little explanation between soft partition concept and hard partition concept on solaris. Soft Partition: 1TB total space available in storage in all mapped to the OS to... (2 Replies)
Discussion started by: edydsuranta
2 Replies

4. UNIX for Dummies Questions & Answers

Partition

Hi, Can anyone explain me the concepts of partitioning and mounting in unix. As i am new to unix. Thanks, Manju (1 Reply)
Discussion started by: Kashyap
1 Replies

5. Solaris

Partition overlaps another partition while creating new parition in solaris

hi all while formatting hard disk i am getting following error. Partition 1 ends at 266338338 It must be between 34 and 143374704. label error: EFI Labels do not support overlapping partitions Partition 8 overlaps partition 1. Warning: error writing EFI. Label failed. I have formatted the... (2 Replies)
Discussion started by: nikhil kasar
2 Replies

6. Shell Programming and Scripting

rsync from partition to partition fastest

Gentleman, Please move if I have chose the incorrect forum section. I am trying to move data that is not backed up from partition 1 to partition 2 on a SAN that has a GFS2 filesystem. Since the data is not backed up I am rsyncing this data and once verified I will delete from the source... (6 Replies)
Discussion started by: jaysunn
6 Replies

7. Linux

Partition

Why the hard drive can only have 4 primary partition. If i want do more, what should i do? (3 Replies)
Discussion started by: RaNoNeR
3 Replies

8. UNIX for Dummies Questions & Answers

I've created a partition with GNU Parted, how do I mount the partition?

I've created a partition with GNU Parted, how do I mount the partition? The manual information at http://www.gnu.org/software/parted/manual/parted.html is good, but I am sure about how I mount the partition afterwards. Thanks, --Todd (1 Reply)
Discussion started by: jtp51
1 Replies

9. UNIX for Dummies Questions & Answers

understanding logical partition, physical partition

hi, 1) is logical partition the same as physical partition except that one is physical and the other is logical? 2) then it must a one to one ratio? (3 Replies)
Discussion started by: yls177
3 Replies

10. UNIX for Dummies Questions & Answers

Partition

Hi, wondering if anyone can help a self teaching lad out....I want to partition my windows 2000 box and install Redhat 7.2 on it...I know how to get to the disk management section...but how do I make a new partition..I clicked on the icons and read the help but it is very hard to read for some... (4 Replies)
Discussion started by: jonas27
4 Replies
Login or Register to Ask a Question
ctorrent(1)							    2008-10-11							       ctorrent(1)

NAME
ctorrent - Download bittorrent files from command line SYNOPSIS
ctorrent - [options] *.torrent OPTIONS
-a Preallocate files on disk -A USER-AGENT-STRING Set User-Agent header (default "Enhanced-CTorrent/dnh3.2") -b FILE Bitfield save FILE (default is torrent+".bf") -c Check pieces only, don't download -d Daemon mode (fork to background) -D rate Max bandwidth down (unit KiB/s) -e hours Exit while seed HOURS later (default 72 hours) -E ratio Exit after seeding to RATIO (UL:DL) -f Force saved bitfield or seed mode (skip initial hash check) -h|-H Display short help. -i IP Listen for connections on specific IP address (default all/any) -l LENGTH Piece length (default 262144) -m PEERS-MIN Min peers count (default 1) -M PEERS-MAX Max peers count (default 100) -n FILE-NBR-LIST Specify file number(s) to download -p PORT Listen PORT (default 2706 -> 2106) -P ID Set Peer ID prefix (default "-CD0302-") -s SAVEFILE|DIR Download ("save as") to a different file or directory -t Create a new torrent file -t URL Tracker's URL -v Verbose output (for debugging) -x Decode metainfo (torrent) file only, don't download -z SLICE-SIZE Download slice/block size, unit KB (default 16, max 128) DESCRIPTION
CTorrent is a BitTorrent Client program written in C/C++. Fast and small are CTorrent's two strengths. EXAMPLES ctorrent -s save.iso -e 12 -C 32 -p 6881 iso.torrent ENVIRONMENT
None. FILES
None. SEE ALSO
azureus(1) bittornado(1) bittorrent(1) ktorrent(1) qbittorrent(1) qtorrent(1) rtorrent(1) transmission-cli(1) AUTHORS
This manual page was written by Jari Aalto <jari.aalto@cante.net>, for the Debian GNU system (but may be used by others). Released under license GNU GPL v2 or (at your option) any later version. The program development was discontinued 2006-06-07. See project page https://sourceforge.net/projects/ctorrent ctorrent 2008-10-11 ctorrent(1)