On Thu, Apr 28, 2011 at 7:39 AM, Jose Legido<j...@legido.com
<mailto:j...@legido.com>> wrote:
On 04/28/2011 02:01 AM, Chris Brennan wrote:
Reposting to the list, OP, obey REPLY-TO headers or use 'Reply All'.
Excuse me.... I forget it
It's all good :D
[snip]
post the output of the following commands
mount
I think when I Install debian, marks sda1 as lvm and maybe the
problem is not with ntfs. I start with live cd of hirens and
doesn't watch ntfs partition
# mount
/dev/mapper/debian64-arrel on / type ext4 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/mapper/debian64-home on /home type ext4 (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
df -h
$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/debian64-arrel
22G 3.0G 18G 15% /
tmpfs 2.0G 0 2.0G 0% /lib/init/rw
udev 2.0G 280K 2.0G 1% /dev
tmpfs 2.0G 0 2.0G 0% /dev/shm
/dev/mapper/debian64-home
56G 381M 52G 1% /home
cat /proc/partitions
$ cat /proc/partitions
#blocks name
8 0 244198584 sda
8 1 118752448 sda1
8 2 6683040 sda2
8 3 81639424 sda3
8 4 1 sda4
8 5 7821312 sda5
254 0 23040000 dm-0
254 1 58597376 dm-1
lsmod | grep ntfs
nothing
uname -a
Linux akainsa 2.6.32-5-amd64 #1 SMP Mon Mar 7 21:35:22 UTC 2011
x86_64 GNU/Linux
file /dev/sdxX (where 'x' is sda and sdb and 'X' is for each
partition.
# file -s /dev/sda
/dev/sda: x86 boot sector; partition 1: ID=0x8e, active, starthead
1, startsector 63, 237504897 sectors; partition 2: ID=0x12,
starthead 0, startsector 475025985, 13366080 sectors; partition 3:
ID=0x8e, starthead 254, startsector 237506560, 163278848 sectors;
partition 4: ID=0x5, starthead 254, startsector 459382782,
15642626 sectors, code offset 0x63
# file -s /dev/sda1
/dev/sda1: LVM2 (Linux Logical Volume Manager) , UUID:
zh2yJYVJUoCB7CvoMXeOkn0YugN0Ajx
# file -s /dev/sda2
/dev/sda2: x86 boot sector, code offset 0x58, OEM-ID "MSDOS5.0",
sectors/cluster 8, Media descriptor 0xf8, heads 255, hidden
sectors 475025985, sectors 13366080 (volumes > 32 MB) , FAT (32
bit), sectors/FAT 13028, reserved3 0x800000, serial number
0x282e8f11, label: "SERVICEV001"
# file -s /dev/sda3
/dev/sda3: LVM2 (Linux Logical Volume Manager) , UUID:
tMpuckfThYqBmDYqUz2qbktYH22DOBG
# file -s /dev/sda4
/dev/sda4: x86 boot sector; partition 1: ID=0x82, starthead 254,
startsector 2, 15642624 sectors, code offset 0x77
# file -s /dev/sda5
/dev/sda5: Linux/i386 swap file (new style), version 1 (4K pages),
size 1955327 pages, no label,
UUID=22fa700b-eff8-4aa3-b7ed-a93f6b042bf9
Based on what I see, I am going to take a stab in the dark here. It
looks like you originally had an Ubuntu/Windows dual-boot setup, is
this correct? Then you tried for a tripple-boot setup of
Ubuntu/WIndows/Debian, correct?