Ubuntu confuses my partitions
Posted
by
Diego
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Diego
Published on 2011-03-17T21:43:37Z
Indexed on
2011/03/18
0:18 UTC
Read the original article
Hit count: 435
partitioning
|devices
I have 3 relevant partitions split between 2 disks,
- sda2: Windows 1 partition
- sda3: Ubuntu partition
- sdb1: Data partition
I was using pysdm to add a label to my partitions and somehow I seem to have screwed up my installation. Now, every time I access the Data partition mounted in /media/Data I see the files in my Windows partition, and viceversa. I've tried unmounting and remounting correctly to no avail, it seems that wherever I mount sda2, if I access that folder I get the files in sdb1, and viceversa.
Anyone know what may have happened and how to solve this?
Update:
This is the result of blkid:
/dev/sda1: LABEL="System Reserved" UUID="C62603F02603E073" TYPE="ntfs"
/dev/sda2: LABEL="Windows" UUID="00A6D498A6D49010" TYPE="ntfs"
/dev/sda5: UUID="033cac3b-6f77-4f09-a629-495dc866866a" TYPE="ext4"
/dev/sdb1: LABEL="Data" UUID="BCD83AE3D83A9B98" TYPE="ntfs"
These are the contents of my ftsab file:
UUID=033cac3b-6f77-4f09-a629-495dc866866a / ext4 errors=remount-ro,user_xattr 0 1
/dev/sda1 /media/Boot_old ntfs defaults 0 0
/dev/sda2 /media/Windows ntfs defaults 0 0
/dev/sdb1 /media/Data ntfs nls=iso8859-1,ro,users,umask=000 0 0
© Ask Ubuntu or respective owner