SliTaz SliTaz Forum

You are not logged in.

#1 2012-08-26 18:09:28

sevac
Member
Registered: 2012-06-17
Posts: 13

Can't mount windows HDD partition

slitaz 4.0 stable. windows partition is sda2 mount thru pcmanfm gives Error org.freedesktop.Hal.Device.Volume.UnknownFailure.

root@Jordan:/home/tux# mount /dev/sda2 /mnt/win

mount: mounting /dev/sda2 on /mnt/win failed: Invalid argument

root@Jordan:/home/tux# mount -t ntfs /dev/sda2 /mnt/win

mount: mounting /dev/sda2 on /mnt/win failed: No such device

root@Jordan:/home/tux#

Offline

#2 2012-08-26 19:05:44

gibor
Moderator
Registered: 2011-04-30
Posts: 1,067

Re: Can't mount windows HDD partition

mmh the folder win... strange name

You have folder win in /mnt directory

if no then create it

Offline

#3 2012-08-26 20:17:21

sevac
Member
Registered: 2012-06-17
Posts: 13

Re: Can't mount windows HDD partition

Folder win in /mnt. I created it.

tux@Jordan:~$ ls /mnt

win

Offline

#4 2012-08-27 06:36:58

gibor
Moderator
Registered: 2011-04-30
Posts: 1,067

Re: Can't mount windows HDD partition

By default slitaz mount disk on /media directory anyway the error

<i>org.freedesktop.Hal.Device.Volume.UnknownFailure</i>

is one problem of udev,, first chose tried on terminal as root tazpkg get-install udev –forced

and re instal pcmanfm from another command tazpkg get-install pcmanfm –forced and reboot.

If the error persists, you might groped with an earlier version of udev, it would not be the first time that on some hardware problems creates

Offline

#5 2012-09-01 00:11:58

sevac
Member
Registered: 2012-06-17
Posts: 13

Re: Can't mount windows HDD partition

thanx can mount partion thru command. Still not thru pcmanfm but that pry ok. but still i cant mount a print artist install dvd. command I use is mount -t iso9660 /dev/cdrom /media/cdrom.

Offline

#6 2012-09-01 06:26:53

gibor
Moderator
Registered: 2011-04-30
Posts: 1,067

Re: Can't mount windows HDD partition

Sorry no have another suggestion, but think these

in live mode working?, if yes you have problem on installation

or not working, and problem is compatibility udev hardware

Offline

#7 2012-09-03 21:43:23

ooseven
Member
Registered: 2012-08-22
Posts: 57

Re: Can't mount windows HDD partition

You need to find the windoz boot .

I have two hhd's

One sda the other ide

I get windows to boot

#title windoz

rootnoverify (hda1,0)

/dev/hda1

makeactive

chainloader +1

Offline

#8 2012-09-04 12:35:21

Filou
Moderator
Registered: 2011-05-03
Posts: 256

Re: Can't mount windows HDD partition

Please check (or post) your /etc/fstab.

In this filesystemtable (fstab) you find all partitions, that the system shall mount to pre-defined positions in the directory-tree.

If /dev/sda2 is mentioned (and not commented out with #) in /etc/fstab, then the system tries to mount your win partition to the defined position.

PCManFm uses udev to identify partition parameters and automatically derives a partition name from it. Then the directory /media/[name] will be created and the partition is mounted there. Upon umount, the directory will be deleted again.

Your error description points into this direction.

Offline

#9 2012-09-07 23:46:51

sevac
Member
Registered: 2012-06-17
Posts: 13

Re: Can't mount windows HDD partition

# /etc/fstab: Information about static filesystems.

#

proc            /proc        proc    defaults          0       0

sysfs           /sys         sysfs   defaults          0       0

devpts          /dev/pts     devpts  rw,gid=5,mode=0620 0       0

tmpfs           /dev/shm     tmpfs   defaults          0       0

#/dev/hda3       /home        ext3    defaults          0       2

#/dev/hdb1       /mnt/data    ext3    defaults          0       2

/dev/sda6       /home        ext3    defaults          0       2

/dev/cdrom      /media/cdrom iso9660 user,ro,noauto       0       0

as of yesterday I can no longer mount it thru command line. root@Jordan:/home/tux# mount /dev/sda2 /mnt/win

mount error: improperly formatted UNC name. /dev/sda2 does not begin with \\ or //

No ip address specified and hostname not found

mount: mounting /dev/sda2 on /mnt/win failed: Invalid argument

Offline

#10 2012-09-10 17:13:23

Filou
Moderator
Registered: 2011-05-03
Posts: 256

Re: Can't mount windows HDD partition

/dev/sda seems to be identified as a (network) smb-share. Odd...

Is there a partition no 2 on /dev/sda at all? Please post the result of

fdisk -l

in order to see the partition information of your HD.

Offline

#11 2012-09-11 22:58:16

sevac
Member
Registered: 2012-06-17
Posts: 13

Re: Can't mount windows HDD partition

tux@Jordan:~$ fdisk -l

Disk /dev/sda: 40.0 GB, 40007761920 bytes

255 heads, 63 sectors/track, 4864 cylinders

Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks  Id System

/dev/sda1               1           8       64228+ de Unknown

/dev/sda2   *           9        2615    20939004   7 HPFS/NTFS

/dev/sda3            2615        4199    12724224   5 Extended

/dev/sda4            4200        4863     5333580  db Unknown

/dev/sda5            2615        3253     5120000  83 Linux

/dev/sda6            3253        4199     7602176  83 Linux

tux@Jordan:~$

Offline

#12 2012-09-18 14:49:36

Filou
Moderator
Registered: 2011-05-03
Posts: 256

Re: Can't mount windows HDD partition

Do you boot Windows from /dev/sda2?

If so, did you try to check the disk for integrity, since the behaviour has changed (are you sure, thag the ntfs-partition is still ok?)

If so, have you checked, if ntfs-3g is installed? Maybe reinstall via

tazpkg -gi ntfs-3g --forced

If all is yes, then I am a bit lost about your problem...   :-(

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.55 MiB (Peak: 1.77 MiB) ]