Re: disk mount problem

2022-06-09 Thread David
On Fri, 10 Jun 2022 at 05:09, ghe2001 wrote: > There are failures when I try to mount a disk. Fstab: > > # > > # / was on /dev/md0p1 (sda1 & sdc1) during installation > UUID=d1749d90-0fce-44a6-93db-5fbadc32911c / ext4 > err

Re: disk mount problem [solved]

2022-06-09 Thread ghe2001
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 --- Original Message --- On Thursday, June 9th, 2022 at 1:38 PM, Alexander V. Makartsev wrote: > > You have a typo in options. Should be: > > UUID=21dcbfda-3884-404f-855f-693d1efa2f06 /blackHole ext4 > defaults 0 0 Alexander is righ

Re: disk mount problem

2022-06-09 Thread Dan Ritter
ghe2001 wrote: > -BEGIN PGP SIGNED MESSAGE- > # > > # / was on /dev/md0p1 (sda1 & sdc1) during installation > UUID=d1749d90-0fce-44a6-93db-5fbadc32911c / ext4 > errors=remount-ro 0 1 > # swap was on /dev/md0

Re: disk mount problem

2022-06-09 Thread Alexander V. Makartsev
On 09.06.2022 23:52, ghe2001 wrote: Supermicro desktop, Debian bullseye There are failures when I try to mount a disk.  Fstab: ... I've never seen the first one fail, I've never tried the second, the third and fifth work as expected, and the forth fails.  (On boot, the /blackHole line is comme

disk mount problem

2022-06-09 Thread ghe2001
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Supermicro desktop, Debian bullseye There are failures when I try to mount a disk. Fstab: # # / was on /dev/md0p1 (sda1 & sdc1) during installation UUID=d1749d90-0fce-44a6-93db-5fbadc32911c /

Re: SD card mount problem

2020-10-29 Thread Stefan Monnier
> [ ... Some story about flash drives being plugged and unplugged and > sometimes auto-mounted sometimes not... ] > Can anyone please explain why the above happened. I doubt anyone can provide anything more than wild guesses because automounting of such drives can be done by a variety of tools w

SD card mount problem

2020-10-29 Thread Mick Ab
A Debian system performed a 'lazy' unmount of a portable hard drive when the drive was unplugged from a USB 2 port. A card reader was then plugged into the port and an SD card was inserted into the card reader. Normally the SD card would be automatically mounted, but this time nothing happened. S

Re: nfs / idmap mount problem

2015-08-12 Thread Sigmund Scheinbar
> I've got a problem mounting NFS shares: after mounting the nfs > directory (share) it is empty, and is owned by a rather strange UID > 4294967294 (on the server, also on other clients). ^^ Ups typo. I meant the UID of the folder (and the content)

nfs / idmap mount problem

2015-08-12 Thread Sigmund Scheinbar
Hi! I've got a problem mounting NFS shares: after mounting the nfs directory (share) it is empty, and is owned by a rather strange UID 4294967294 (on the server, also on other clients). Mounting the same share on another box works quite well (dir is filled and owned by the correct uid). I suspec

Re:[Solved] cifs mount problem

2013-12-15 Thread Pierre Frenkiel
On Tue, 3 Dec 2013, David Christensen wrote: You might want to try the Samba mailing list: https://lists.samba.org/mailman/listinfo/samba I tried the linux-cifs and cifs-protocol lists, but didn't get any help. At last, I found the solution, and thought it may interest somebody

Re: cifs mount problem

2013-12-03 Thread David Christensen
On 12/03/2013 05:22 AM, Pierre Frenkiel wrote: Still waiting for help, if possible. You might want to try the Samba mailing list: https://lists.samba.org/mailman/listinfo/samba HTH, David -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe"

Re: cifs mount problem

2013-12-03 Thread Pierre Frenkiel
On Mon, 2 Dec 2013, Pierre Frenkiel wrote: Password: Password for root@//wehd/hdd: Please note the difference for the 2 paswword requests. I suppose that this can help to explain the difference of behaviour between the 2 nachines. forget this: it's just becaus the cifs-utils versions a

cifs mount problem

2013-12-02 Thread Pierre Frenkiel
hi, I try to mount an external disk which has a wifi network interface, and behaves as a cifs server. On my laptop, its works fine: ->mount -t cifs //wehd/hdd /d6c Password: ->mount | grep d6c //wehd/hdd on /d6c type cifs (rw,relatime,sec=ntlm,unc=\\wehd\hdd,username=root,uid=0,nofor

Re: BD-RE mount problem

2012-08-10 Thread Thomas Schmitt
Hi, > I did another test using system rescue cd. While it gives me the same error > when I run dvd+rw-format, I note that mkudffs complains about multiple > extents. I don't know why it gives a different message under system rescue > cd than under Debian/Wheezy but I thought it might be a clue as

Re: BD-RE mount problem

2012-08-10 Thread Gary Dale
On 10/08/12 12:46 PM, Gary Dale wrote: On 10/08/12 10:33 AM, Thomas Schmitt wrote: Hi, i can reproduce the symptoms by a read-only situation of drive and media. (It should not happen with BD-RE in a BD writer, of course.) open_sr0.c with O_NDELAY yielded: open: fd= 3 , errno= 0 write: ret= 20

Re: BD-RE mount problem

2012-08-10 Thread Gary Dale
On 10/08/12 10:33 AM, Thomas Schmitt wrote: Hi, i can reproduce the symptoms by a read-only situation of drive and media. (It should not happen with BD-RE in a BD writer, of course.) open_sr0.c with O_NDELAY yielded: open: fd= 3 , errno= 0 write: ret= 2048 , errno= 0 I get the same behavior w

Re: BD-RE mount problem

2012-08-10 Thread Thomas Schmitt
Hi, i can reproduce the symptoms by a read-only situation of drive and media. (It should not happen with BD-RE in a BD writer, of course.) open_sr0.c with O_NDELAY yielded: > open: fd= 3 , errno= 0 > write: ret= 2048 , errno= 0 I get the same behavior when i put a DVD into a DVD-ROM drive. It al

Re: BD-RE mount problem

2012-08-10 Thread Thomas Schmitt
Hi, > I'm wondering if the problem is the iso9660 file system that K3B put onto > the disc? I seriously doubt. At least dd should have no scruples to overwrite any filesystem. The block device driver has no idea of filesystems. The only connection would be open(2) flag O_EXCL. mount uses it to

Re: BD-RE mount problem

2012-08-10 Thread Gary Dale
On 10/08/12 05:23 AM, Thomas Schmitt wrote: Hi, -fd = open("/dev/sr0", O_RDWR); +fd = open("/dev/sr0", O_RDWR | O_NDELAY); open: fd= 3 , errno= 0 write: ret= 2048 , errno= 0 This explains why xorriso or dvd+rw-format can open the drive device file. (The failure to re-format is a diffe

Re: BD-RE mount problem

2012-08-10 Thread Thomas Schmitt
Hi, > > -fd = open("/dev/sr0", O_RDWR); > > +fd = open("/dev/sr0", O_RDWR | O_NDELAY); > open: fd= 3 , errno= 0 > write: ret= 2048 , errno= 0 This explains why xorriso or dvd+rw-format can open the drive device file. (The failure to re-format is a different problem.) > No one in Debian

Re: BD-RE mount problem

2012-08-10 Thread Gary Dale
On 10/08/12 01:50 AM, Thomas Schmitt wrote: Hi, fd = open("/dev/sr0", O_RDWR); root@transponder:/home/garydale# ./open_sr0 open: fd= -1 , errno= 30 open: Read-only file system This is surprising, because xorriso uses open(..., O_RDWR | O_NDELAY); when it acquires a drive. (I would have

Re: BD-RE mount problem

2012-08-09 Thread Thomas Schmitt
Hi, > > fd = open("/dev/sr0", O_RDWR); > root@transponder:/home/garydale# ./open_sr0 > open: fd= -1 , errno= 30 > open: Read-only file system This is surprising, because xorriso uses open(..., O_RDWR | O_NDELAY); when it acquires a drive. (I would have expected to see the error with write()

Re: [Bulk] Re: BD-RE mount problem

2012-08-09 Thread Gary Dale
On 09/08/12 04:36 PM, Thomas Schmitt wrote: Hi, # xorriso -scsi_log on -dev /dev/sr0 -format "full" ... xorriso : FAILURE : libburn indicates failure with formatting. It should have reported the SCSI error (will have to dig for that). That error came with command FORMAT UNIT FORMAT UNIT 04

Re: BD-RE mount problem

2012-08-09 Thread Thomas Schmitt
Hi, > # xorriso -scsi_log on -dev /dev/sr0 -format "full" > ... > xorriso : FAILURE : libburn indicates failure with formatting. It should have reported the SCSI error (will have to dig for that). That error came with command FORMAT UNIT > FORMAT UNIT > 04 11 00 00 00 00 > To drive: 12b > 00 82

Re: [Bulk] Re: BD-RE mount problem

2012-08-09 Thread Gary Dale
On 09/08/12 02:39 PM, Thomas Schmitt wrote: Hi, I also tried using K3B to burn as udf. mkisofs print size result: 0 (0 bytes) This looks like a different problem. A size prediction of 0 is hardly to explain by any state of the target medium. How large should the result have been ? 59M or there

Re: BD-RE mount problem

2012-08-09 Thread Gary Dale
On 09/08/12 01:45 PM, Thomas Schmitt wrote: Hi, Yes, I have read-write permissions. Something does not work properly. Are any related messages to see in the output of dmesg ? Nothing in dmesg | tail or syslog just now when I tried a dvd+rw-format -force=full. I tried xorriso to fix the

Re: BD-RE mount problem

2012-08-09 Thread Gary Dale
On 09/08/12 01:46 PM, Keith McKenzie wrote: On 9 August 2012 18:28, Gary Dale wrote: On 09/08/12 01:19 PM, Keith McKenzie wrote: On 9 August 2012 17:43, Gary Dale wrote: Already tried that. dd complains: dd: opening `/dev/sr0': Read-only file system It sounds like it is mounted; try

Re: BD-RE mount problem

2012-08-09 Thread Thomas Schmitt
Hi, > I also tried using K3B to burn as udf. > mkisofs print size result: 0 (0 bytes) This looks like a different problem. A size prediction of 0 is hardly to explain by any state of the target medium. How large should the result have been ? What do you get from xorriso -outdev /dev/sr0 -bla

Re: BD-RE mount problem

2012-08-09 Thread Thomas Schmitt
Hi, > Yes, I have read-write permissions. Something does not work properly. Are any related messages to see in the output of dmesg ? > I tried xorriso to fix the disc as well but it also fails. What did you try and what did it report when it failed ? (We could get a log of SCSI commands from x

Re: BD-RE mount problem

2012-08-09 Thread Keith McKenzie
On 9 August 2012 18:28, Gary Dale wrote: > On 09/08/12 01:19 PM, Keith McKenzie wrote: >> >> On 9 August 2012 17:43, Gary Dale wrote: >>> >>> >>> Already tried that. dd complains: >>>dd: opening `/dev/sr0': Read-only file system >>> >> It sounds like it is mounted; try unmounting it,& then t

Re: BD-RE mount problem

2012-08-09 Thread Gary Dale
On 09/08/12 12:08 PM, Thomas Schmitt wrote: Hi, [i am subscribed to cdwr...@other.debian.org, not to debian-user] You could use sequential burn programs like growisofs or xorriso. Both can add files to ISO 9660 filesystems on BD-RE. Those filesystems are mountable read-only. If you canafford t

Re: BD-RE mount problem

2012-08-09 Thread Gary Dale
On 09/08/12 01:19 PM, Keith McKenzie wrote: On 9 August 2012 17:43, Gary Dale wrote: Already tried that. dd complains: dd: opening `/dev/sr0': Read-only file system It sounds like it is mounted; try unmounting it,& then try dd again. root@transponder:/home/garydale# umount /dev/sr0 umo

Re: BD-RE mount problem

2012-08-09 Thread Keith McKenzie
On 9 August 2012 17:43, Gary Dale wrote: > > > Already tried that. dd complains: > dd: opening `/dev/sr0': Read-only file system > It sounds like it is mounted; try unmounting it, & then try dd again. -- Sent from FOSS (Free Open Source Software) Debian GNU/Linux -- To UNSUBSCRIBE, email

Re: BD-RE mount problem

2012-08-09 Thread Gary Dale
On 09/08/12 12:08 PM, Thomas Schmitt wrote: Hi, [i am subscribed to cdwr...@other.debian.org, not to debian-user] I tried a new disc again, and this time formatted it through K3B instead of using dvd+rw-format directly. I don't know what K3B does as "formatting", but dvd+rw-format does only a

Re: BD-RE mount problem

2012-08-09 Thread Thomas Schmitt
Hi, [i am subscribed to cdwr...@other.debian.org, not to debian-user] > > >I tried a new disc again, and this time formatted it through K3B > > >instead of using dvd+rw-format directly. I don't know what K3B does as "formatting", but dvd+rw-format does only a hardware level formatting. It does n

Re: BD-RE mount problem

2012-08-09 Thread Chris Bannister
[Ccing cdwr...@other.debian.org] Any ideas? On Tue, Aug 07, 2012 at 03:49:13PM -0400, Gary Dale wrote: > On 06/08/12 11:51 PM, Gary Dale wrote: > >I've been using BD-RE discs for backups on a Debian/Squeeze server > >for a couple of years now. In the last week or so the backups have > >been faili

Re: BD-RE mount problem

2012-08-09 Thread Chris Bannister
On Mon, Aug 06, 2012 at 11:51:36PM -0400, Gary Dale wrote: > I'm using Memorex BD-RE 2x discs. I've used an LG, ASUS and Pioneer > BluRay writer - the first two on the older machine. The ASUS and > Pioneer are brand new writers. > > Any ideas? Have you tried different media? Also a quick google

Re: BD-RE mount problem

2012-08-07 Thread Gary Dale
On 06/08/12 11:51 PM, Gary Dale wrote: I've been using BD-RE discs for backups on a Debian/Squeeze server for a couple of years now. In the last week or so the backups have been failing. I haven't modified my backup script so I thought about possible hardware issues. - I tried changing the Bl

BD-RE mount problem

2012-08-06 Thread Gary Dale
I've been using BD-RE discs for backups on a Debian/Squeeze server for a couple of years now. In the last week or so the backups have been failing. I haven't modified my backup script so I thought about possible hardware issues. - I tried changing the BluRay writer but got the same problem. -

Re: mount problem

2009-03-29 Thread Rob Starling
On Mon, Mar 30, 2009 at 02:49:46AM +0200, cesarino vinh wrote: > Why can't my Debian normally mount smbfs? > > I Tried many mount options in fstab, but I always get one strange result: I > can create folders in the mounted dir, BUT: I can't create files, because it > say's I don't have permission.

mount problem

2009-03-29 Thread cesarino vinh
Why can't my Debian normally mount smbfs? I Tried many mount options in fstab, but I always get one strange result: I can create folders in the mounted dir, BUT: I can't create files, because it say's I don't have permission. I tried it with root, same problem. The samba share is anonymous, could

Re: mount problem (cifs)

2008-11-21 Thread Pol Hallen
> Please read manpage of smbmount (smbfs package) and mount (mount package). What about the man of smbmount? Pol -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: mount problem (cifs)

2008-11-21 Thread Eugene V. Lyubimkin
Osamu Aoki wrote: > On Fri, Nov 21, 2008 at 04:33:28PM +0100, Pol Hallen wrote: >> Hi folks :-) >> upgrading kernel from 2.6.22 to 2.6.27.7 and mount the share of samba.. >> >> mount //ip/share1 /home/user1/share1 -o "user=user,pass=pass" > ... >> (using konqueror smb://ip/share I can correctly wri

Re: mount problem (cifs)

2008-11-21 Thread Osamu Aoki
On Fri, Nov 21, 2008 at 04:33:28PM +0100, Pol Hallen wrote: > Hi folks :-) > upgrading kernel from 2.6.22 to 2.6.27.7 and mount the share of samba.. > > mount //ip/share1 /home/user1/share1 -o "user=user,pass=pass" ... > (using konqueror smb://ip/share I can correctly write on share of samba) > >

mount problem (cifs)

2008-11-21 Thread Pol Hallen
Hi folks :-) upgrading kernel from 2.6.22 to 2.6.27.7 and mount the share of samba.. mount //ip/share1 /home/user1/share1 -o "user=user,pass=pass" I tried: touch /home/user1/share1/tmp touch: setting times of `/home/user1/share1/tmp': No such file or directory or: echo "tmp" > /home/user1/share1

Re: Mount Problem when WinXp is hibernating

2008-07-31 Thread Johan Grönqvist
Oscar Blanco wrote: Hello, today I came across with something. I left WinXP hibernating and checking in console WinXP partition is not mounted. I tried to mount it manually *#mount /media/windows/C* but here is the result *Failed to mount '/dev/hda1': Operation not permitted *Why could not th

Mount Problem when WinXp is hibernating

2008-07-30 Thread Oscar Blanco
Hello, I've got Debian Lenny since last year and during the "getting used to Linux"process I kept the old WinXP partition (well, it stills there). So, now I've got my disk with two OS (Windows XP Professional, Linux Debian Lenny). When I did it, I included a line in fstab file with the following,

Re: Mount problem

2008-04-29 Thread Douglas A. Tutty
On Sat, Apr 19, 2008 at 01:39:51PM +0200, Asuka Langley wrote: > I have a big problem.. to be honest this problem belongs to a friend of > mine, just he can't speak english, and he is blind, so it's a bit difficult. > So..the problem > > He have this line in his fstab: > /dev/sdb1 /media/disk2 ext

Re: Mount problem SID

2008-04-20 Thread Chris Bannister
On Sat, Apr 19, 2008 at 01:42:56PM +0200, Asuka Langley wrote: > Hello > > I have a big problem.. to be honest this problem belongs to a friend of > mine, just he can't speak english, and he is blind, so it's a bit difficult. > So..the problem > > He have this line in his fstab: > /dev/sdb1 /medi

Mount problem SID

2008-04-19 Thread Asuka Langley
Hello I have a big problem.. to be honest this problem belongs to a friend of mine, just he can't speak english, and he is blind, so it's a bit difficult. So..the problem He have this line in his fstab: /dev/sdb1 /media/disk2 ext3 auto,users 0 0 This was working for he .. for few weeks. But afte

Mount problem

2008-04-19 Thread Asuka Langley
Hello I have a big problem.. to be honest this problem belongs to a friend of mine, just he can't speak english, and he is blind, so it's a bit difficult. So..the problem He have this line in his fstab: /dev/sdb1 /media/disk2 ext3 auto,users 0 0 This was working for he .. for few weeks. But afte

Re: Weird gnome mount problem

2007-12-31 Thread David Purton
On Mon, Dec 31, 2007 at 11:42:26AM +1000, Julian De Marchi wrote: > > > >Any theories, suggestions, tips, thoughts, or anything else that might > >be useful? > > Maybe another usb port while in gnome, if your card reader is an > external usb device. Yeah, I'd thought of this, but I hadn't trie

Re: Weird gnome mount problem

2007-12-30 Thread Julian De Marchi
Any theories, suggestions, tips, thoughts, or anything else that might be useful? Maybe another usb port while in gnome, if your card reader is an external usb device. -- Cheers, Julian De Marchi -- OpenNIC user - http://www.opennicproject.org/ -- Please avoid sending me Word or PowerPoin

Weird gnome mount problem

2007-12-29 Thread David Purton
Hi all, I have a strange problem mounting a particular sd card. Actually, I'm having trouble even figuring out what is wrong, let alon fixing it. I'm running amd64 etch. I have two SD cards that I use with my camera - one came with it, the other is a SanDisk ultra II 1 GB card that I bought sepa

Re: Mount problem for an external USB hard drive

2007-05-07 Thread Mauro Sacchetto
Raffaele Morelli wrote: > So the device is mounted but you can not read it. If yes look at > /etc/fstab and see if umask is set for your /dev/sda* devices, setting > umask=022 for the mount point should work. No, because I'm using automount, so the entry cannot be in fstab. I edited /etc/pmount.al

Re: Mount problem for an external USB hard drive

2007-05-07 Thread Raffaele Morelli
2007/5/7, Mauro Sacchetto <[EMAIL PROTECTED]>: I've a new error when I connect an external USB hard drive. A message tells me: === hal-storage-fixed-mount refused uid 1000 === So, the user (usar samiel:group samiel, uid 1000) cannot see the devic

Mount problem for an external USB hard drive

2007-05-07 Thread Mauro Sacchetto
I've a new error when I connect an external USB hard drive. A message tells me: === hal-storage-fixed-mount refused uid 1000 === So, the user (usar samiel:group samiel, uid 1000) cannot see the device. That user is present in plugdev group and in ha

Re: Antialiasing and mount problem after Sid upgrade (solved)

2006-07-31 Thread Benjamí Villoslada
El Dimarts 01 Agost 2006 00:51, Florian Kulzer va escriure: > The proposed workaround is to add fstab lines with the "user" option for > all relevant devices. (I have not tried this yet.) Thanks! I don't have USB devices in fstab, but solved adding to /etc/dbus-1/system.d/hal.conf

Re: Antialiasing and mount problem after Sid upgrade

2006-07-31 Thread Florian Kulzer
On Mon, Jul 31, 2006 at 22:36:54 +0200, Benjamí Villoslada wrote: [...] > 1) I can't mount using KDE (USB disk, USB pendrive) I receive this error in > one window: > > - > A security policy in place prevents this sender from sending this message to > this recipient

Re: Antialiasing^W(SOLVED) and mount problem after Sid upgrade

2006-07-31 Thread Benjamí Villoslada
El Dilluns 31 Juliol 2006 22:36, Benjamí Villoslada va escriure: > 2) Firefox and GIMP (GTK programs?) have not anti-aliasing fonts. > > Screenshot in http://bitassa.com/stuff/ffnoantialiasing.png Antialiasing solved! In Control Center I've unselected and then selected antialiasing fonts. Still

Antialiasing and mount problem after Sid upgrade

2006-07-31 Thread Benjamí Villoslada
Hello, Two problems after today Sid dist-upgrade: 1) I can't mount using KDE (USB disk, USB pendrive) I receive this error in one window: - A security policy in place prevents this sender from sending this message to this recipient, see message bus configuration

EMERGENCY : NFS mount problem

2006-04-09 Thread Stephane Durieux
Hello,   I encounter a problem with nfs : I can t mount a share  /partage from the nfs server to its clients the message is the following (translated from French) mount: RPC: Unable to receive; errno = Connection refused But when I reload nfs-kernel-server it works two seconds but if I wait an

Re: linux-image 2.6.15 initrd cramfs mount problem

2006-04-04 Thread Marc PERRUDIN
nom de guerre a écrit : >hello, > > Hi, >i was trying to mount /boot/initrd.img-2.6.15-1-686 but i couldn't. >the command: > >sudo mount -t autofs -o loop /boot/initrd.img-2.6.15-1-686 ~/tmp/ki/ > >in contrast: > >sudo mount -t autofs -o loop /boot/initrd.img-2.6.12-1-686 ~/tmp/ki/ > >works! w

Re: mount problem (I think)

2006-04-04 Thread Guillermo Mulliert Carlín
On Mon, 3 Apr 2006, Kevin Mark wrote: |> On Mon, Apr 03, 2006 at 05:42:14PM +0200, Guillermo Mulliert Carl?n wrote: |> > Hello, |> >I have two dell precision 3800 with debian, they should be identical |> > same memory, same disks, same video, I installed one and I coloned it to |> > se

linux-image 2.6.15 initrd cramfs mount problem

2006-04-04 Thread nom de guerre
hello, i was trying to mount /boot/initrd.img-2.6.15-1-686 but i couldn't. the command: sudo mount -t autofs -o loop /boot/initrd.img-2.6.15-1-686 ~/tmp/ki/ in contrast: sudo mount -t autofs -o loop /boot/initrd.img-2.6.12-1-686 ~/tmp/ki/ works! what is the problem? did the fs change? i grepe

Re: mount problem (I think)

2006-04-03 Thread Kevin Mark
On Mon, Apr 03, 2006 at 05:42:14PM +0200, Guillermo Mulliert Carl?n wrote: > Hello, > I have two dell precision 3800 with debian, they should be identical > same memory, same disks, same video, I installed one and I coloned it to > second, so my guess is that the two computers are iden

mount problem (I think)

2006-04-03 Thread Guillermo Mulliert Carlín
Hello, I have two dell precision 3800 with debian, they should be identical same memory, same disks, same video, I installed one and I coloned it to second, so my guess is that the two computers are identical. In both computers I have a partition that I export to a sgi octane with i

Re: usb storage mount problem

2005-11-03 Thread mikepolniak
On 18:53 Thu 03 Nov , salahuddin pasha wrote: > ya. there is, > > CONFIG_NLS_CODEPAGE_437=m > > > the another problem is udev can mount some usb storate not all. > > like this usb (which i can't mount now in debian) > ( i had mount it many days ago in debian but from some months i can't mou

Re: usb storage mount problem

2005-11-03 Thread salahuddin pasha
ya. there is, CONFIG_NLS_CODEPAGE_437=m the another problem is udev can mount some usb storate not all. like this usb (which i can't mount now in debian) ( i had mount it many days ago in debian but from some months i can't mount it both in sarge and sid) (still it is oky in windows) kubuntu

Re: usb storage mount problem

2005-11-03 Thread mikepolniak
On 17:36 Thu 03 Nov , salahuddin pasha wrote: > when i try to mount usb storage [kingston 256mb] > > is shows me > = > mount: wrong fs type, bad option, bad superblock on /dev/sda1, > missing codepage or other error Check if your kernel config has: CONFIG_

usb storage mount problem

2005-11-03 Thread salahuddin pasha
when i try to mount usb storage [kingston 256mb] is shows me = mount: wrong fs type, bad option, bad superblock on /dev/sda1,    missing codepage or other error    In some cases useful info is found in syslog - try    dmesg | tail  or so

Re: Mount problem with SATA and Kernel 2.6.6

2004-05-12 Thread Danny
Thank you for your answer. Now it works perfectly. I have compiled in the kernel also some SCSI stuff, which I thought it isn't necessary, like SCSI emulation. Danny "Justin Guerin" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > On Tuesday 11 May 2004 10:32, Danny wrote: > >

Re: Mount problem with SATA and Kernel 2.6.6

2004-05-11 Thread Justin Guerin
On Tuesday 11 May 2004 10:32, Danny wrote: > Thank you for your answer. I always use the old .config. I use EXT3 > filesystem with the drivers compiled in. I have no ramdisk, because I > have compiled in the Promise drivers directly into the kernel. As written > before, the hardisk is recognized co

Re: Mount problem with SATA and Kernel 2.6.6

2004-05-11 Thread Danny
Thank you for your answer. I always use the old .config. I use EXT3 filesystem with the drivers compiled in. I have no ramdisk, because I have compiled in the Promise drivers directly into the kernel. As written before, the hardisk is recognized correctly, also with the correct size. I have photogr

Re: Mount problem with SATA and Kernel 2.6.6

2004-05-11 Thread Justin Guerin
On Tuesday 11 May 2004 08:46, Danny wrote: > Hello, > > I have a weird boot problem. I have a SATA harddisk on a Promise > controler with Nforce2 chipset. I have no problem to boot up with Kernel > 2.4.18. All works fine instead of the Sound system. > > So I tried to use Kernel 2.6.6 as it have Nfo

Mount problem with SATA and Kernel 2.6.6

2004-05-11 Thread Danny
Hello, I have a weird boot problem. I have a SATA harddisk on a Promise controler with Nforce2 chipset. I have no problem to boot up with Kernel 2.4.18. All works fine instead of the Sound system. So I tried to use Kernel 2.6.6 as it have Nforce2 support. The problem is, that I can't boot, becaus

Re: nfs root mount problem

2001-12-25 Thread J.A.Serralheiro
well, I alreadyt made a floppy but now im starting from pure dos using .com programs. In fact when I tried to copy it to the floopy i had the similar problems as u describe, but I compiled the boot1a.bin program so I could copy it to the floppy with the cat utility. I cant remember how I did

Re: nfs root mount problem

2001-12-22 Thread Hans Ekbrand
On Fri, Dec 21, 2001 at 11:31:29AM -0800, David Wright wrote: > > > How did you make a boot floppy that initiates the process? I am just > starting to try to make diskless systems (not to make thin clients, but to > centralize software installation on a computational cluster) and am stuck. > T

Re: nfs root mount problem

2001-12-21 Thread David Wright
How did you make a boot floppy that initiates the process? I am just starting to try to make diskless systems (not to make thin clients, but to centralize software installation on a computational cluster) and am stuck. The etherboot tutorial says to cat floppyload.bin 3c905.lzrom > /dev/fd0

Re: nfs root mount problem

2001-12-20 Thread Titty Jacob
Hi, Try some readymade kernels form www.ltsp.org. I had more or less the similar problem with custom kernels. ltsp kernels worked fine. Tt On Fri, Dec 21, 2001 at 12:14:06AM +, J.A.Serralheiro wrote: > > Hi again. My other problem is building a diskless system. I followed all > the ins

nfs root mount problem

2001-12-20 Thread J.A.Serralheiro
Hi again. My other problem is building a diskless system. I followed all the instructions in the diskless how to, and the etherboot help, but it seems I cant overcome this detail. My network card is an isa wd 8013. I compiled the module in the kernel. The diskless computer does the download of the

RE: Mount Problem

2001-08-30 Thread Chad Morgan
When I run e2fsck I get the following: /dev/hdb4: clean, 54908/1202944 files, 576697/2401717 blocks Chad -Original Message- From: Alberto Cabello Sánchez [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 29, 2001 11:30 PM To: debian-user@lists.debian.org Subject: Re: Mount Problem

Re: Mount Problem

2001-08-30 Thread Sánchez
Have you tried running e2fsck? -- - Alberto Cabello Sánchez [EMAIL PROTECTED] Servicio de Informática Universidad de Extremadura 924 298 351 - 924 289 352 -- Debian Woody Sylpheed 0.5.2 ==

Mount Problem

2001-08-29 Thread Chad Morgan
I'm trying to recover some data off my old hard drive and am having some problems with the mounting. I use: mount -t ext2 /dev/hdb4 /old_home and that results in: EXT2-fs: 03:44: couldn't mount because of unsupported option features. mount: wrong fs type, bad option, bad superblock on /dev/hdb4

RE: debian install (CD mount problem)

2001-04-25 Thread Artem Litvinovich
I'm pretty sure it exists. I got the same error when manually trying to mount /dev/hdc and /dev/cdrom (same devs) at the console. //Artem -Original Message- From: Renai LeMay [mailto:[EMAIL PROTECTED] Sent: Thursday, April 26, 2001 12:13 AM To: Artem Litvinovich Subject: Re: debian instal

Re: Root Mount Problem SOLVED

2001-02-28 Thread Rossen Naydenov
I just what I thougth I shoul have done a long time ago : type in the lilo.conf boot=/dev/hda ...and that solved the problem thanks to all who answered me Ross

Re: Root Mount Problem

2001-02-28 Thread Colin Watson
Rossen Naydenov <[EMAIL PROTECTED]> wrote: >boot=/dev/hda7 >root=/dev/hda7 > >But when it starts it says : >unable to mount root fs ob 30:7b >cannot open root device at 30:7b > >But if on the boot prompt I say root=/dev/hda7 everything is OK 30:7b is ... weird. Did you run '/sbin/lilo -v' after ch

Re: Root Mount Problem

2001-02-28 Thread Colin Watson
John Griffiths <[EMAIL PROTECTED]> wrote: >At 10:18 AM 2/28/2001 +0200, Rossen Naydenov wrote: >>yes it does have the endline it's just the way put it in the mail > >um.. well the way it was there was no space... which i thought there >should be.. but if i'm wrong i'll shut up now,,, "Content-Type

Re: Root Mount Problem

2001-02-28 Thread Rossen Naydenov
well infact as I read what you have said to me I think I got the problem In fact I use the Lilo to boot NT (I have no problems with that) and I think that my mbr is in /dev/hda not /dev/hda7 so I should say in lilo.conf that boot=/dev/hda is it right or not? The earlier version of kernel has no

Re: Root Mount Problem

2001-02-28 Thread John Griffiths
um.. well the way it was there was no space... which i thought there should be.. but if i'm wrong i'll shut up now,,, At 10:18 AM 2/28/2001 +0200, Rossen Naydenov wrote: >yes it does have the endline it's just the way put it in the mail > >Ross > > > >-- >To UNSUBSCRIBE, email to [EMAIL PROTECTE

Re: Root Mount Problem

2001-02-28 Thread Rossen Naydenov
yes it does have the endline it's just the way put it in the mail Ross

Re: Root Mount Problem

2001-02-28 Thread John Griffiths
root=/dev/hda7install=/boot/boot-menu.b should that line have a space after the hda7 bit? just a thought, i don't know it that well

Root Mount Problem

2001-02-28 Thread Rossen Naydenov
I have upgraded my box to kernel 2.2.18 and I'm using lilo from unstable this is how my lilo.conf looks like: boot=/dev/hda7root=/dev/hda7install=/boot/boot-menu.bdelay=20map=/boot/system.mapappend="mem=128Mb"vga=extendedread-onlyimage=/boot/vmlinuz-2.2.18    label=lastimage=/boot/vmlinuz-2.2.17   

Re: mount problem

2000-07-27 Thread Dale Morris
Thanks for replying Thomas, Here's what I already have in my fstab file: /dev/fd0/floppy autodefaults,user,noauto0 0 When I try to mount it manually here's what I get: mount: I could not determine the filesystem type, and none was specified For some reason it'

Re: mount problem

2000-07-27 Thread Thomas Guettler
On Wed, Jul 26, 2000 at 09:29:35PM -0700, Dale Morris wrote: > I made a mistake installing debian and I selected the fs -automount > module. Now my floppy won't mount from the icon on the desktop. I > suppose I need to change something in my fstab file to fix it. Also, I > can't mount my cd rom, bu

mount problem

2000-07-26 Thread Dale Morris
I made a mistake installing debian and I selected the fs -automount module. Now my floppy won't mount from the icon on the desktop. I suppose I need to change something in my fstab file to fix it. Also, I can't mount my cd rom, but I didn't configure anything into the kernel for cdrom modules. Can

weird nfs mount problem

2000-05-08 Thread Philip Lehman
I posted this before but didn't get a reply. Let me give it another try and attempt to elaborate a bit more since I fail to solve this on my own and I have no idea where to even look for the cause. On a potato machine acting as a NFS client, I can't mount any NFS volumes. The mount process just ha

Re: FAT32 mount problem

2000-02-10 Thread Ron Rademaker
What exactly is the command you use to try mounting, you'll probably tried all these of course... but just to be sure: mount /dev/hda1 /mnt mount -t vfat /dev/hda1 /mnt mount -t ntfs /dev/hda1 /mnt (you never know what windows could do...) Ron

FAT32 mount problem

2000-02-10 Thread Balint
I have a Win98 FAT32 partition on /dev/hda1 and it was mountable fine from my Slink system. However, after reformatting and reinstalling Win98 mount stopped working though I have not changed fstab. When trying to mount it (with mount type vfat), it produces the following message: /var/log/me

Re: /dev/loop0 mount problem

1999-02-09 Thread Gokhan ALGANATAY
lists.debian.org Date: 08 Şubat 1999 Pazartesi 18:20 Subject: Re: /dev/loop0 mount problem > >Have you enabled support in the kernel for this ? > >Also, have you got an up to date version of mount ? > >Regards, >Robert Davidson. > >On Mon, 08 Feb 1999, Gokhan ALGANATAY

  1   2   >