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
-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
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
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
-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 /
> [ ... 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
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
> 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)
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
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
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"
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
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
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
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
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
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
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
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
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
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
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()
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
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
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
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
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
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
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
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
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
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
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
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
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
[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
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
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
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.
-
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.
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
> 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]
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
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)
>
>
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
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
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,
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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_
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
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:
> >
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
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
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
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
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
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
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
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
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
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
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
==
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
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
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
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
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
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
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
yes it does have the endline it's just the way put it in the mail
Ross
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
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
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'
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
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
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
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
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
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 - 100 of 105 matches
Mail list logo