aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Harddisk.py
AgeCommit message (Collapse)Author
2010-11-15Components/Harddisc.py: fix handling for old devfs 7025 kernelghost
i.e. this fixes broken free space displaying in aboutbox refs bug#598
2010-03-12refs bug #429Stefan Pluecken
remove some absolute paths
2009-10-29By Anders Holst:Felix Domke
At regular intervalls there are questions in the forum (in at least three or four different threads on only this subject) on how to configure the recording paths so you don't have to set them to the same thing over and over again in e.g EPG timers. People apparently forget to set it, and miss their recordings because the harddisk is full or not built in. They want an easy way to change the default from /hdd/movies/ to a NAS or a USB device. I have rebased the patch in this thread from March 23, added two minor bugfixes, and hopefully made it less controversial by making sure that it only affects the expert setup level. I don't think there should be anything controversial about this patch now, and no known bugs. It only provides functionality that several people are screaming to get. Synopsis: The patch changes the "Timeshift path..." setup dialogue into a "Recording paths..." dialogue where you can easily configure both the timeshift and the other recording paths.
2009-07-10don't catch IOError in readFile()Andreas Oberritter
2009-07-08add support for harddisks managed by udevAndreas Oberritter
2009-06-08make DEVICEDB depending on model typeFelix Domke
2009-06-02thanks to nighti: add logical names for dm800, dm7025Felix Domke
2009-04-26Patch by pieterg: use SI units to display size of HDD (makes HDD 3% cheaper ↵Felix Domke
-> more money for us)
2009-04-26Patch by pieterg: use dir_index when creating ext3 filesystemFelix Domke
2009-04-26Patch by pieterg: try both device names for mounting via fstabFelix Domke
2009-03-23fix broken code when a hotplug partition was removedFelix Domke
2009-03-23improve /sys/block/*/stat parsingFelix Domke
2009-02-24small optimizations and cleanups by Moritz Vennghost
2009-02-13add remove/add partition interface for external applications not using autofsacid-burn
2009-02-12small speedups/cleanups by moritz vennghost
2009-02-10fix sleep-after-accessFelix Domke
2009-02-10stop idle timer when removing a harddiskFelix Domke
2009-02-06check harddisc idle 10 times per periodghost
add some debug output
2009-02-03also check devidex2 hereghost
2009-02-02now the code is working for /dev/ide/discs/discX mounts and direkt mounts to ↵ghost
/dev/ide/hostX/busX/...
2009-01-27don't rely on hdd standby timer, but manage own idle timer.Felix Domke
2009-01-19physdev path start with /, like in hotplug. add dvd drive into devicedb. fix ↵Felix Domke
scanner component. fix splitDeviceName for sr0-like devices.
2009-01-19use OSError instead of IOError and small fix for sr devicesghost
2009-01-19rework block device scanning a bitFelix Domke
2008-12-02fix disc handling for /dev/discs/disc in fstab ...ghost
2008-10-21allow playing audio cds without mediascanner (choice in mediaplayer menu). ↵Andreas Frisch
offer playing dvd only if disc in drive actually is a dvd
2008-10-08get rid of hardcoded path to cdrom deviceAndreas Frisch
2008-07-28set hdd standby value for all hdds (not working on hotplug devices,Stefan Pluecken
plugged in while e2 is running)
2008-07-11use harddiskmanager in about screenAndreas Monzner
2008-07-11more flexible harddisk handlingAndreas Monzner
2008-06-04preliminary 'coldplug' supportFelix Domke
2008-02-28patch by Pieter Grimmerink: use ext3 largefile option only for disks > 4GFelix Domke
2008-02-28mark hotpluggable partitionsFelix Domke
2008-02-26fix existHDD a bitFelix Domke
2008-02-12fsck_mainmenu by Moritz VennFelix Domke
2008-02-01add possibilty to hide menu entries when needed hardware is not availableAndreas Monzner
2007-12-16patch by Pieter Grimmerink: fix IDE device numbering, mount formatted ↵Felix Domke
whereever it should be mounted according to fstab, only create movie folder on hdd, use makedirs instead of system
2007-06-11add support for hotplug partitions. partitions/filesystems are dynamically ↵Felix Domke
added and removed by an external plugin.
2007-04-12add possible todo regarding mounted/ismountFelix Domke
2006-12-19fix importsAndreas Monzner
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-11-18add ability to list mounted partitionsFelix Domke
2005-12-30the new hdd movie directory is /hdd/movie (for 7020 compatibility reasons)Stefan Pluecken
if /hdd/movies is found and /hdd/movie doesn't exist, /hdd/movies is moved to /hdd/movie
2005-12-01reenable fresh harddisk-initStefan Pluecken
2005-11-29show error messages when hdd-init failsStefan Pluecken
2005-11-29catch errors when unmountingStefan Pluecken
2005-11-15fix mkdir "movies"Ronny Strutz
2005-11-09add hddcountRonny Strutz
2005-08-30removed debug and add ide-hostRonny Strutz
2005-08-30make some stuff even simplerRonny Strutz